@charset "UTF-8";

/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* src/colors.scss */
:root {
  --proposal-color: #009688;
  --order-color: #00bcd4;
  --invoice-color: #b71c1c;
  --dt-row-odd-color: #e7f5ff;
  --primary-color: #039be5;
  --bg-colors: #fff;
  --bg-colors-2: #f4f4f4;
  --bg-colors-3: #fbfbfb;
  --bg-colors-note: #fff;
  --text-colors: #040404;
  --label-colors: rgba(0, 0, 0, 0.54);
  --label-colors-2: rgba(178, 178, 178, 0.5);
  --bg-img: url(/assets/images/backgrounds/lite-material-bg.jpg) no-repeat;
  --select2-single-height: 45px !important;
}
body.theme-default .gt2-order-theme .accent-800 {
  background: var(--order-color) !important;
}
body.theme-blue-gray-dark {
  --dt-row-odd-color: #404359;
  --primary-color: #039be5;
  --bg-colors: #35384a;
  --bg-colors-2: #2a2d3b;
  --bg-colors-3: #2a2d3b;
  --bg-colors-note: #fff;
  --text-colors: #fff;
  --clock-face-background-color: #2a2d3b !important;
  --label-colors: rgba(255, 255, 255, 0.7);
  --label-colors-2: rgba(178, 178, 178, 0.7);
  --bg-img: url(/assets/images/backgrounds/dark-material-bg.jpg) no-repeat;
  background: #2a2d3b !important;
}
body.theme-blue-gray-dark .fuse-search-bar.expanded {
  background-color: #2a2d3b !important;
}
body.theme-blue-gray-dark .mat-paginator {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-expansion-panel {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-card {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-table {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-autocomplete-panel {
  background: #35384a;
  color: white;
}
body.theme-blue-gray-dark .mat-dialog-container {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-menu-panel {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-select-panel {
  background: #35384a;
}
body.theme-blue-gray-dark .mat-option-text {
  color: white;
}
body.theme-blue-gray-dark .mat-input-element {
  caret-color: white !important;
}
body.theme-blue-gray-dark .mat-form-field-invalid .mat-input-element {
  caret-color: white !important;
}
body.theme-blue-gray-dark .mat-mdc-form-field input {
  caret-color: white !important;
}
body.theme-blue-gray-dark .pac-container {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
body.theme-blue-gray-dark .pac-item {
  color: var(--text-colors) !important;
}
body.theme-blue-gray-dark .pac-item:hover {
  background-color: var(--bg-colors-2) !important;
}
body.theme-blue-gray-dark .pac-item-query {
  color: var(--text-colors) !important;
}
body.theme-blue-gray-dark .gt2-save-button {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .gt2-cancel-edit-button {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-blue-gray-dark .gt2-theme .primary {
  background-color: #3f51b5 !important;
  color: white !important;
}
body.theme-blue-gray-dark .gt2-order-theme .primary {
  background-color: #009688 !important;
  color: white !important;
}
body.theme-blue-gray-dark .gt2-order-theme .accent-800 {
  background-color: var(--order-color) !important;
  color: white !important;
}
body.theme-blue-gray-dark .gt2-theme-extended .primary {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .gt2-org-theme .accent {
  background-color: var(--order-color) !important;
}
body.theme-blue-gray-dark ngx-dropzone {
  background: #35384a;
  color: white;
}
body.theme-blue-gray-dark .ngx-timepicker {
  border-bottom-color: rgba(255, 255, 255, 0.38) !important;
}
body.theme-blue-gray-dark ngx-timepicker-field .ngx-timepicker-control {
  background-color: #2a2d3b !important;
  border-radius: 4px;
}
body.theme-blue-gray-dark ngx-timepicker-field .ngx-timepicker-control__input {
  color: #fff !important;
}
body.theme-blue-gray-dark ngx-timepicker-field .ngx-timepicker-control__arrow {
  color: #fff !important;
}
body.theme-blue-gray-dark ngx-timepicker-field .ngx-timepicker__toggle-icon {
  fill: #fff !important;
}
body.theme-blue-gray-dark ngx-timepicker-field ngx-material-timepicker-toggle svg {
  fill: #fff !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar {
  background-color: #2a2d3b !important;
  border-color: #4a4d5e !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar .ql-picker-label,
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar .ql-picker-item,
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar button {
  color: #fff !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar .ql-stroke {
  stroke: #fff !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-toolbar .ql-fill {
  fill: #fff !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-content {
  background-color: #35384a !important;
  border-color: #4a4d5e !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-content .ql-editor {
  color: #fff !important;
}
body.theme-blue-gray-dark .p-editor-container .p-editor-content .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.create-button-color-bg {
  background-color: #ccf2bf !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-white {
  color: white;
}

/* node_modules/primeng/resources/themes/nova/theme.css */
:root {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #f4f4f4;
  --surface-c: #eaeaea;
  --surface-d: #c8c8c8;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #848484;
  --primary-color: #007ad9;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #eef1f2;
  --surface-100: #dde2e4;
  --surface-200: #bbc5ca;
  --surface-300: #98a8af;
  --surface-400: #768b95;
  --surface-500: #546e7a;
  --surface-600: #435862;
  --surface-700: #324249;
  --surface-800: #222c31;
  --surface-900: #111618;
  --gray-50: #eef1f2;
  --gray-100: #dde2e4;
  --gray-200: #bbc5ca;
  --gray-300: #98a8af;
  --gray-400: #768b95;
  --gray-500: #546e7a;
  --gray-600: #435862;
  --gray-700: #324249;
  --gray-800: #222c31;
  --gray-900: #111618;
  --content-padding: 0.571rem 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 3px;
  --surface-ground: #f4f4f4;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #c8c8c8;
  --surface-hover: #eaeaea;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #007ad9;
  --highlight-text-color: #ffffff;
  --focus-ring: 0 0 0 0.2rem #8dcdff;
  color-scheme: light;
  --blue-50:#f3f8fc;
  --blue-100:#c6dcef;
  --blue-200:#98c1e3;
  --blue-300:#6ba5d7;
  --blue-400:#3d8aca;
  --blue-500:#106ebe;
  --blue-600:#0e5ea2;
  --blue-700:#0b4d85;
  --blue-800:#093d69;
  --blue-900:#062c4c;
  --green-50:#f7fbf6;
  --green-100:#d6ead1;
  --green-200:#b6d9ad;
  --green-300:#96c889;
  --green-400:#76b765;
  --green-500:#56a641;
  --green-600:#498d37;
  --green-700:#3c742e;
  --green-800:#2f5b24;
  --green-900:#22421a;
  --yellow-50:#fffcf5;
  --yellow-100:#fdefcd;
  --yellow-200:#fbe3a6;
  --yellow-300:#f9d67f;
  --yellow-400:#f8ca57;
  --yellow-500:#f6bd30;
  --yellow-600:#d1a129;
  --yellow-700:#ac8422;
  --yellow-800:#87681a;
  --yellow-900:#624c13;
  --cyan-50:#f4fbfd;
  --cyan-100:#ccebf5;
  --cyan-200:#a4dbed;
  --cyan-300:#7ccce5;
  --cyan-400:#54bcdd;
  --cyan-500:#2cacd5;
  --cyan-600:#2592b5;
  --cyan-700:#1f7895;
  --cyan-800:#185f75;
  --cyan-900:#124555;
  --pink-50:#fdf4f9;
  --pink-100:#f6cce0;
  --pink-200:#eea3c7;
  --pink-300:#e77aae;
  --pink-400:#df5296;
  --pink-500:#d8297d;
  --pink-600:#b8236a;
  --pink-700:#971d58;
  --pink-800:#771745;
  --pink-900:#561032;
  --indigo-50:#f4f6fd;
  --indigo-100:#ccd3f5;
  --indigo-200:#a4b0ed;
  --indigo-300:#7c8de5;
  --indigo-400:#546add;
  --indigo-500:#2c47d5;
  --indigo-600:#253cb5;
  --indigo-700:#1f3295;
  --indigo-800:#182775;
  --indigo-900:#121c55;
  --teal-50:#f6fbfa;
  --teal-100:#d1eae5;
  --teal-200:#add9d1;
  --teal-300:#89c8bd;
  --teal-400:#65b7a8;
  --teal-500:#41a694;
  --teal-600:#378d7e;
  --teal-700:#2e7468;
  --teal-800:#245b51;
  --teal-900:#1a423b;
  --orange-50:#fff9f5;
  --orange-100:#fde4cd;
  --orange-200:#fbcfa6;
  --orange-300:#f9ba7f;
  --orange-400:#f8a457;
  --orange-500:#f68f30;
  --orange-600:#d17a29;
  --orange-700:#ac6422;
  --orange-800:#874f1a;
  --orange-900:#623913;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dae0e3;
  --bluegray-200:#bdc7cd;
  --bluegray-300:#a0aeb6;
  --bluegray-400:#8295a0;
  --bluegray-500:#657c8a;
  --bluegray-600:#566975;
  --bluegray-700:#475761;
  --bluegray-800:#38444c;
  --bluegray-900:#283237;
  --purple-50:#f9f8fd;
  --purple-100:#e1dff7;
  --purple-200:#cac5f1;
  --purple-300:#b2abeb;
  --purple-400:#9b92e4;
  --purple-500:#8378de;
  --purple-600:#6f66bd;
  --purple-700:#5c549b;
  --purple-800:#48427a;
  --purple-900:#343059;
  --red-50:#fdf4f3;
  --red-100:#f6ccc6;
  --red-200:#eea39a;
  --red-300:#e77b6d;
  --red-400:#df5240;
  --red-500:#d82a13;
  --red-600:#b82410;
  --red-700:#971d0d;
  --red-800:#77170a;
  --red-900:#561108;
  --primary-50:#f2f8fd;
  --primary-100:#c2dff6;
  --primary-200:#91c6ef;
  --primary-300:#61ade7;
  --primary-400:#3093e0;
  --primary-500:#007ad9;
  --primary-600:#0068b8;
  --primary-700:#005598;
  --primary-800:#004377;
  --primary-900:#003157;
}
.p-editor-container .p-editor-toolbar {
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.429rem 0.857rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007ad9;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.5;
  }
  .p-error {
    color: #a80000;
  }
  .p-text-secondary {
    color: #848484;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 3px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.429rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.786rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #212121;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.2145rem 0.429rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.2145rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.2145rem 0.429rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #bababa;
    color: #333333;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #a80000;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #a80000;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #848484;
    right: 2.786rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #a80000;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-datepicker {
    padding: 0.857rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #333333;
    background: #ffffff;
    font-weight: 700;
    margin: 0;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #333333;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 700;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #007ad9;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.857rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d0d0d0;
    color: #333333;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 0.857rem 0 0.429rem 0;
    border-top: 1px solid #d8dae2;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #d8dae2;
    padding: 0.857rem 0 0.429rem 0;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.286rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.429rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.857rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.857rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #d8dae2;
    padding-right: 0.857rem;
    padding-left: 0.857rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #848484;
    right: 2.786rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0.25rem;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.429rem 0.429rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #666666;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #a80000;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.429rem 0.857rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #a80000;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.429rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 20px;
    height: 20px;
  }
  .p-checkbox .p-checkbox-box {
    border: 1px solid #a6a6a6;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #333333;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #007ad9;
    background: #007ad9;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #212121;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #a80000;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  .p-highlight .p-checkbox .p-checkbox-box {
    border-color: #ffffff;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #a80000;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #212121;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.2145rem 0.429rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #bababa;
    color: #333333;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.2145rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #a80000;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.429rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.429rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #666666;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #848484;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #a80000;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.429rem;
    margin-right: -1.429rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #a80000;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #eaeaea;
    color: #848484;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    padding: 0.429rem 0.429rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #a6a6a6;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.429rem;
    color: #848484;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.429rem;
    color: #848484;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #a80000;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #a80000;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 1.858rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.786rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.786rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f4f4f4;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f4f4f4;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 1.858rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #cccccc;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7b7b7;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #007ad9;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #cccccc;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #116fbf;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #a80000;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    background: #ffffff;
    padding: 0.429rem 0.429rem;
    border: 1px solid #a6a6a6;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 3px;
  }
  .p-inputtext:enabled:hover {
    border-color: #212121;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #a80000;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.375375rem 0.375375rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.53625rem 0.53625rem;
  }
  .p-float-label > label {
    left: 0.429rem;
    color: #666666;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #a80000;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.429rem;
    color: #848484;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 1.858rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 1.858rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.429rem;
    color: #848484;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 1.858rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 1.858rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 1.858rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 1.858rem;
  }
  ::-webkit-input-placeholder {
    color: #666666;
  }
  :-moz-placeholder {
    color: #666666;
  }
  ::-moz-placeholder {
    color: #666666;
  }
  :-ms-input-placeholder {
    color: #666666;
  }
  .p-input-filled .p-inputtext {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.375375rem 0.375375rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.53625rem 0.53625rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #333333;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.429rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #a80000;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.429rem 0.429rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #666666;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-multiselect.p-variant-filled {
    background: #f4f4f4;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.2145rem 0.429rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.429rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.429rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #a80000;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #a80000;
  }
  .p-password-panel {
    padding: 0.571rem 1rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #eaeaea;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #e91224;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ffba01;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #34a835;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 1.858rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #848484;
    right: 0.429rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.287rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #848484;
    right: 1.858rem;
  }
  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 1px solid #a6a6a6;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #333333;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #212121;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #007ad9;
    background: #007ad9;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f4f4f4;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #007ad9;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #005b9f;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #a80000;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #007ad9;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #005b9f;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-highlight .p-radiobutton .p-radiobutton-box {
    border-color: #ffffff;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #333333;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #e4018d;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #007ad9;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #007ad9;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #b5019f;
  }
  .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #ffffff;
  }
  .p-selectbutton .p-button {
    background: #dadada;
    border: 1px solid #dadada;
    color: #333333;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #666666;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #333333;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #212121;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #116fbf;
    border-color: #116fbf;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #a80000;
  }
  .p-slider {
    background: #c8c8c8;
    border: 0 none;
    border-radius: 3px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #666666;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-slider .p-slider-range {
    background: #007ad9;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #666666;
    border-color: #007ad9;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #dadada;
    border: 1px solid #dadada;
    color: #333333;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #666666;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #333333;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #212121;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #116fbf;
    border-color: #116fbf;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #a80000;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.429rem 0.429rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #666666;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #a80000;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.2145rem 0.429rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.429rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 2.858rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 1.858rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.429rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }
  .p-button {
    color: #ffffff;
    background: #007ad9;
    border: 1px solid #007ad9;
    padding: 0.429rem 1rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-button:not(:disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #848484;
    border-color: #848484;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #eaeaea;
    color: #848484;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #d2d2d2;
    color: #848484;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #848484;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #eaeaea;
    color: #848484;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #d2d2d2;
    color: #848484;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #007ad9;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 2.357rem;
    padding: 0.429rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.375375rem 0.875rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.53625rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 2.357rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #607d8b;
    border: 1px solid #607d8b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #546e7a;
    color: #ffffff;
    border-color: #546e7a;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #b0bec5;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #455a64;
    color: #ffffff;
    border-color: #455a64;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #607d8b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #007ad9;
    border: 1px solid #007ad9;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    border-color: transparent;
    color: #007ad9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    border-color: transparent;
    color: #007ad9;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #34a835;
    border: 1px solid #34a835;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #107d11;
    color: #ffffff;
    border-color: #107d11;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #aae5aa;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #0c6b0d;
    color: #ffffff;
    border-color: #0c6b0d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(52, 168, 53, 0.04);
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(52, 168, 53, 0.16);
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #34a835;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(52, 168, 53, 0.04);
    border-color: transparent;
    color: #34a835;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(52, 168, 53, 0.16);
    border-color: transparent;
    color: #34a835;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #333333;
    background: #ffba01;
    border: 1px solid #ffba01;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ed990b;
    color: #333333;
    border-color: #ed990b;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #ffeab4;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #d38b10;
    color: #333333;
    border-color: #d38b10;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 186, 1, 0.04);
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(255, 186, 1, 0.16);
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #ffba01;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(255, 186, 1, 0.04);
    border-color: transparent;
    color: #ffba01;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(255, 186, 1, 0.16);
    border-color: transparent;
    color: #ffba01;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #9c27b0;
    border: 1px solid #9c27b0;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #8e24aa;
    color: #ffffff;
    border-color: #8e24aa;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #ce93d8;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7b1fa2;
    color: #ffffff;
    border-color: #7b1fa2;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #9c27b0;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #e91224;
    border: 1px solid #e91224;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #c01120;
    color: #ffffff;
    border-color: #c01120;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #f9b4ba;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #a90000;
    color: #ffffff;
    border-color: #a90000;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(233, 18, 36, 0.04);
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(233, 18, 36, 0.16);
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #e91224;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(233, 18, 36, 0.04);
    border-color: transparent;
    color: #e91224;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(233, 18, 36, 0.16);
    border-color: transparent;
    color: #e91224;
  }
  .p-button.p-button-link {
    color: #005b9f;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #005b9f;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #005b9f;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #324249;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #222c31;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 3px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #f4f4f4;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #eaeaea;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 1px 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #848484;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007ad9;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e0e0e0;
    color: #333333;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #333333;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    padding: 0.571rem 0.857rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #8dcdff;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #007ad9;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #007ad9;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-datatable .p-column-resizer-helper {
    background: #007ad9;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f4f4f4;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f4f4f4;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f9f9f9;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #ffffff;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.72845rem 0.85rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.48535rem 0.72845rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.48535rem 0.72845rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.48535rem 0.85rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.48535rem 0.85rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.07125rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 0.71375rem 1.07125rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 0.71375rem 1.07125rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 0.71375rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 0.71375rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #333333;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 0.571rem 1rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: transparent;
    color: #007ad9;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #007ad9;
    color: #ffffff;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 0.571rem 1rem;
    border-bottom: 1px solid #d8dae2;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.571rem 1rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 0.571rem 1rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 0.571rem 1rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-orderlist .p-orderlist-header {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 0.857rem 1rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.429rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-orderlist .p-orderlist-list {
    color: #333333;
    padding: 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #c8c8c8;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.429rem 0.857rem;
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f9f9f9;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #eaeaea;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.429rem 0.857rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0 none;
    color: #333333;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #00325a;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #c8c8c8;
    border-color: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #c8c8c8;
    border-color: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-paginator {
    background: #f4f4f4;
    color: #333333;
    border: solid #c8c8c8;
    border-width: 1px;
    padding: 0;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e0e0e0;
    border-color: transparent;
    color: #333333;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.357rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 2.357rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e0e0e0;
    border-color: transparent;
    color: #333333;
  }
  .p-picklist .p-picklist-buttons {
    padding: 0.571rem 1rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-picklist .p-picklist-header {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 0.857rem 1rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.429rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-picklist .p-picklist-list {
    color: #333333;
    padding: 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #c8c8c8;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.429rem 0.857rem;
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f9f9f9;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #eaeaea;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.429rem 0.857rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0 none;
    color: #333333;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 0 none;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #007ad9;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #c8c8c8;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
    border-radius: 3px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    padding: 0;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #848484;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #333333;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.429rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #0062ae;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    color: #333333;
    padding: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #848484;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-treetable .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 1px 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
  }
  .p-treetable .p-sortable-column {
    outline-color: #8dcdff;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #848484;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007ad9;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e0e0e0;
    color: #333333;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #333333;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    padding: 0.571rem 0.857rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #333333;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #8dcdff;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #ffffff;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #333333;
  }
  .p-treetable .p-column-resizer-helper {
    background: #007ad9;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f4f4f4;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.749875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.48535rem 0.72845rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.48535rem 0.72845rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.48535rem 0.85rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.48535rem 0.85rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.07125rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 0.71375rem 1.07125rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 0.71375rem 1.07125rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 0.71375rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 0.71375rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #333333;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-accordion .p-accordion-content {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 2px;
  }
  .p-card {
    background: #ffffff;
    color: #333333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
  }
  .p-card .p-card-body {
    padding: 1rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #848484;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #c8c8c8;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #c8c8c8;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-radius: 3px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 0.857rem 1rem;
    color: #333333;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-fieldset .p-fieldset-content {
    padding: 0.571rem 1rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #c8c8c8;
    padding: 0.857rem 1rem;
    background: #f4f4f4;
    color: #333333;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.857rem 1rem;
  }
  .p-panel .p-panel-content {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panel .p-panel-footer {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f8f8f8;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-splitter {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 3px;
    color: #333333;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #eaeaea;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #d8dae2;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #d8dae2;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2.357rem;
  }
  .p-tabview .p-tabview-nav {
    background: transparent;
    border: 0 none;
    border-width: 1px;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 2px;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: 1px solid #c8c8c8;
    border-width: 1px;
    border-color: #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin: 0 0 -1px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #007ad9;
    color: #ffffff;
    width: 2.357rem;
    box-shadow:
      0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-toolbar {
    background: #f4f4f4;
    border: 1px solid #c8c8c8;
    padding: 0.857rem 1rem;
    border-radius: 3px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #333333;
    border: 1px solid #dee2e6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #848484;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #007ad9;
    color: #ffffff;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #333333;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #007ad9;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 0.571rem 1rem;
    color: #333333;
  }
  .p-stepper .p-stepper-separator {
    background-color: #c8c8c8;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #333333;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #007ad9;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 0.571rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.571rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(200, 200, 200, 0);
    border-bottom-color: #c8c8c8;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #c8c8c8;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #c8c8c8;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 1px solid #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 1rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #333333;
    padding: 1rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
    text-align: right;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 0.571rem 1rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #007ad9;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #116fbf;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(200, 200, 200, 0);
    border-bottom-color: #bebebe;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #c8c8c8;
  }
  .p-sidebar {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-sidebar .p-sidebar-header {
    padding: 0.857rem 1rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 0.571rem 1rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 0.857rem 1rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #333333;
    color: #ffffff;
    padding: 0.429rem 0.429rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #333333;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #333333;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #333333;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #333333;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f4f4f4;
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #007ad9;
    border-style: dashed;
    background-color: #007ad9;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 0.571rem 0.857rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 0.571rem 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #333333;
  }
  .p-contextmenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 3px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menu .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    width: 12.5rem;
    border-radius: 3px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #333333;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #333333;
      background: #eaeaea;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #8dcdff;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0;
      background: #ffffff;
      border: 1px solid #c8c8c8;
      box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #d8dae2;
      margin: 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.571rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 4.285rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.999rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 7.713rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 9.427rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 2px;
  }
  .p-slidemenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.857rem;
    color: #333333;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #333333;
    border: 1px solid #dee2e6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #848484;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #007ad9;
    color: #ffffff;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #333333;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #d8dae2;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: transparent;
    border: 0 none;
    border-width: 1px;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 2px;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: 1px solid #c8c8c8;
    border-width: 1px;
    border-color: #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin: 0 0 -1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #007ad9;
    color: #ffffff;
    width: 2.357rem;
    box-shadow:
      0px 3px 1px -2px rgba(0, 0, 0, 0.2),
      0px 2px 2px 0px rgba(0, 0, 0, 0.14),
      0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tieredmenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.5rem;
    margin: 0;
    border-radius: 3px;
  }
  .p-inline-message.p-inline-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 3px;
  }
  .p-message .p-message-wrapper {
    padding: 1rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-message.p-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-info .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-info .p-message-close {
    color: #212121;
  }
  .p-message.p-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-success .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-success .p-message-close {
    color: #212121;
  }
  .p-message.p-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-warn .p-message-close {
    color: #212121;
  }
  .p-message.p-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-error .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-error .p-message-close {
    color: #212121;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: normal;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 0.5rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #212121;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #ebedef;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ebedef;
  }
  .p-galleria .p-galleria-item-nav {
    background: rgba(0, 0, 0, 0.2);
    color: #aeb6bf;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ebedef;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #ebedef;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #f4f4f4;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #eaeaea;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #aeb6bf;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #aeb6bf;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #c8c8c8;
    border-radius: 3px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-success {
    background-color: #34a835;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #ffba01;
    color: #333333;
  }
  .p-badge.p-badge-danger {
    background-color: #e91224;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #c8c8c8;
    color: #333333;
    border-radius: 16px;
    padding: 0 0.429rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.2145rem;
    margin-bottom: 0.2145rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 1.929rem;
    height: 1.929rem;
    margin-left: -0.429rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.429rem 0.429rem;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #eaeaea;
    border-radius: 3px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #007ad9;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #007ad9;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-progressbar {
    border: 0 none;
    height: 24px;
    background: #eaeaea;
    border-radius: 3px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #007ad9;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 24px;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f4f4f4;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #eaeaea;
    border-radius: 3px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
  }
  .p-tag.p-tag-success {
    background-color: #34a835;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #ffba01;
    color: #333333;
  }
  .p-tag.p-tag-danger {
    background-color: #e91224;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-terminal {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    padding: 0.571rem 1rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    color: #848484;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #333333;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    color: #848484;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #333333;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.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-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;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
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;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.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;
}
@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;
  }
}

/* node_modules/@fortawesome/fontawesome-free/css/all.min.css */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
  content: var(--fa);
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay,0s);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration,2s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction,normal);
  animation-duration: var(--fa-animation-duration,1s);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle,0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0 {
  --fa:"0";
}
.fa-1 {
  --fa:"1";
}
.fa-2 {
  --fa:"2";
}
.fa-3 {
  --fa:"3";
}
.fa-4 {
  --fa:"4";
}
.fa-5 {
  --fa:"5";
}
.fa-6 {
  --fa:"6";
}
.fa-7 {
  --fa:"7";
}
.fa-8 {
  --fa:"8";
}
.fa-9 {
  --fa:"9";
}
.fa-fill-drip {
  --fa:"\f576";
}
.fa-arrows-to-circle {
  --fa:"\e4bd";
}
.fa-chevron-circle-right,
.fa-circle-chevron-right {
  --fa:"\f138";
}
.fa-at {
  --fa:"@";
}
.fa-trash-alt,
.fa-trash-can {
  --fa:"\f2ed";
}
.fa-text-height {
  --fa:"\f034";
}
.fa-user-times,
.fa-user-xmark {
  --fa:"\f235";
}
.fa-stethoscope {
  --fa:"\f0f1";
}
.fa-comment-alt,
.fa-message {
  --fa:"\f27a";
}
.fa-info {
  --fa:"\f129";
}
.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}
.fa-explosion {
  --fa:"\e4e9";
}
.fa-file-alt,
.fa-file-lines,
.fa-file-text {
  --fa:"\f15c";
}
.fa-wave-square {
  --fa:"\f83e";
}
.fa-ring {
  --fa:"\f70b";
}
.fa-building-un {
  --fa:"\e4d9";
}
.fa-dice-three {
  --fa:"\f527";
}
.fa-calendar-alt,
.fa-calendar-days {
  --fa:"\f073";
}
.fa-anchor-circle-check {
  --fa:"\e4aa";
}
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}
.fa-volleyball,
.fa-volleyball-ball {
  --fa:"\f45f";
}
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}
.fa-sort-desc,
.fa-sort-down {
  --fa:"\f0dd";
}
.fa-circle-minus,
.fa-minus-circle {
  --fa:"\f056";
}
.fa-door-open {
  --fa:"\f52b";
}
.fa-right-from-bracket,
.fa-sign-out-alt {
  --fa:"\f2f5";
}
.fa-atom {
  --fa:"\f5d2";
}
.fa-soap {
  --fa:"\e06e";
}
.fa-heart-music-camera-bolt,
.fa-icons {
  --fa:"\f86d";
}
.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
  --fa:"\f539";
}
.fa-bridge-circle-check {
  --fa:"\e4c9";
}
.fa-pump-medical {
  --fa:"\e06a";
}
.fa-fingerprint {
  --fa:"\f577";
}
.fa-hand-point-right {
  --fa:"\f0a4";
}
.fa-magnifying-glass-location,
.fa-search-location {
  --fa:"\f689";
}
.fa-forward-step,
.fa-step-forward {
  --fa:"\f051";
}
.fa-face-smile-beam,
.fa-smile-beam {
  --fa:"\f5b8";
}
.fa-flag-checkered {
  --fa:"\f11e";
}
.fa-football,
.fa-football-ball {
  --fa:"\f44e";
}
.fa-school-circle-exclamation {
  --fa:"\e56c";
}
.fa-crop {
  --fa:"\f125";
}
.fa-angle-double-down,
.fa-angles-down {
  --fa:"\f103";
}
.fa-users-rectangle {
  --fa:"\e594";
}
.fa-people-roof {
  --fa:"\e537";
}
.fa-people-line {
  --fa:"\e534";
}
.fa-beer,
.fa-beer-mug-empty {
  --fa:"\f0fc";
}
.fa-diagram-predecessor {
  --fa:"\e477";
}
.fa-arrow-up-long,
.fa-long-arrow-up {
  --fa:"\f176";
}
.fa-burn,
.fa-fire-flame-simple {
  --fa:"\f46a";
}
.fa-male,
.fa-person {
  --fa:"\f183";
}
.fa-laptop {
  --fa:"\f109";
}
.fa-file-csv {
  --fa:"\f6dd";
}
.fa-menorah {
  --fa:"\f676";
}
.fa-truck-plane {
  --fa:"\e58f";
}
.fa-record-vinyl {
  --fa:"\f8d9";
}
.fa-face-grin-stars,
.fa-grin-stars {
  --fa:"\f587";
}
.fa-bong {
  --fa:"\f55c";
}
.fa-pastafarianism,
.fa-spaghetti-monster-flying {
  --fa:"\f67b";
}
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}
.fa-spoon,
.fa-utensil-spoon {
  --fa:"\f2e5";
}
.fa-jar-wheat {
  --fa:"\e517";
}
.fa-envelopes-bulk,
.fa-mail-bulk {
  --fa:"\f674";
}
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}
.fa-circle-h,
.fa-hospital-symbol {
  --fa:"\f47e";
}
.fa-pager {
  --fa:"\f815";
}
.fa-address-book,
.fa-contact-book {
  --fa:"\f2b9";
}
.fa-strikethrough {
  --fa:"\f0cc";
}
.fa-k {
  --fa:"K";
}
.fa-landmark-flag {
  --fa:"\e51c";
}
.fa-pencil,
.fa-pencil-alt {
  --fa:"\f303";
}
.fa-backward {
  --fa:"\f04a";
}
.fa-caret-right {
  --fa:"\f0da";
}
.fa-comments {
  --fa:"\f086";
}
.fa-file-clipboard,
.fa-paste {
  --fa:"\f0ea";
}
.fa-code-pull-request {
  --fa:"\e13c";
}
.fa-clipboard-list {
  --fa:"\f46d";
}
.fa-truck-loading,
.fa-truck-ramp-box {
  --fa:"\f4de";
}
.fa-user-check {
  --fa:"\f4fc";
}
.fa-vial-virus {
  --fa:"\e597";
}
.fa-sheet-plastic {
  --fa:"\e571";
}
.fa-blog {
  --fa:"\f781";
}
.fa-user-ninja {
  --fa:"\f504";
}
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}
.fa-scroll-torah,
.fa-torah {
  --fa:"\f6a0";
}
.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
  --fa:"\f458";
}
.fa-toggle-off {
  --fa:"\f204";
}
.fa-archive,
.fa-box-archive {
  --fa:"\f187";
}
.fa-person-drowning {
  --fa:"\e545";
}
.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
  --fa:"\f886";
}
.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
  --fa:"\f58a";
}
.fa-spray-can {
  --fa:"\f5bd";
}
.fa-truck-monster {
  --fa:"\f63b";
}
.fa-w {
  --fa:"W";
}
.fa-earth-africa,
.fa-globe-africa {
  --fa:"\f57c";
}
.fa-rainbow {
  --fa:"\f75b";
}
.fa-circle-notch {
  --fa:"\f1ce";
}
.fa-tablet-alt,
.fa-tablet-screen-button {
  --fa:"\f3fa";
}
.fa-paw {
  --fa:"\f1b0";
}
.fa-cloud {
  --fa:"\f0c2";
}
.fa-trowel-bricks {
  --fa:"\e58a";
}
.fa-face-flushed,
.fa-flushed {
  --fa:"\f579";
}
.fa-hospital-user {
  --fa:"\f80d";
}
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}
.fa-gavel,
.fa-legal {
  --fa:"\f0e3";
}
.fa-binoculars {
  --fa:"\f1e5";
}
.fa-microphone-slash {
  --fa:"\f131";
}
.fa-box-tissue {
  --fa:"\e05b";
}
.fa-motorcycle {
  --fa:"\f21c";
}
.fa-bell-concierge,
.fa-concierge-bell {
  --fa:"\f562";
}
.fa-pen-ruler,
.fa-pencil-ruler {
  --fa:"\f5ae";
}
.fa-people-arrows,
.fa-people-arrows-left-right {
  --fa:"\e068";
}
.fa-mars-and-venus-burst {
  --fa:"\e523";
}
.fa-caret-square-right,
.fa-square-caret-right {
  --fa:"\f152";
}
.fa-cut,
.fa-scissors {
  --fa:"\f0c4";
}
.fa-sun-plant-wilt {
  --fa:"\e57a";
}
.fa-toilets-portable {
  --fa:"\e584";
}
.fa-hockey-puck {
  --fa:"\f453";
}
.fa-table {
  --fa:"\f0ce";
}
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}
.fa-digital-tachograph,
.fa-tachograph-digital {
  --fa:"\f566";
}
.fa-users-slash {
  --fa:"\e073";
}
.fa-clover {
  --fa:"\e139";
}
.fa-mail-reply,
.fa-reply {
  --fa:"\f3e5";
}
.fa-star-and-crescent {
  --fa:"\f699";
}
.fa-house-fire {
  --fa:"\e50c";
}
.fa-minus-square,
.fa-square-minus {
  --fa:"\f146";
}
.fa-helicopter {
  --fa:"\f533";
}
.fa-compass {
  --fa:"\f14e";
}
.fa-caret-square-down,
.fa-square-caret-down {
  --fa:"\f150";
}
.fa-file-circle-question {
  --fa:"\e4ef";
}
.fa-laptop-code {
  --fa:"\f5fc";
}
.fa-swatchbook {
  --fa:"\f5c3";
}
.fa-prescription-bottle {
  --fa:"\f485";
}
.fa-bars,
.fa-navicon {
  --fa:"\f0c9";
}
.fa-people-group {
  --fa:"\e533";
}
.fa-hourglass-3,
.fa-hourglass-end {
  --fa:"\f253";
}
.fa-heart-broken,
.fa-heart-crack {
  --fa:"\f7a9";
}
.fa-external-link-square-alt,
.fa-square-up-right {
  --fa:"\f360";
}
.fa-face-kiss-beam,
.fa-kiss-beam {
  --fa:"\f597";
}
.fa-film {
  --fa:"\f008";
}
.fa-ruler-horizontal {
  --fa:"\f547";
}
.fa-people-robbery {
  --fa:"\e536";
}
.fa-lightbulb {
  --fa:"\f0eb";
}
.fa-caret-left {
  --fa:"\f0d9";
}
.fa-circle-exclamation,
.fa-exclamation-circle {
  --fa:"\f06a";
}
.fa-school-circle-xmark {
  --fa:"\e56d";
}
.fa-arrow-right-from-bracket,
.fa-sign-out {
  --fa:"\f08b";
}
.fa-chevron-circle-down,
.fa-circle-chevron-down {
  --fa:"\f13a";
}
.fa-unlock-alt,
.fa-unlock-keyhole {
  --fa:"\f13e";
}
.fa-cloud-showers-heavy {
  --fa:"\f740";
}
.fa-headphones-alt,
.fa-headphones-simple {
  --fa:"\f58f";
}
.fa-sitemap {
  --fa:"\f0e8";
}
.fa-circle-dollar-to-slot,
.fa-donate {
  --fa:"\f4b9";
}
.fa-memory {
  --fa:"\f538";
}
.fa-road-spikes {
  --fa:"\e568";
}
.fa-fire-burner {
  --fa:"\e4f1";
}
.fa-flag {
  --fa:"\f024";
}
.fa-hanukiah {
  --fa:"\f6e6";
}
.fa-feather {
  --fa:"\f52d";
}
.fa-volume-down,
.fa-volume-low {
  --fa:"\f027";
}
.fa-comment-slash {
  --fa:"\f4b3";
}
.fa-cloud-sun-rain {
  --fa:"\f743";
}
.fa-compress {
  --fa:"\f066";
}
.fa-wheat-alt,
.fa-wheat-awn {
  --fa:"\e2cd";
}
.fa-ankh {
  --fa:"\f644";
}
.fa-hands-holding-child {
  --fa:"\e4fa";
}
.fa-asterisk {
  --fa:"*";
}
.fa-check-square,
.fa-square-check {
  --fa:"\f14a";
}
.fa-peseta-sign {
  --fa:"\e221";
}
.fa-header,
.fa-heading {
  --fa:"\f1dc";
}
.fa-ghost {
  --fa:"\f6e2";
}
.fa-list,
.fa-list-squares {
  --fa:"\f03a";
}
.fa-phone-square-alt,
.fa-square-phone-flip {
  --fa:"\f87b";
}
.fa-cart-plus {
  --fa:"\f217";
}
.fa-gamepad {
  --fa:"\f11b";
}
.fa-circle-dot,
.fa-dot-circle {
  --fa:"\f192";
}
.fa-dizzy,
.fa-face-dizzy {
  --fa:"\f567";
}
.fa-egg {
  --fa:"\f7fb";
}
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}
.fa-campground {
  --fa:"\f6bb";
}
.fa-folder-plus {
  --fa:"\f65e";
}
.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
  --fa:"\f1e3";
}
.fa-paint-brush,
.fa-paintbrush {
  --fa:"\f1fc";
}
.fa-lock {
  --fa:"\f023";
}
.fa-gas-pump {
  --fa:"\f52f";
}
.fa-hot-tub,
.fa-hot-tub-person {
  --fa:"\f593";
}
.fa-map-location,
.fa-map-marked {
  --fa:"\f59f";
}
.fa-house-flood-water {
  --fa:"\e50e";
}
.fa-tree {
  --fa:"\f1bb";
}
.fa-bridge-lock {
  --fa:"\e4cc";
}
.fa-sack-dollar {
  --fa:"\f81d";
}
.fa-edit,
.fa-pen-to-square {
  --fa:"\f044";
}
.fa-car-side {
  --fa:"\f5e4";
}
.fa-share-alt,
.fa-share-nodes {
  --fa:"\f1e0";
}
.fa-heart-circle-minus {
  --fa:"\e4ff";
}
.fa-hourglass-2,
.fa-hourglass-half {
  --fa:"\f252";
}
.fa-microscope {
  --fa:"\f610";
}
.fa-sink {
  --fa:"\e06d";
}
.fa-bag-shopping,
.fa-shopping-bag {
  --fa:"\f290";
}
.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
  --fa:"\f881";
}
.fa-mitten {
  --fa:"\f7b5";
}
.fa-person-rays {
  --fa:"\e54d";
}
.fa-users {
  --fa:"\f0c0";
}
.fa-eye-slash {
  --fa:"\f070";
}
.fa-flask-vial {
  --fa:"\e4f3";
}
.fa-hand,
.fa-hand-paper {
  --fa:"\f256";
}
.fa-om {
  --fa:"\f679";
}
.fa-worm {
  --fa:"\e599";
}
.fa-house-circle-xmark {
  --fa:"\e50b";
}
.fa-plug {
  --fa:"\f1e6";
}
.fa-chevron-up {
  --fa:"\f077";
}
.fa-hand-spock {
  --fa:"\f259";
}
.fa-stopwatch {
  --fa:"\f2f2";
}
.fa-face-kiss,
.fa-kiss {
  --fa:"\f596";
}
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}
.fa-face-grin-tongue,
.fa-grin-tongue {
  --fa:"\f589";
}
.fa-chess-bishop {
  --fa:"\f43a";
}
.fa-face-grin-wink,
.fa-grin-wink {
  --fa:"\f58c";
}
.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
  --fa:"\f2a4";
}
.fa-road-circle-check {
  --fa:"\e564";
}
.fa-dice-five {
  --fa:"\f523";
}
.fa-rss-square,
.fa-square-rss {
  --fa:"\f143";
}
.fa-land-mine-on {
  --fa:"\e51b";
}
.fa-i-cursor {
  --fa:"\f246";
}
.fa-stamp {
  --fa:"\f5bf";
}
.fa-stairs {
  --fa:"\e289";
}
.fa-i {
  --fa:"I";
}
.fa-hryvnia,
.fa-hryvnia-sign {
  --fa:"\f6f2";
}
.fa-pills {
  --fa:"\f484";
}
.fa-face-grin-wide,
.fa-grin-alt {
  --fa:"\f581";
}
.fa-tooth {
  --fa:"\f5c9";
}
.fa-v {
  --fa:"V";
}
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}
.fa-bicycle {
  --fa:"\f206";
}
.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
  --fa:"\e579";
}
.fa-head-side-cough-slash {
  --fa:"\e062";
}
.fa-ambulance,
.fa-truck-medical {
  --fa:"\f0f9";
}
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}
.fa-snowman {
  --fa:"\f7d0";
}
.fa-mortar-pestle {
  --fa:"\f5a7";
}
.fa-road-barrier {
  --fa:"\e562";
}
.fa-school {
  --fa:"\f549";
}
.fa-igloo {
  --fa:"\f7ae";
}
.fa-joint {
  --fa:"\f595";
}
.fa-angle-right {
  --fa:"\f105";
}
.fa-horse {
  --fa:"\f6f0";
}
.fa-q {
  --fa:"Q";
}
.fa-g {
  --fa:"G";
}
.fa-notes-medical {
  --fa:"\f481";
}
.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
  --fa:"\f2c9";
}
.fa-dong-sign {
  --fa:"\e169";
}
.fa-capsules {
  --fa:"\f46b";
}
.fa-poo-bolt,
.fa-poo-storm {
  --fa:"\f75a";
}
.fa-face-frown-open,
.fa-frown-open {
  --fa:"\f57a";
}
.fa-hand-point-up {
  --fa:"\f0a6";
}
.fa-money-bill {
  --fa:"\f0d6";
}
.fa-bookmark {
  --fa:"\f02e";
}
.fa-align-justify {
  --fa:"\f039";
}
.fa-umbrella-beach {
  --fa:"\f5ca";
}
.fa-helmet-un {
  --fa:"\e503";
}
.fa-bullseye {
  --fa:"\f140";
}
.fa-bacon {
  --fa:"\f7e5";
}
.fa-hand-point-down {
  --fa:"\f0a7";
}
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}
.fa-folder,
.fa-folder-blank {
  --fa:"\f07b";
}
.fa-file-medical-alt,
.fa-file-waveform {
  --fa:"\f478";
}
.fa-radiation {
  --fa:"\f7b9";
}
.fa-chart-simple {
  --fa:"\e473";
}
.fa-mars-stroke {
  --fa:"\f229";
}
.fa-vial {
  --fa:"\f492";
}
.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
  --fa:"\f624";
}
.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
  --fa:"\e2ca";
}
.fa-e {
  --fa:"E";
}
.fa-pen-alt,
.fa-pen-clip {
  --fa:"\f305";
}
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}
.fa-user {
  --fa:"\f007";
}
.fa-school-circle-check {
  --fa:"\e56b";
}
.fa-dumpster {
  --fa:"\f793";
}
.fa-shuttle-van,
.fa-van-shuttle {
  --fa:"\f5b6";
}
.fa-building-user {
  --fa:"\e4da";
}
.fa-caret-square-left,
.fa-square-caret-left {
  --fa:"\f191";
}
.fa-highlighter {
  --fa:"\f591";
}
.fa-key {
  --fa:"\f084";
}
.fa-bullhorn {
  --fa:"\f0a1";
}
.fa-globe {
  --fa:"\f0ac";
}
.fa-synagogue {
  --fa:"\f69b";
}
.fa-person-half-dress {
  --fa:"\e548";
}
.fa-road-bridge {
  --fa:"\e563";
}
.fa-location-arrow {
  --fa:"\f124";
}
.fa-c {
  --fa:"C";
}
.fa-tablet-button {
  --fa:"\f10a";
}
.fa-building-lock {
  --fa:"\e4d6";
}
.fa-pizza-slice {
  --fa:"\f818";
}
.fa-money-bill-wave {
  --fa:"\f53a";
}
.fa-area-chart,
.fa-chart-area {
  --fa:"\f1fe";
}
.fa-house-flag {
  --fa:"\e50d";
}
.fa-person-circle-minus {
  --fa:"\e540";
}
.fa-ban,
.fa-cancel {
  --fa:"\f05e";
}
.fa-camera-rotate {
  --fa:"\e0d8";
}
.fa-air-freshener,
.fa-spray-can-sparkles {
  --fa:"\f5d0";
}
.fa-star {
  --fa:"\f005";
}
.fa-repeat {
  --fa:"\f363";
}
.fa-cross {
  --fa:"\f654";
}
.fa-box {
  --fa:"\f466";
}
.fa-venus-mars {
  --fa:"\f228";
}
.fa-arrow-pointer,
.fa-mouse-pointer {
  --fa:"\f245";
}
.fa-expand-arrows-alt,
.fa-maximize {
  --fa:"\f31e";
}
.fa-charging-station {
  --fa:"\f5e7";
}
.fa-shapes,
.fa-triangle-circle-square {
  --fa:"\f61f";
}
.fa-random,
.fa-shuffle {
  --fa:"\f074";
}
.fa-person-running,
.fa-running {
  --fa:"\f70c";
}
.fa-mobile-retro {
  --fa:"\e527";
}
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}
.fa-spider {
  --fa:"\f717";
}
.fa-hands-bound {
  --fa:"\e4f9";
}
.fa-file-invoice-dollar {
  --fa:"\f571";
}
.fa-plane-circle-exclamation {
  --fa:"\e556";
}
.fa-x-ray {
  --fa:"\f497";
}
.fa-spell-check {
  --fa:"\f891";
}
.fa-slash {
  --fa:"\f715";
}
.fa-computer-mouse,
.fa-mouse {
  --fa:"\f8cc";
}
.fa-arrow-right-to-bracket,
.fa-sign-in {
  --fa:"\f090";
}
.fa-shop-slash,
.fa-store-alt-slash {
  --fa:"\e070";
}
.fa-server {
  --fa:"\f233";
}
.fa-virus-covid-slash {
  --fa:"\e4a9";
}
.fa-shop-lock {
  --fa:"\e4a5";
}
.fa-hourglass-1,
.fa-hourglass-start {
  --fa:"\f251";
}
.fa-blender-phone {
  --fa:"\f6b6";
}
.fa-building-wheat {
  --fa:"\e4db";
}
.fa-person-breastfeeding {
  --fa:"\e53a";
}
.fa-right-to-bracket,
.fa-sign-in-alt {
  --fa:"\f2f6";
}
.fa-venus {
  --fa:"\f221";
}
.fa-passport {
  --fa:"\f5ab";
}
.fa-thumb-tack-slash,
.fa-thumbtack-slash {
  --fa:"\e68f";
}
.fa-heart-pulse,
.fa-heartbeat {
  --fa:"\f21e";
}
.fa-people-carry,
.fa-people-carry-box {
  --fa:"\f4ce";
}
.fa-temperature-high {
  --fa:"\f769";
}
.fa-microchip {
  --fa:"\f2db";
}
.fa-crown {
  --fa:"\f521";
}
.fa-weight-hanging {
  --fa:"\f5cd";
}
.fa-xmarks-lines {
  --fa:"\e59a";
}
.fa-file-prescription {
  --fa:"\f572";
}
.fa-weight,
.fa-weight-scale {
  --fa:"\f496";
}
.fa-user-friends,
.fa-user-group {
  --fa:"\f500";
}
.fa-arrow-up-a-z,
.fa-sort-alpha-up {
  --fa:"\f15e";
}
.fa-chess-knight {
  --fa:"\f441";
}
.fa-face-laugh-squint,
.fa-laugh-squint {
  --fa:"\f59b";
}
.fa-wheelchair {
  --fa:"\f193";
}
.fa-arrow-circle-up,
.fa-circle-arrow-up {
  --fa:"\f0aa";
}
.fa-toggle-on {
  --fa:"\f205";
}
.fa-person-walking,
.fa-walking {
  --fa:"\f554";
}
.fa-l {
  --fa:"L";
}
.fa-fire {
  --fa:"\f06d";
}
.fa-bed-pulse,
.fa-procedures {
  --fa:"\f487";
}
.fa-shuttle-space,
.fa-space-shuttle {
  --fa:"\f197";
}
.fa-face-laugh,
.fa-laugh {
  --fa:"\f599";
}
.fa-folder-open {
  --fa:"\f07c";
}
.fa-heart-circle-plus {
  --fa:"\e500";
}
.fa-code-fork {
  --fa:"\e13b";
}
.fa-city {
  --fa:"\f64f";
}
.fa-microphone-alt,
.fa-microphone-lines {
  --fa:"\f3c9";
}
.fa-pepper-hot {
  --fa:"\f816";
}
.fa-unlock {
  --fa:"\f09c";
}
.fa-colon-sign {
  --fa:"\e140";
}
.fa-headset {
  --fa:"\f590";
}
.fa-store-slash {
  --fa:"\e071";
}
.fa-road-circle-xmark {
  --fa:"\e566";
}
.fa-user-minus {
  --fa:"\f503";
}
.fa-mars-stroke-up,
.fa-mars-stroke-v {
  --fa:"\f22a";
}
.fa-champagne-glasses,
.fa-glass-cheers {
  --fa:"\f79f";
}
.fa-clipboard {
  --fa:"\f328";
}
.fa-house-circle-exclamation {
  --fa:"\e50a";
}
.fa-file-arrow-up,
.fa-file-upload {
  --fa:"\f574";
}
.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
  --fa:"\f1eb";
}
.fa-bath,
.fa-bathtub {
  --fa:"\f2cd";
}
.fa-underline {
  --fa:"\f0cd";
}
.fa-user-edit,
.fa-user-pen {
  --fa:"\f4ff";
}
.fa-signature {
  --fa:"\f5b7";
}
.fa-stroopwafel {
  --fa:"\f551";
}
.fa-bold {
  --fa:"\f032";
}
.fa-anchor-lock {
  --fa:"\e4ad";
}
.fa-building-ngo {
  --fa:"\e4d7";
}
.fa-manat-sign {
  --fa:"\e1d5";
}
.fa-not-equal {
  --fa:"\f53e";
}
.fa-border-style,
.fa-border-top-left {
  --fa:"\f853";
}
.fa-map-location-dot,
.fa-map-marked-alt {
  --fa:"\f5a0";
}
.fa-jedi {
  --fa:"\f669";
}
.fa-poll,
.fa-square-poll-vertical {
  --fa:"\f681";
}
.fa-mug-hot {
  --fa:"\f7b6";
}
.fa-battery-car,
.fa-car-battery {
  --fa:"\f5df";
}
.fa-gift {
  --fa:"\f06b";
}
.fa-dice-two {
  --fa:"\f528";
}
.fa-chess-queen {
  --fa:"\f445";
}
.fa-glasses {
  --fa:"\f530";
}
.fa-chess-board {
  --fa:"\f43c";
}
.fa-building-circle-check {
  --fa:"\e4d2";
}
.fa-person-chalkboard {
  --fa:"\e53d";
}
.fa-mars-stroke-h,
.fa-mars-stroke-right {
  --fa:"\f22b";
}
.fa-hand-back-fist,
.fa-hand-rock {
  --fa:"\f255";
}
.fa-caret-square-up,
.fa-square-caret-up {
  --fa:"\f151";
}
.fa-cloud-showers-water {
  --fa:"\e4e4";
}
.fa-bar-chart,
.fa-chart-bar {
  --fa:"\f080";
}
.fa-hands-bubbles,
.fa-hands-wash {
  --fa:"\e05e";
}
.fa-less-than-equal {
  --fa:"\f537";
}
.fa-train {
  --fa:"\f238";
}
.fa-eye-low-vision,
.fa-low-vision {
  --fa:"\f2a8";
}
.fa-crow {
  --fa:"\f520";
}
.fa-sailboat {
  --fa:"\e445";
}
.fa-window-restore {
  --fa:"\f2d2";
}
.fa-plus-square,
.fa-square-plus {
  --fa:"\f0fe";
}
.fa-torii-gate {
  --fa:"\f6a1";
}
.fa-frog {
  --fa:"\f52e";
}
.fa-bucket {
  --fa:"\e4cf";
}
.fa-image {
  --fa:"\f03e";
}
.fa-microphone {
  --fa:"\f130";
}
.fa-cow {
  --fa:"\f6c8";
}
.fa-caret-up {
  --fa:"\f0d8";
}
.fa-screwdriver {
  --fa:"\f54a";
}
.fa-folder-closed {
  --fa:"\e185";
}
.fa-house-tsunami {
  --fa:"\e515";
}
.fa-square-nfi {
  --fa:"\e576";
}
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}
.fa-glass-martini-alt,
.fa-martini-glass {
  --fa:"\f57b";
}
.fa-square-binary {
  --fa:"\e69b";
}
.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
  --fa:"\f2ea";
}
.fa-columns,
.fa-table-columns {
  --fa:"\f0db";
}
.fa-lemon {
  --fa:"\f094";
}
.fa-head-side-mask {
  --fa:"\e063";
}
.fa-handshake {
  --fa:"\f2b5";
}
.fa-gem {
  --fa:"\f3a5";
}
.fa-dolly,
.fa-dolly-box {
  --fa:"\f472";
}
.fa-smoking {
  --fa:"\f48d";
}
.fa-compress-arrows-alt,
.fa-minimize {
  --fa:"\f78c";
}
.fa-monument {
  --fa:"\f5a6";
}
.fa-snowplow {
  --fa:"\f7d2";
}
.fa-angle-double-right,
.fa-angles-right {
  --fa:"\f101";
}
.fa-cannabis {
  --fa:"\f55f";
}
.fa-circle-play,
.fa-play-circle {
  --fa:"\f144";
}
.fa-tablets {
  --fa:"\f490";
}
.fa-ethernet {
  --fa:"\f796";
}
.fa-eur,
.fa-euro,
.fa-euro-sign {
  --fa:"\f153";
}
.fa-chair {
  --fa:"\f6c0";
}
.fa-check-circle,
.fa-circle-check {
  --fa:"\f058";
}
.fa-circle-stop,
.fa-stop-circle {
  --fa:"\f28d";
}
.fa-compass-drafting,
.fa-drafting-compass {
  --fa:"\f568";
}
.fa-plate-wheat {
  --fa:"\e55a";
}
.fa-icicles {
  --fa:"\f7ad";
}
.fa-person-shelter {
  --fa:"\e54f";
}
.fa-neuter {
  --fa:"\f22c";
}
.fa-id-badge {
  --fa:"\f2c1";
}
.fa-marker {
  --fa:"\f5a1";
}
.fa-face-laugh-beam,
.fa-laugh-beam {
  --fa:"\f59a";
}
.fa-helicopter-symbol {
  --fa:"\e502";
}
.fa-universal-access {
  --fa:"\f29a";
}
.fa-chevron-circle-up,
.fa-circle-chevron-up {
  --fa:"\f139";
}
.fa-lari-sign {
  --fa:"\e1c8";
}
.fa-volcano {
  --fa:"\f770";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}
.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
  --fa:"\f154";
}
.fa-viruses {
  --fa:"\e076";
}
.fa-square-person-confined {
  --fa:"\e577";
}
.fa-user-tie {
  --fa:"\f508";
}
.fa-arrow-down-long,
.fa-long-arrow-down {
  --fa:"\f175";
}
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}
.fa-certificate {
  --fa:"\f0a3";
}
.fa-mail-reply-all,
.fa-reply-all {
  --fa:"\f122";
}
.fa-suitcase {
  --fa:"\f0f2";
}
.fa-person-skating,
.fa-skating {
  --fa:"\f7c5";
}
.fa-filter-circle-dollar,
.fa-funnel-dollar {
  --fa:"\f662";
}
.fa-camera-retro {
  --fa:"\f083";
}
.fa-arrow-circle-down,
.fa-circle-arrow-down {
  --fa:"\f0ab";
}
.fa-arrow-right-to-file,
.fa-file-import {
  --fa:"\f56f";
}
.fa-external-link-square,
.fa-square-arrow-up-right {
  --fa:"\f14c";
}
.fa-box-open {
  --fa:"\f49e";
}
.fa-scroll {
  --fa:"\f70e";
}
.fa-spa {
  --fa:"\f5bb";
}
.fa-location-pin-lock {
  --fa:"\e51f";
}
.fa-pause {
  --fa:"\f04c";
}
.fa-hill-avalanche {
  --fa:"\e507";
}
.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
  --fa:"\f2cb";
}
.fa-bomb {
  --fa:"\f1e2";
}
.fa-registered {
  --fa:"\f25d";
}
.fa-address-card,
.fa-contact-card,
.fa-vcard {
  --fa:"\f2bb";
}
.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
  --fa:"\f516";
}
.fa-subscript {
  --fa:"\f12c";
}
.fa-diamond-turn-right,
.fa-directions {
  --fa:"\f5eb";
}
.fa-burst {
  --fa:"\e4dc";
}
.fa-house-laptop,
.fa-laptop-house {
  --fa:"\e066";
}
.fa-face-tired,
.fa-tired {
  --fa:"\f5c8";
}
.fa-money-bills {
  --fa:"\e1f3";
}
.fa-smog {
  --fa:"\f75f";
}
.fa-crutch {
  --fa:"\f7f7";
}
.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
  --fa:"\f0ee";
}
.fa-palette {
  --fa:"\f53f";
}
.fa-arrows-turn-right {
  --fa:"\e4c0";
}
.fa-vest {
  --fa:"\e085";
}
.fa-ferry {
  --fa:"\e4ea";
}
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}
.fa-seedling,
.fa-sprout {
  --fa:"\f4d8";
}
.fa-arrows-alt-h,
.fa-left-right {
  --fa:"\f337";
}
.fa-boxes-packing {
  --fa:"\e4c7";
}
.fa-arrow-circle-left,
.fa-circle-arrow-left {
  --fa:"\f0a8";
}
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}
.fa-bowl-food {
  --fa:"\e4c6";
}
.fa-candy-cane {
  --fa:"\f786";
}
.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
  --fa:"\f160";
}
.fa-cloud-bolt,
.fa-thunderstorm {
  --fa:"\f76c";
}
.fa-remove-format,
.fa-text-slash {
  --fa:"\f87d";
}
.fa-face-smile-wink,
.fa-smile-wink {
  --fa:"\f4da";
}
.fa-file-word {
  --fa:"\f1c2";
}
.fa-file-powerpoint {
  --fa:"\f1c4";
}
.fa-arrows-h,
.fa-arrows-left-right {
  --fa:"\f07e";
}
.fa-house-lock {
  --fa:"\e510";
}
.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
  --fa:"\f0ed";
}
.fa-children {
  --fa:"\e4e1";
}
.fa-blackboard,
.fa-chalkboard {
  --fa:"\f51b";
}
.fa-user-alt-slash,
.fa-user-large-slash {
  --fa:"\f4fa";
}
.fa-envelope-open {
  --fa:"\f2b6";
}
.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
  --fa:"\e05f";
}
.fa-mattress-pillow {
  --fa:"\e525";
}
.fa-guarani-sign {
  --fa:"\e19a";
}
.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
  --fa:"\f021";
}
.fa-fire-extinguisher {
  --fa:"\f134";
}
.fa-cruzeiro-sign {
  --fa:"\e152";
}
.fa-greater-than-equal {
  --fa:"\f532";
}
.fa-shield-alt,
.fa-shield-halved {
  --fa:"\f3ed";
}
.fa-atlas,
.fa-book-atlas {
  --fa:"\f558";
}
.fa-virus {
  --fa:"\e074";
}
.fa-envelope-circle-check {
  --fa:"\e4e8";
}
.fa-layer-group {
  --fa:"\f5fd";
}
.fa-arrows-to-dot {
  --fa:"\e4be";
}
.fa-archway {
  --fa:"\f557";
}
.fa-heart-circle-check {
  --fa:"\e4fd";
}
.fa-house-chimney-crack,
.fa-house-damage {
  --fa:"\f6f1";
}
.fa-file-archive,
.fa-file-zipper {
  --fa:"\f1c6";
}
.fa-square {
  --fa:"\f0c8";
}
.fa-glass-martini,
.fa-martini-glass-empty {
  --fa:"\f000";
}
.fa-couch {
  --fa:"\f4b8";
}
.fa-cedi-sign {
  --fa:"\e0df";
}
.fa-italic {
  --fa:"\f033";
}
.fa-table-cells-column-lock {
  --fa:"\e678";
}
.fa-church {
  --fa:"\f51d";
}
.fa-comments-dollar {
  --fa:"\f653";
}
.fa-democrat {
  --fa:"\f747";
}
.fa-z {
  --fa:"Z";
}
.fa-person-skiing,
.fa-skiing {
  --fa:"\f7c9";
}
.fa-road-lock {
  --fa:"\e567";
}
.fa-a {
  --fa:"A";
}
.fa-temperature-arrow-down,
.fa-temperature-down {
  --fa:"\e03f";
}
.fa-feather-alt,
.fa-feather-pointed {
  --fa:"\f56b";
}
.fa-p {
  --fa:"P";
}
.fa-snowflake {
  --fa:"\f2dc";
}
.fa-newspaper {
  --fa:"\f1ea";
}
.fa-ad,
.fa-rectangle-ad {
  --fa:"\f641";
}
.fa-arrow-circle-right,
.fa-circle-arrow-right {
  --fa:"\f0a9";
}
.fa-filter-circle-xmark {
  --fa:"\e17b";
}
.fa-locust {
  --fa:"\e520";
}
.fa-sort,
.fa-unsorted {
  --fa:"\f0dc";
}
.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
  --fa:"\f0cb";
}
.fa-person-dress-burst {
  --fa:"\e544";
}
.fa-money-check-alt,
.fa-money-check-dollar {
  --fa:"\f53d";
}
.fa-vector-square {
  --fa:"\f5cb";
}
.fa-bread-slice {
  --fa:"\f7ec";
}
.fa-language {
  --fa:"\f1ab";
}
.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
  --fa:"\f598";
}
.fa-filter {
  --fa:"\f0b0";
}
.fa-question {
  --fa:"?";
}
.fa-file-signature {
  --fa:"\f573";
}
.fa-arrows-alt,
.fa-up-down-left-right {
  --fa:"\f0b2";
}
.fa-house-chimney-user {
  --fa:"\e065";
}
.fa-hand-holding-heart {
  --fa:"\f4be";
}
.fa-puzzle-piece {
  --fa:"\f12e";
}
.fa-money-check {
  --fa:"\f53c";
}
.fa-star-half-alt,
.fa-star-half-stroke {
  --fa:"\f5c0";
}
.fa-code {
  --fa:"\f121";
}
.fa-glass-whiskey,
.fa-whiskey-glass {
  --fa:"\f7a0";
}
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}
.fa-magnifying-glass-chart {
  --fa:"\e522";
}
.fa-arrow-up-right-from-square,
.fa-external-link {
  --fa:"\f08e";
}
.fa-cubes-stacked {
  --fa:"\e4e6";
}
.fa-krw,
.fa-won,
.fa-won-sign {
  --fa:"\f159";
}
.fa-virus-covid {
  --fa:"\e4a8";
}
.fa-austral-sign {
  --fa:"\e0a9";
}
.fa-f {
  --fa:"F";
}
.fa-leaf {
  --fa:"\f06c";
}
.fa-road {
  --fa:"\f018";
}
.fa-cab,
.fa-taxi {
  --fa:"\f1ba";
}
.fa-person-circle-plus {
  --fa:"\e541";
}
.fa-chart-pie,
.fa-pie-chart {
  --fa:"\f200";
}
.fa-bolt-lightning {
  --fa:"\e0b7";
}
.fa-sack-xmark {
  --fa:"\e56a";
}
.fa-file-excel {
  --fa:"\f1c3";
}
.fa-file-contract {
  --fa:"\f56c";
}
.fa-fish-fins {
  --fa:"\e4f2";
}
.fa-building-flag {
  --fa:"\e4d5";
}
.fa-face-grin-beam,
.fa-grin-beam {
  --fa:"\f582";
}
.fa-object-ungroup {
  --fa:"\f248";
}
.fa-poop {
  --fa:"\f619";
}
.fa-location-pin,
.fa-map-marker {
  --fa:"\f041";
}
.fa-kaaba {
  --fa:"\f66b";
}
.fa-toilet-paper {
  --fa:"\f71e";
}
.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
  --fa:"\f807";
}
.fa-eject {
  --fa:"\f052";
}
.fa-arrow-alt-circle-right,
.fa-circle-right {
  --fa:"\f35a";
}
.fa-plane-circle-check {
  --fa:"\e555";
}
.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
  --fa:"\f5a5";
}
.fa-object-group {
  --fa:"\f247";
}
.fa-chart-line,
.fa-line-chart {
  --fa:"\f201";
}
.fa-mask-ventilator {
  --fa:"\e524";
}
.fa-arrow-right {
  --fa:"\f061";
}
.fa-map-signs,
.fa-signs-post {
  --fa:"\f277";
}
.fa-cash-register {
  --fa:"\f788";
}
.fa-person-circle-question {
  --fa:"\e542";
}
.fa-h {
  --fa:"H";
}
.fa-tarp {
  --fa:"\e57b";
}
.fa-screwdriver-wrench,
.fa-tools {
  --fa:"\f7d9";
}
.fa-arrows-to-eye {
  --fa:"\e4bf";
}
.fa-plug-circle-bolt {
  --fa:"\e55b";
}
.fa-heart {
  --fa:"\f004";
}
.fa-mars-and-venus {
  --fa:"\f224";
}
.fa-home-user,
.fa-house-user {
  --fa:"\e1b0";
}
.fa-dumpster-fire {
  --fa:"\f794";
}
.fa-house-crack {
  --fa:"\e3b1";
}
.fa-cocktail,
.fa-martini-glass-citrus {
  --fa:"\f561";
}
.fa-face-surprise,
.fa-surprise {
  --fa:"\f5c2";
}
.fa-bottle-water {
  --fa:"\e4c5";
}
.fa-circle-pause,
.fa-pause-circle {
  --fa:"\f28b";
}
.fa-toilet-paper-slash {
  --fa:"\e072";
}
.fa-apple-alt,
.fa-apple-whole {
  --fa:"\f5d1";
}
.fa-kitchen-set {
  --fa:"\e51a";
}
.fa-r {
  --fa:"R";
}
.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
  --fa:"\f2ca";
}
.fa-cube {
  --fa:"\f1b2";
}
.fa-bitcoin-sign {
  --fa:"\e0b4";
}
.fa-shield-dog {
  --fa:"\e573";
}
.fa-solar-panel {
  --fa:"\f5ba";
}
.fa-lock-open {
  --fa:"\f3c1";
}
.fa-elevator {
  --fa:"\e16d";
}
.fa-money-bill-transfer {
  --fa:"\e528";
}
.fa-money-bill-trend-up {
  --fa:"\e529";
}
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}
.fa-poll-h,
.fa-square-poll-horizontal {
  --fa:"\f682";
}
.fa-circle {
  --fa:"\f111";
}
.fa-backward-fast,
.fa-fast-backward {
  --fa:"\f049";
}
.fa-recycle {
  --fa:"\f1b8";
}
.fa-user-astronaut {
  --fa:"\f4fb";
}
.fa-plane-slash {
  --fa:"\e069";
}
.fa-trademark {
  --fa:"\f25c";
}
.fa-basketball,
.fa-basketball-ball {
  --fa:"\f434";
}
.fa-satellite-dish {
  --fa:"\f7c0";
}
.fa-arrow-alt-circle-up,
.fa-circle-up {
  --fa:"\f35b";
}
.fa-mobile-alt,
.fa-mobile-screen-button {
  --fa:"\f3cd";
}
.fa-volume-high,
.fa-volume-up {
  --fa:"\f028";
}
.fa-users-rays {
  --fa:"\e593";
}
.fa-wallet {
  --fa:"\f555";
}
.fa-clipboard-check {
  --fa:"\f46c";
}
.fa-file-audio {
  --fa:"\f1c7";
}
.fa-burger,
.fa-hamburger {
  --fa:"\f805";
}
.fa-wrench {
  --fa:"\f0ad";
}
.fa-bugs {
  --fa:"\e4d0";
}
.fa-rupee,
.fa-rupee-sign {
  --fa:"\f156";
}
.fa-file-image {
  --fa:"\f1c5";
}
.fa-circle-question,
.fa-question-circle {
  --fa:"\f059";
}
.fa-plane-departure {
  --fa:"\f5b0";
}
.fa-handshake-slash {
  --fa:"\e060";
}
.fa-book-bookmark {
  --fa:"\e0bb";
}
.fa-code-branch {
  --fa:"\f126";
}
.fa-hat-cowboy {
  --fa:"\f8c0";
}
.fa-bridge {
  --fa:"\e4c8";
}
.fa-phone-alt,
.fa-phone-flip {
  --fa:"\f879";
}
.fa-truck-front {
  --fa:"\e2b7";
}
.fa-cat {
  --fa:"\f6be";
}
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}
.fa-truck-field {
  --fa:"\e58d";
}
.fa-route {
  --fa:"\f4d7";
}
.fa-clipboard-question {
  --fa:"\e4e3";
}
.fa-panorama {
  --fa:"\e209";
}
.fa-comment-medical {
  --fa:"\f7f5";
}
.fa-teeth-open {
  --fa:"\f62f";
}
.fa-file-circle-minus {
  --fa:"\e4ed";
}
.fa-tags {
  --fa:"\f02c";
}
.fa-wine-glass {
  --fa:"\f4e3";
}
.fa-fast-forward,
.fa-forward-fast {
  --fa:"\f050";
}
.fa-face-meh-blank,
.fa-meh-blank {
  --fa:"\f5a4";
}
.fa-parking,
.fa-square-parking {
  --fa:"\f540";
}
.fa-house-signal {
  --fa:"\e012";
}
.fa-bars-progress,
.fa-tasks-alt {
  --fa:"\f828";
}
.fa-faucet-drip {
  --fa:"\e006";
}
.fa-cart-flatbed,
.fa-dolly-flatbed {
  --fa:"\f474";
}
.fa-ban-smoking,
.fa-smoking-ban {
  --fa:"\f54d";
}
.fa-terminal {
  --fa:"\f120";
}
.fa-mobile-button {
  --fa:"\f10b";
}
.fa-house-medical-flag {
  --fa:"\e514";
}
.fa-basket-shopping,
.fa-shopping-basket {
  --fa:"\f291";
}
.fa-tape {
  --fa:"\f4db";
}
.fa-bus-alt,
.fa-bus-simple {
  --fa:"\f55e";
}
.fa-eye {
  --fa:"\f06e";
}
.fa-face-sad-cry,
.fa-sad-cry {
  --fa:"\f5b3";
}
.fa-audio-description {
  --fa:"\f29e";
}
.fa-person-military-to-person {
  --fa:"\e54c";
}
.fa-file-shield {
  --fa:"\e4f0";
}
.fa-user-slash {
  --fa:"\f506";
}
.fa-pen {
  --fa:"\f304";
}
.fa-tower-observation {
  --fa:"\e586";
}
.fa-file-code {
  --fa:"\f1c9";
}
.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
  --fa:"\f012";
}
.fa-bus {
  --fa:"\f207";
}
.fa-heart-circle-xmark {
  --fa:"\e501";
}
.fa-home-lg,
.fa-house-chimney {
  --fa:"\e3af";
}
.fa-window-maximize {
  --fa:"\f2d0";
}
.fa-face-frown,
.fa-frown {
  --fa:"\f119";
}
.fa-prescription {
  --fa:"\f5b1";
}
.fa-shop,
.fa-store-alt {
  --fa:"\f54f";
}
.fa-floppy-disk,
.fa-save {
  --fa:"\f0c7";
}
.fa-vihara {
  --fa:"\f6a7";
}
.fa-balance-scale-left,
.fa-scale-unbalanced {
  --fa:"\f515";
}
.fa-sort-asc,
.fa-sort-up {
  --fa:"\f0de";
}
.fa-comment-dots,
.fa-commenting {
  --fa:"\f4ad";
}
.fa-plant-wilt {
  --fa:"\e5aa";
}
.fa-diamond {
  --fa:"\f219";
}
.fa-face-grin-squint,
.fa-grin-squint {
  --fa:"\f585";
}
.fa-hand-holding-dollar,
.fa-hand-holding-usd {
  --fa:"\f4c0";
}
.fa-chart-diagram {
  --fa:"\e695";
}
.fa-bacterium {
  --fa:"\e05a";
}
.fa-hand-pointer {
  --fa:"\f25a";
}
.fa-drum-steelpan {
  --fa:"\f56a";
}
.fa-hand-scissors {
  --fa:"\f257";
}
.fa-hands-praying,
.fa-praying-hands {
  --fa:"\f684";
}
.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
  --fa:"\f01e";
}
.fa-biohazard {
  --fa:"\f780";
}
.fa-location,
.fa-location-crosshairs {
  --fa:"\f601";
}
.fa-mars-double {
  --fa:"\f227";
}
.fa-child-dress {
  --fa:"\e59c";
}
.fa-users-between-lines {
  --fa:"\e591";
}
.fa-lungs-virus {
  --fa:"\e067";
}
.fa-face-grin-tears,
.fa-grin-tears {
  --fa:"\f588";
}
.fa-phone {
  --fa:"\f095";
}
.fa-calendar-times,
.fa-calendar-xmark {
  --fa:"\f273";
}
.fa-child-reaching {
  --fa:"\e59d";
}
.fa-head-side-virus {
  --fa:"\e064";
}
.fa-user-cog,
.fa-user-gear {
  --fa:"\f4fe";
}
.fa-arrow-up-1-9,
.fa-sort-numeric-up {
  --fa:"\f163";
}
.fa-door-closed {
  --fa:"\f52a";
}
.fa-shield-virus {
  --fa:"\e06c";
}
.fa-dice-six {
  --fa:"\f526";
}
.fa-mosquito-net {
  --fa:"\e52c";
}
.fa-file-fragment {
  --fa:"\e697";
}
.fa-bridge-water {
  --fa:"\e4ce";
}
.fa-person-booth {
  --fa:"\f756";
}
.fa-text-width {
  --fa:"\f035";
}
.fa-hat-wizard {
  --fa:"\f6e8";
}
.fa-pen-fancy {
  --fa:"\f5ac";
}
.fa-digging,
.fa-person-digging {
  --fa:"\f85e";
}
.fa-trash {
  --fa:"\f1f8";
}
.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
  --fa:"\f629";
}
.fa-book-medical {
  --fa:"\f7e6";
}
.fa-poo {
  --fa:"\f2fe";
}
.fa-quote-right,
.fa-quote-right-alt {
  --fa:"\f10e";
}
.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
  --fa:"\f553";
}
.fa-cubes {
  --fa:"\f1b3";
}
.fa-divide {
  --fa:"\f529";
}
.fa-tenge,
.fa-tenge-sign {
  --fa:"\f7d7";
}
.fa-headphones {
  --fa:"\f025";
}
.fa-hands-holding {
  --fa:"\f4c2";
}
.fa-hands-clapping {
  --fa:"\e1a8";
}
.fa-republican {
  --fa:"\f75e";
}
.fa-arrow-left {
  --fa:"\f060";
}
.fa-person-circle-xmark {
  --fa:"\e543";
}
.fa-ruler {
  --fa:"\f545";
}
.fa-align-left {
  --fa:"\f036";
}
.fa-dice-d6 {
  --fa:"\f6d1";
}
.fa-restroom {
  --fa:"\f7bd";
}
.fa-j {
  --fa:"J";
}
.fa-users-viewfinder {
  --fa:"\e595";
}
.fa-file-video {
  --fa:"\f1c8";
}
.fa-external-link-alt,
.fa-up-right-from-square {
  --fa:"\f35d";
}
.fa-table-cells,
.fa-th {
  --fa:"\f00a";
}
.fa-file-pdf {
  --fa:"\f1c1";
}
.fa-bible,
.fa-book-bible {
  --fa:"\f647";
}
.fa-o {
  --fa:"O";
}
.fa-medkit,
.fa-suitcase-medical {
  --fa:"\f0fa";
}
.fa-user-secret {
  --fa:"\f21b";
}
.fa-otter {
  --fa:"\f700";
}
.fa-female,
.fa-person-dress {
  --fa:"\f182";
}
.fa-comment-dollar {
  --fa:"\f651";
}
.fa-briefcase-clock,
.fa-business-time {
  --fa:"\f64a";
}
.fa-table-cells-large,
.fa-th-large {
  --fa:"\f009";
}
.fa-book-tanakh,
.fa-tanakh {
  --fa:"\f827";
}
.fa-phone-volume,
.fa-volume-control-phone {
  --fa:"\f2a0";
}
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}
.fa-clipboard-user {
  --fa:"\f7f3";
}
.fa-child {
  --fa:"\f1ae";
}
.fa-lira-sign {
  --fa:"\f195";
}
.fa-satellite {
  --fa:"\f7bf";
}
.fa-plane-lock {
  --fa:"\e558";
}
.fa-tag {
  --fa:"\f02b";
}
.fa-comment {
  --fa:"\f075";
}
.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
  --fa:"\f1fd";
}
.fa-envelope {
  --fa:"\f0e0";
}
.fa-angle-double-up,
.fa-angles-up {
  --fa:"\f102";
}
.fa-paperclip {
  --fa:"\f0c6";
}
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}
.fa-ribbon {
  --fa:"\f4d6";
}
.fa-lungs {
  --fa:"\f604";
}
.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
  --fa:"\f887";
}
.fa-litecoin-sign {
  --fa:"\e1d3";
}
.fa-border-none {
  --fa:"\f850";
}
.fa-circle-nodes {
  --fa:"\e4e2";
}
.fa-parachute-box {
  --fa:"\f4cd";
}
.fa-indent {
  --fa:"\f03c";
}
.fa-truck-field-un {
  --fa:"\e58e";
}
.fa-hourglass,
.fa-hourglass-empty {
  --fa:"\f254";
}
.fa-mountain {
  --fa:"\f6fc";
}
.fa-user-doctor,
.fa-user-md {
  --fa:"\f0f0";
}
.fa-circle-info,
.fa-info-circle {
  --fa:"\f05a";
}
.fa-cloud-meatball {
  --fa:"\f73b";
}
.fa-camera,
.fa-camera-alt {
  --fa:"\f030";
}
.fa-square-virus {
  --fa:"\e578";
}
.fa-meteor {
  --fa:"\f753";
}
.fa-car-on {
  --fa:"\e4dd";
}
.fa-sleigh {
  --fa:"\f7cc";
}
.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
  --fa:"\f162";
}
.fa-hand-holding-droplet,
.fa-hand-holding-water {
  --fa:"\f4c1";
}
.fa-water {
  --fa:"\f773";
}
.fa-calendar-check {
  --fa:"\f274";
}
.fa-braille {
  --fa:"\f2a1";
}
.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
  --fa:"\f486";
}
.fa-landmark {
  --fa:"\f66f";
}
.fa-truck {
  --fa:"\f0d1";
}
.fa-crosshairs {
  --fa:"\f05b";
}
.fa-person-cane {
  --fa:"\e53c";
}
.fa-tent {
  --fa:"\e57d";
}
.fa-vest-patches {
  --fa:"\e086";
}
.fa-check-double {
  --fa:"\f560";
}
.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
  --fa:"\f15d";
}
.fa-money-bill-wheat {
  --fa:"\e52a";
}
.fa-cookie {
  --fa:"\f563";
}
.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
  --fa:"\f0e2";
}
.fa-hard-drive,
.fa-hdd {
  --fa:"\f0a0";
}
.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
  --fa:"\f586";
}
.fa-dumbbell {
  --fa:"\f44b";
}
.fa-list-alt,
.fa-rectangle-list {
  --fa:"\f022";
}
.fa-tarp-droplet {
  --fa:"\e57c";
}
.fa-house-medical-circle-check {
  --fa:"\e511";
}
.fa-person-skiing-nordic,
.fa-skiing-nordic {
  --fa:"\f7ca";
}
.fa-calendar-plus {
  --fa:"\f271";
}
.fa-plane-arrival {
  --fa:"\f5af";
}
.fa-arrow-alt-circle-left,
.fa-circle-left {
  --fa:"\f359";
}
.fa-subway,
.fa-train-subway {
  --fa:"\f239";
}
.fa-chart-gantt {
  --fa:"\e0e4";
}
.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
  --fa:"\e1bc";
}
.fa-crop-alt,
.fa-crop-simple {
  --fa:"\f565";
}
.fa-money-bill-1,
.fa-money-bill-alt {
  --fa:"\f3d1";
}
.fa-left-long,
.fa-long-arrow-alt-left {
  --fa:"\f30a";
}
.fa-dna {
  --fa:"\f471";
}
.fa-virus-slash {
  --fa:"\e075";
}
.fa-minus,
.fa-subtract {
  --fa:"\f068";
}
.fa-chess {
  --fa:"\f439";
}
.fa-arrow-left-long,
.fa-long-arrow-left {
  --fa:"\f177";
}
.fa-plug-circle-check {
  --fa:"\e55c";
}
.fa-street-view {
  --fa:"\f21d";
}
.fa-franc-sign {
  --fa:"\e18f";
}
.fa-volume-off {
  --fa:"\f026";
}
.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
  --fa:"\f2a3";
}
.fa-cog,
.fa-gear {
  --fa:"\f013";
}
.fa-droplet-slash,
.fa-tint-slash {
  --fa:"\f5c7";
}
.fa-mosque {
  --fa:"\f678";
}
.fa-mosquito {
  --fa:"\e52b";
}
.fa-star-of-david {
  --fa:"\f69a";
}
.fa-person-military-rifle {
  --fa:"\e54b";
}
.fa-cart-shopping,
.fa-shopping-cart {
  --fa:"\f07a";
}
.fa-vials {
  --fa:"\f493";
}
.fa-plug-circle-plus {
  --fa:"\e55f";
}
.fa-place-of-worship {
  --fa:"\f67f";
}
.fa-grip-vertical {
  --fa:"\f58e";
}
.fa-hexagon-nodes {
  --fa:"\e699";
}
.fa-arrow-turn-up,
.fa-level-up {
  --fa:"\f148";
}
.fa-u {
  --fa:"U";
}
.fa-square-root-alt,
.fa-square-root-variable {
  --fa:"\f698";
}
.fa-clock,
.fa-clock-four {
  --fa:"\f017";
}
.fa-backward-step,
.fa-step-backward {
  --fa:"\f048";
}
.fa-pallet {
  --fa:"\f482";
}
.fa-faucet {
  --fa:"\e005";
}
.fa-baseball-bat-ball {
  --fa:"\f432";
}
.fa-s {
  --fa:"S";
}
.fa-timeline {
  --fa:"\e29c";
}
.fa-keyboard {
  --fa:"\f11c";
}
.fa-caret-down {
  --fa:"\f0d7";
}
.fa-clinic-medical,
.fa-house-chimney-medical {
  --fa:"\f7f2";
}
.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
  --fa:"\f2c8";
}
.fa-mobile-android-alt,
.fa-mobile-screen {
  --fa:"\f3cf";
}
.fa-plane-up {
  --fa:"\e22d";
}
.fa-piggy-bank {
  --fa:"\f4d3";
}
.fa-battery-3,
.fa-battery-half {
  --fa:"\f242";
}
.fa-mountain-city {
  --fa:"\e52e";
}
.fa-coins {
  --fa:"\f51e";
}
.fa-khanda {
  --fa:"\f66d";
}
.fa-sliders,
.fa-sliders-h {
  --fa:"\f1de";
}
.fa-folder-tree {
  --fa:"\f802";
}
.fa-network-wired {
  --fa:"\f6ff";
}
.fa-map-pin {
  --fa:"\f276";
}
.fa-hamsa {
  --fa:"\f665";
}
.fa-cent-sign {
  --fa:"\e3f5";
}
.fa-flask {
  --fa:"\f0c3";
}
.fa-person-pregnant {
  --fa:"\e31e";
}
.fa-wand-sparkles {
  --fa:"\f72b";
}
.fa-ellipsis-v,
.fa-ellipsis-vertical {
  --fa:"\f142";
}
.fa-ticket {
  --fa:"\f145";
}
.fa-power-off {
  --fa:"\f011";
}
.fa-long-arrow-alt-right,
.fa-right-long {
  --fa:"\f30b";
}
.fa-flag-usa {
  --fa:"\f74d";
}
.fa-laptop-file {
  --fa:"\e51d";
}
.fa-teletype,
.fa-tty {
  --fa:"\f1e4";
}
.fa-diagram-next {
  --fa:"\e476";
}
.fa-person-rifle {
  --fa:"\e54e";
}
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}
.fa-closed-captioning {
  --fa:"\f20a";
}
.fa-hiking,
.fa-person-hiking {
  --fa:"\f6ec";
}
.fa-venus-double {
  --fa:"\f226";
}
.fa-images {
  --fa:"\f302";
}
.fa-calculator {
  --fa:"\f1ec";
}
.fa-people-pulling {
  --fa:"\e535";
}
.fa-n {
  --fa:"N";
}
.fa-cable-car,
.fa-tram {
  --fa:"\f7da";
}
.fa-cloud-rain {
  --fa:"\f73d";
}
.fa-building-circle-xmark {
  --fa:"\e4d4";
}
.fa-ship {
  --fa:"\f21a";
}
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}
.fa-download {
  --fa:"\f019";
}
.fa-face-grin,
.fa-grin {
  --fa:"\f580";
}
.fa-backspace,
.fa-delete-left {
  --fa:"\f55a";
}
.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
  --fa:"\f1fb";
}
.fa-file-circle-check {
  --fa:"\e5a0";
}
.fa-forward {
  --fa:"\f04e";
}
.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
  --fa:"\f3ce";
}
.fa-face-meh,
.fa-meh {
  --fa:"\f11a";
}
.fa-align-center {
  --fa:"\f037";
}
.fa-book-dead,
.fa-book-skull {
  --fa:"\f6b7";
}
.fa-drivers-license,
.fa-id-card {
  --fa:"\f2c2";
}
.fa-dedent,
.fa-outdent {
  --fa:"\f03b";
}
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}
.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
  --fa:"\f015";
}
.fa-calendar-week {
  --fa:"\f784";
}
.fa-laptop-medical {
  --fa:"\f812";
}
.fa-b {
  --fa:"B";
}
.fa-file-medical {
  --fa:"\f477";
}
.fa-dice-one {
  --fa:"\f525";
}
.fa-kiwi-bird {
  --fa:"\f535";
}
.fa-arrow-right-arrow-left,
.fa-exchange {
  --fa:"\f0ec";
}
.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
  --fa:"\f2f9";
}
.fa-cutlery,
.fa-utensils {
  --fa:"\f2e7";
}
.fa-arrow-up-wide-short,
.fa-sort-amount-up {
  --fa:"\f161";
}
.fa-mill-sign {
  --fa:"\e1ed";
}
.fa-bowl-rice {
  --fa:"\e2eb";
}
.fa-skull {
  --fa:"\f54c";
}
.fa-broadcast-tower,
.fa-tower-broadcast {
  --fa:"\f519";
}
.fa-truck-pickup {
  --fa:"\f63c";
}
.fa-long-arrow-alt-up,
.fa-up-long {
  --fa:"\f30c";
}
.fa-stop {
  --fa:"\f04d";
}
.fa-code-merge {
  --fa:"\f387";
}
.fa-upload {
  --fa:"\f093";
}
.fa-hurricane {
  --fa:"\f751";
}
.fa-mound {
  --fa:"\e52d";
}
.fa-toilet-portable {
  --fa:"\e583";
}
.fa-compact-disc {
  --fa:"\f51f";
}
.fa-file-arrow-down,
.fa-file-download {
  --fa:"\f56d";
}
.fa-caravan {
  --fa:"\f8ff";
}
.fa-shield-cat {
  --fa:"\e572";
}
.fa-bolt,
.fa-zap {
  --fa:"\f0e7";
}
.fa-glass-water {
  --fa:"\e4f4";
}
.fa-oil-well {
  --fa:"\e532";
}
.fa-vault {
  --fa:"\e2c5";
}
.fa-mars {
  --fa:"\f222";
}
.fa-toilet {
  --fa:"\f7d8";
}
.fa-plane-circle-xmark {
  --fa:"\e557";
}
.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
  --fa:"\f157";
}
.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
  --fa:"\f158";
}
.fa-sun {
  --fa:"\f185";
}
.fa-guitar {
  --fa:"\f7a6";
}
.fa-face-laugh-wink,
.fa-laugh-wink {
  --fa:"\f59c";
}
.fa-horse-head {
  --fa:"\f7ab";
}
.fa-bore-hole {
  --fa:"\e4c3";
}
.fa-industry {
  --fa:"\f275";
}
.fa-arrow-alt-circle-down,
.fa-circle-down {
  --fa:"\f358";
}
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}
.fa-florin-sign {
  --fa:"\e184";
}
.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
  --fa:"\f884";
}
.fa-less-than {
  --fa:"<";
}
.fa-angle-down {
  --fa:"\f107";
}
.fa-car-tunnel {
  --fa:"\e4de";
}
.fa-head-side-cough {
  --fa:"\e061";
}
.fa-grip-lines {
  --fa:"\f7a4";
}
.fa-thumbs-down {
  --fa:"\f165";
}
.fa-user-lock {
  --fa:"\f502";
}
.fa-arrow-right-long,
.fa-long-arrow-right {
  --fa:"\f178";
}
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}
.fa-ellipsis,
.fa-ellipsis-h {
  --fa:"\f141";
}
.fa-chess-pawn {
  --fa:"\f443";
}
.fa-first-aid,
.fa-kit-medical {
  --fa:"\f479";
}
.fa-person-through-window {
  --fa:"\e5a9";
}
.fa-toolbox {
  --fa:"\f552";
}
.fa-hands-holding-circle {
  --fa:"\e4fb";
}
.fa-bug {
  --fa:"\f188";
}
.fa-credit-card,
.fa-credit-card-alt {
  --fa:"\f09d";
}
.fa-automobile,
.fa-car {
  --fa:"\f1b9";
}
.fa-hand-holding-hand {
  --fa:"\e4f7";
}
.fa-book-open-reader,
.fa-book-reader {
  --fa:"\f5da";
}
.fa-mountain-sun {
  --fa:"\e52f";
}
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}
.fa-dice-d20 {
  --fa:"\f6cf";
}
.fa-truck-droplet {
  --fa:"\e58c";
}
.fa-file-circle-xmark {
  --fa:"\e5a1";
}
.fa-temperature-arrow-up,
.fa-temperature-up {
  --fa:"\e040";
}
.fa-medal {
  --fa:"\f5a2";
}
.fa-bed {
  --fa:"\f236";
}
.fa-h-square,
.fa-square-h {
  --fa:"\f0fd";
}
.fa-podcast {
  --fa:"\f2ce";
}
.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
  --fa:"\f2c7";
}
.fa-bell {
  --fa:"\f0f3";
}
.fa-superscript {
  --fa:"\f12b";
}
.fa-plug-circle-xmark {
  --fa:"\e560";
}
.fa-star-of-life {
  --fa:"\f621";
}
.fa-phone-slash {
  --fa:"\f3dd";
}
.fa-paint-roller {
  --fa:"\f5aa";
}
.fa-hands-helping,
.fa-handshake-angle {
  --fa:"\f4c4";
}
.fa-location-dot,
.fa-map-marker-alt {
  --fa:"\f3c5";
}
.fa-file {
  --fa:"\f15b";
}
.fa-greater-than {
  --fa:">";
}
.fa-person-swimming,
.fa-swimmer {
  --fa:"\f5c4";
}
.fa-arrow-down {
  --fa:"\f063";
}
.fa-droplet,
.fa-tint {
  --fa:"\f043";
}
.fa-eraser {
  --fa:"\f12d";
}
.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
  --fa:"\f57d";
}
.fa-person-burst {
  --fa:"\e53b";
}
.fa-dove {
  --fa:"\f4ba";
}
.fa-battery-0,
.fa-battery-empty {
  --fa:"\f244";
}
.fa-socks {
  --fa:"\f696";
}
.fa-inbox {
  --fa:"\f01c";
}
.fa-section {
  --fa:"\e447";
}
.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
  --fa:"\f625";
}
.fa-envelope-open-text {
  --fa:"\f658";
}
.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
  --fa:"\f0f8";
}
.fa-wine-bottle {
  --fa:"\f72f";
}
.fa-chess-rook {
  --fa:"\f447";
}
.fa-bars-staggered,
.fa-reorder,
.fa-stream {
  --fa:"\f550";
}
.fa-dharmachakra {
  --fa:"\f655";
}
.fa-hotdog {
  --fa:"\f80f";
}
.fa-blind,
.fa-person-walking-with-cane {
  --fa:"\f29d";
}
.fa-drum {
  --fa:"\f569";
}
.fa-ice-cream {
  --fa:"\f810";
}
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}
.fa-fax {
  --fa:"\f1ac";
}
.fa-paragraph {
  --fa:"\f1dd";
}
.fa-check-to-slot,
.fa-vote-yea {
  --fa:"\f772";
}
.fa-star-half {
  --fa:"\f089";
}
.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
  --fa:"\f468";
}
.fa-chain,
.fa-link {
  --fa:"\f0c1";
}
.fa-assistive-listening-systems,
.fa-ear-listen {
  --fa:"\f2a2";
}
.fa-tree-city {
  --fa:"\e587";
}
.fa-play {
  --fa:"\f04b";
}
.fa-font {
  --fa:"\f031";
}
.fa-table-cells-row-lock {
  --fa:"\e67a";
}
.fa-rupiah-sign {
  --fa:"\e23d";
}
.fa-magnifying-glass,
.fa-search {
  --fa:"\f002";
}
.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}
.fa-diagnoses,
.fa-person-dots-from-line {
  --fa:"\f470";
}
.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
  --fa:"\f82a";
}
.fa-naira-sign {
  --fa:"\e1f6";
}
.fa-cart-arrow-down {
  --fa:"\f218";
}
.fa-walkie-talkie {
  --fa:"\f8ef";
}
.fa-file-edit,
.fa-file-pen {
  --fa:"\f31c";
}
.fa-receipt {
  --fa:"\f543";
}
.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
  --fa:"\f14b";
}
.fa-suitcase-rolling {
  --fa:"\f5c1";
}
.fa-person-circle-exclamation {
  --fa:"\e53f";
}
.fa-chevron-down {
  --fa:"\f078";
}
.fa-battery,
.fa-battery-5,
.fa-battery-full {
  --fa:"\f240";
}
.fa-skull-crossbones {
  --fa:"\f714";
}
.fa-code-compare {
  --fa:"\e13a";
}
.fa-list-dots,
.fa-list-ul {
  --fa:"\f0ca";
}
.fa-school-lock {
  --fa:"\e56f";
}
.fa-tower-cell {
  --fa:"\e585";
}
.fa-down-long,
.fa-long-arrow-alt-down {
  --fa:"\f309";
}
.fa-ranking-star {
  --fa:"\e561";
}
.fa-chess-king {
  --fa:"\f43f";
}
.fa-person-harassing {
  --fa:"\e549";
}
.fa-brazilian-real-sign {
  --fa:"\e46c";
}
.fa-landmark-alt,
.fa-landmark-dome {
  --fa:"\f752";
}
.fa-arrow-up {
  --fa:"\f062";
}
.fa-television,
.fa-tv,
.fa-tv-alt {
  --fa:"\f26c";
}
.fa-shrimp {
  --fa:"\e448";
}
.fa-list-check,
.fa-tasks {
  --fa:"\f0ae";
}
.fa-jug-detergent {
  --fa:"\e519";
}
.fa-circle-user,
.fa-user-circle {
  --fa:"\f2bd";
}
.fa-user-shield {
  --fa:"\f505";
}
.fa-wind {
  --fa:"\f72e";
}
.fa-car-burst,
.fa-car-crash {
  --fa:"\f5e1";
}
.fa-y {
  --fa:"Y";
}
.fa-person-snowboarding,
.fa-snowboarding {
  --fa:"\f7ce";
}
.fa-shipping-fast,
.fa-truck-fast {
  --fa:"\f48b";
}
.fa-fish {
  --fa:"\f578";
}
.fa-user-graduate {
  --fa:"\f501";
}
.fa-adjust,
.fa-circle-half-stroke {
  --fa:"\f042";
}
.fa-clapperboard {
  --fa:"\e131";
}
.fa-circle-radiation,
.fa-radiation-alt {
  --fa:"\f7ba";
}
.fa-baseball,
.fa-baseball-ball {
  --fa:"\f433";
}
.fa-jet-fighter-up {
  --fa:"\e518";
}
.fa-diagram-project,
.fa-project-diagram {
  --fa:"\f542";
}
.fa-copy {
  --fa:"\f0c5";
}
.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
  --fa:"\f6a9";
}
.fa-hand-sparkles {
  --fa:"\e05d";
}
.fa-grip,
.fa-grip-horizontal {
  --fa:"\f58d";
}
.fa-share-from-square,
.fa-share-square {
  --fa:"\f14d";
}
.fa-child-combatant,
.fa-child-rifle {
  --fa:"\e4e0";
}
.fa-gun {
  --fa:"\e19b";
}
.fa-phone-square,
.fa-square-phone {
  --fa:"\f098";
}
.fa-add,
.fa-plus {
  --fa:"+";
}
.fa-expand {
  --fa:"\f065";
}
.fa-computer {
  --fa:"\e4e5";
}
.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
  --fa:"\f00d";
}
.fa-arrows,
.fa-arrows-up-down-left-right {
  --fa:"\f047";
}
.fa-chalkboard-teacher,
.fa-chalkboard-user {
  --fa:"\f51c";
}
.fa-peso-sign {
  --fa:"\e222";
}
.fa-building-shield {
  --fa:"\e4d8";
}
.fa-baby {
  --fa:"\f77c";
}
.fa-users-line {
  --fa:"\e592";
}
.fa-quote-left,
.fa-quote-left-alt {
  --fa:"\f10d";
}
.fa-tractor {
  --fa:"\f722";
}
.fa-trash-arrow-up,
.fa-trash-restore {
  --fa:"\f829";
}
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}
.fa-lines-leaning {
  --fa:"\e51e";
}
.fa-ruler-combined {
  --fa:"\f546";
}
.fa-copyright {
  --fa:"\f1f9";
}
.fa-equals {
  --fa:"=";
}
.fa-blender {
  --fa:"\f517";
}
.fa-teeth {
  --fa:"\f62e";
}
.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
  --fa:"\f20b";
}
.fa-map {
  --fa:"\f279";
}
.fa-rocket {
  --fa:"\f135";
}
.fa-photo-film,
.fa-photo-video {
  --fa:"\f87c";
}
.fa-folder-minus {
  --fa:"\f65d";
}
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}
.fa-store {
  --fa:"\f54e";
}
.fa-arrow-trend-up {
  --fa:"\e098";
}
.fa-plug-circle-minus {
  --fa:"\e55e";
}
.fa-sign,
.fa-sign-hanging {
  --fa:"\f4d9";
}
.fa-bezier-curve {
  --fa:"\f55b";
}
.fa-bell-slash {
  --fa:"\f1f6";
}
.fa-tablet,
.fa-tablet-android {
  --fa:"\f3fb";
}
.fa-school-flag {
  --fa:"\e56e";
}
.fa-fill {
  --fa:"\f575";
}
.fa-angle-up {
  --fa:"\f106";
}
.fa-drumstick-bite {
  --fa:"\f6d7";
}
.fa-holly-berry {
  --fa:"\f7aa";
}
.fa-chevron-left {
  --fa:"\f053";
}
.fa-bacteria {
  --fa:"\e059";
}
.fa-hand-lizard {
  --fa:"\f258";
}
.fa-notdef {
  --fa:"\e1fe";
}
.fa-disease {
  --fa:"\f7fa";
}
.fa-briefcase-medical {
  --fa:"\f469";
}
.fa-genderless {
  --fa:"\f22d";
}
.fa-chevron-right {
  --fa:"\f054";
}
.fa-retweet {
  --fa:"\f079";
}
.fa-car-alt,
.fa-car-rear {
  --fa:"\f5de";
}
.fa-pump-soap {
  --fa:"\e06b";
}
.fa-video-slash {
  --fa:"\f4e2";
}
.fa-battery-2,
.fa-battery-quarter {
  --fa:"\f243";
}
.fa-radio {
  --fa:"\f8d7";
}
.fa-baby-carriage,
.fa-carriage-baby {
  --fa:"\f77d";
}
.fa-traffic-light {
  --fa:"\f637";
}
.fa-thermometer {
  --fa:"\f491";
}
.fa-vr-cardboard {
  --fa:"\f729";
}
.fa-hand-middle-finger {
  --fa:"\f806";
}
.fa-percent,
.fa-percentage {
  --fa:"%";
}
.fa-truck-moving {
  --fa:"\f4df";
}
.fa-glass-water-droplet {
  --fa:"\e4f5";
}
.fa-display {
  --fa:"\e163";
}
.fa-face-smile,
.fa-smile {
  --fa:"\f118";
}
.fa-thumb-tack,
.fa-thumbtack {
  --fa:"\f08d";
}
.fa-trophy {
  --fa:"\f091";
}
.fa-person-praying,
.fa-pray {
  --fa:"\f683";
}
.fa-hammer {
  --fa:"\f6e3";
}
.fa-hand-peace {
  --fa:"\f25b";
}
.fa-rotate,
.fa-sync-alt {
  --fa:"\f2f1";
}
.fa-spinner {
  --fa:"\f110";
}
.fa-robot {
  --fa:"\f544";
}
.fa-peace {
  --fa:"\f67c";
}
.fa-cogs,
.fa-gears {
  --fa:"\f085";
}
.fa-warehouse {
  --fa:"\f494";
}
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}
.fa-splotch {
  --fa:"\f5bc";
}
.fa-face-grin-hearts,
.fa-grin-hearts {
  --fa:"\f584";
}
.fa-dice-four {
  --fa:"\f524";
}
.fa-sim-card {
  --fa:"\f7c4";
}
.fa-transgender,
.fa-transgender-alt {
  --fa:"\f225";
}
.fa-mercury {
  --fa:"\f223";
}
.fa-arrow-turn-down,
.fa-level-down {
  --fa:"\f149";
}
.fa-person-falling-burst {
  --fa:"\e547";
}
.fa-award {
  --fa:"\f559";
}
.fa-ticket-alt,
.fa-ticket-simple {
  --fa:"\f3ff";
}
.fa-building {
  --fa:"\f1ad";
}
.fa-angle-double-left,
.fa-angles-left {
  --fa:"\f100";
}
.fa-qrcode {
  --fa:"\f029";
}
.fa-clock-rotate-left,
.fa-history {
  --fa:"\f1da";
}
.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
  --fa:"\f583";
}
.fa-arrow-right-from-file,
.fa-file-export {
  --fa:"\f56e";
}
.fa-shield,
.fa-shield-blank {
  --fa:"\f132";
}
.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
  --fa:"\f885";
}
.fa-comment-nodes {
  --fa:"\e696";
}
.fa-house-medical {
  --fa:"\e3b2";
}
.fa-golf-ball,
.fa-golf-ball-tee {
  --fa:"\f450";
}
.fa-chevron-circle-left,
.fa-circle-chevron-left {
  --fa:"\f137";
}
.fa-house-chimney-window {
  --fa:"\e00d";
}
.fa-pen-nib {
  --fa:"\f5ad";
}
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}
.fa-tents {
  --fa:"\e582";
}
.fa-magic,
.fa-wand-magic {
  --fa:"\f0d0";
}
.fa-dog {
  --fa:"\f6d3";
}
.fa-carrot {
  --fa:"\f787";
}
.fa-moon {
  --fa:"\f186";
}
.fa-wine-glass-alt,
.fa-wine-glass-empty {
  --fa:"\f5ce";
}
.fa-cheese {
  --fa:"\f7ef";
}
.fa-yin-yang {
  --fa:"\f6ad";
}
.fa-music {
  --fa:"\f001";
}
.fa-code-commit {
  --fa:"\f386";
}
.fa-temperature-low {
  --fa:"\f76b";
}
.fa-biking,
.fa-person-biking {
  --fa:"\f84a";
}
.fa-broom {
  --fa:"\f51a";
}
.fa-shield-heart {
  --fa:"\e574";
}
.fa-gopuram {
  --fa:"\f664";
}
.fa-earth-oceania,
.fa-globe-oceania {
  --fa:"\e47b";
}
.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
  --fa:"\f2d3";
}
.fa-hashtag {
  --fa:"#";
}
.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}
.fa-oil-can {
  --fa:"\f613";
}
.fa-t {
  --fa:"T";
}
.fa-hippo {
  --fa:"\f6ed";
}
.fa-chart-column {
  --fa:"\e0e3";
}
.fa-infinity {
  --fa:"\f534";
}
.fa-vial-circle-check {
  --fa:"\e596";
}
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}
.fa-voicemail {
  --fa:"\f897";
}
.fa-fan {
  --fa:"\f863";
}
.fa-person-walking-luggage {
  --fa:"\e554";
}
.fa-arrows-alt-v,
.fa-up-down {
  --fa:"\f338";
}
.fa-cloud-moon-rain {
  --fa:"\f73c";
}
.fa-calendar {
  --fa:"\f133";
}
.fa-trailer {
  --fa:"\e041";
}
.fa-bahai,
.fa-haykal {
  --fa:"\f666";
}
.fa-sd-card {
  --fa:"\f7c2";
}
.fa-dragon {
  --fa:"\f6d5";
}
.fa-shoe-prints {
  --fa:"\f54b";
}
.fa-circle-plus,
.fa-plus-circle {
  --fa:"\f055";
}
.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
  --fa:"\f58b";
}
.fa-hand-holding {
  --fa:"\f4bd";
}
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}
.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
  --fa:"\f127";
}
.fa-clone {
  --fa:"\f24d";
}
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}
.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
  --fa:"\f882";
}
.fa-fire-alt,
.fa-fire-flame-curved {
  --fa:"\f7e4";
}
.fa-tornado {
  --fa:"\f76f";
}
.fa-file-circle-plus {
  --fa:"\e494";
}
.fa-book-quran,
.fa-quran {
  --fa:"\f687";
}
.fa-anchor {
  --fa:"\f13d";
}
.fa-border-all {
  --fa:"\f84c";
}
.fa-angry,
.fa-face-angry {
  --fa:"\f556";
}
.fa-cookie-bite {
  --fa:"\f564";
}
.fa-arrow-trend-down {
  --fa:"\e097";
}
.fa-feed,
.fa-rss {
  --fa:"\f09e";
}
.fa-draw-polygon {
  --fa:"\f5ee";
}
.fa-balance-scale,
.fa-scale-balanced {
  --fa:"\f24e";
}
.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
  --fa:"\f62a";
}
.fa-shower {
  --fa:"\f2cc";
}
.fa-desktop,
.fa-desktop-alt {
  --fa:"\f390";
}
.fa-m {
  --fa:"M";
}
.fa-table-list,
.fa-th-list {
  --fa:"\f00b";
}
.fa-comment-sms,
.fa-sms {
  --fa:"\f7cd";
}
.fa-book {
  --fa:"\f02d";
}
.fa-user-plus {
  --fa:"\f234";
}
.fa-check {
  --fa:"\f00c";
}
.fa-battery-4,
.fa-battery-three-quarters {
  --fa:"\f241";
}
.fa-house-circle-check {
  --fa:"\e509";
}
.fa-angle-left {
  --fa:"\f104";
}
.fa-diagram-successor {
  --fa:"\e47a";
}
.fa-truck-arrow-right {
  --fa:"\e58b";
}
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}
.fa-fist-raised,
.fa-hand-fist {
  --fa:"\f6de";
}
.fa-cloud-moon {
  --fa:"\f6c3";
}
.fa-briefcase {
  --fa:"\f0b1";
}
.fa-person-falling {
  --fa:"\e546";
}
.fa-image-portrait,
.fa-portrait {
  --fa:"\f3e0";
}
.fa-user-tag {
  --fa:"\f507";
}
.fa-rug {
  --fa:"\e569";
}
.fa-earth-europe,
.fa-globe-europe {
  --fa:"\f7a2";
}
.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
  --fa:"\f59d";
}
.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
  --fa:"\f410";
}
.fa-baht-sign {
  --fa:"\e0ac";
}
.fa-book-open {
  --fa:"\f518";
}
.fa-book-journal-whills,
.fa-journal-whills {
  --fa:"\f66a";
}
.fa-handcuffs {
  --fa:"\e4f8";
}
.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
  --fa:"\f071";
}
.fa-database {
  --fa:"\f1c0";
}
.fa-mail-forward,
.fa-share {
  --fa:"\f064";
}
.fa-bottle-droplet {
  --fa:"\e4c4";
}
.fa-mask-face {
  --fa:"\e1d7";
}
.fa-hill-rockslide {
  --fa:"\e508";
}
.fa-exchange-alt,
.fa-right-left {
  --fa:"\f362";
}
.fa-paper-plane {
  --fa:"\f1d8";
}
.fa-road-circle-exclamation {
  --fa:"\e565";
}
.fa-dungeon {
  --fa:"\f6d9";
}
.fa-align-right {
  --fa:"\f038";
}
.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
  --fa:"\f53b";
}
.fa-life-ring {
  --fa:"\f1cd";
}
.fa-hands,
.fa-sign-language,
.fa-signing {
  --fa:"\f2a7";
}
.fa-calendar-day {
  --fa:"\f783";
}
.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
  --fa:"\f5c5";
}
.fa-arrows-up-down,
.fa-arrows-v {
  --fa:"\f07d";
}
.fa-face-grimace,
.fa-grimace {
  --fa:"\f57f";
}
.fa-wheelchair-alt,
.fa-wheelchair-move {
  --fa:"\e2ce";
}
.fa-level-down-alt,
.fa-turn-down {
  --fa:"\f3be";
}
.fa-person-walking-arrow-right {
  --fa:"\e552";
}
.fa-envelope-square,
.fa-square-envelope {
  --fa:"\f199";
}
.fa-dice {
  --fa:"\f522";
}
.fa-bowling-ball {
  --fa:"\f436";
}
.fa-brain {
  --fa:"\f5dc";
}
.fa-band-aid,
.fa-bandage {
  --fa:"\f462";
}
.fa-calendar-minus {
  --fa:"\f272";
}
.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
  --fa:"\f057";
}
.fa-gifts {
  --fa:"\f79c";
}
.fa-hotel {
  --fa:"\f594";
}
.fa-earth-asia,
.fa-globe-asia {
  --fa:"\f57e";
}
.fa-id-card-alt,
.fa-id-card-clip {
  --fa:"\f47f";
}
.fa-magnifying-glass-plus,
.fa-search-plus {
  --fa:"\f00e";
}
.fa-thumbs-up {
  --fa:"\f164";
}
.fa-user-clock {
  --fa:"\f4fd";
}
.fa-allergies,
.fa-hand-dots {
  --fa:"\f461";
}
.fa-file-invoice {
  --fa:"\f570";
}
.fa-window-minimize {
  --fa:"\f2d1";
}
.fa-coffee,
.fa-mug-saucer {
  --fa:"\f0f4";
}
.fa-brush {
  --fa:"\f55d";
}
.fa-file-half-dashed {
  --fa:"\e698";
}
.fa-mask {
  --fa:"\f6fa";
}
.fa-magnifying-glass-minus,
.fa-search-minus {
  --fa:"\f010";
}
.fa-ruler-vertical {
  --fa:"\f548";
}
.fa-user-alt,
.fa-user-large {
  --fa:"\f406";
}
.fa-train-tram {
  --fa:"\e5b4";
}
.fa-user-nurse {
  --fa:"\f82f";
}
.fa-syringe {
  --fa:"\f48e";
}
.fa-cloud-sun {
  --fa:"\f6c4";
}
.fa-stopwatch-20 {
  --fa:"\e06f";
}
.fa-square-full {
  --fa:"\f45c";
}
.fa-magnet {
  --fa:"\f076";
}
.fa-jar {
  --fa:"\e516";
}
.fa-note-sticky,
.fa-sticky-note {
  --fa:"\f249";
}
.fa-bug-slash {
  --fa:"\e490";
}
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}
.fa-bone {
  --fa:"\f5d7";
}
.fa-table-cells-row-unlock {
  --fa:"\e691";
}
.fa-user-injured {
  --fa:"\f728";
}
.fa-face-sad-tear,
.fa-sad-tear {
  --fa:"\f5b4";
}
.fa-plane {
  --fa:"\f072";
}
.fa-tent-arrows-down {
  --fa:"\e581";
}
.fa-exclamation {
  --fa:"!";
}
.fa-arrows-spin {
  --fa:"\e4bb";
}
.fa-print {
  --fa:"\f02f";
}
.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
  --fa:"\e2bb";
}
.fa-dollar,
.fa-dollar-sign,
.fa-usd {
  --fa:"$";
}
.fa-x {
  --fa:"X";
}
.fa-magnifying-glass-dollar,
.fa-search-dollar {
  --fa:"\f688";
}
.fa-users-cog,
.fa-users-gear {
  --fa:"\f509";
}
.fa-person-military-pointing {
  --fa:"\e54a";
}
.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
  --fa:"\f19c";
}
.fa-umbrella {
  --fa:"\f0e9";
}
.fa-trowel {
  --fa:"\e589";
}
.fa-d {
  --fa:"D";
}
.fa-stapler {
  --fa:"\e5af";
}
.fa-masks-theater,
.fa-theater-masks {
  --fa:"\f630";
}
.fa-kip-sign {
  --fa:"\e1c4";
}
.fa-hand-point-left {
  --fa:"\f0a5";
}
.fa-handshake-alt,
.fa-handshake-simple {
  --fa:"\f4c6";
}
.fa-fighter-jet,
.fa-jet-fighter {
  --fa:"\f0fb";
}
.fa-share-alt-square,
.fa-square-share-nodes {
  --fa:"\f1e1";
}
.fa-barcode {
  --fa:"\f02a";
}
.fa-plus-minus {
  --fa:"\e43c";
}
.fa-video,
.fa-video-camera {
  --fa:"\f03d";
}
.fa-graduation-cap,
.fa-mortar-board {
  --fa:"\f19d";
}
.fa-hand-holding-medical {
  --fa:"\e05c";
}
.fa-person-circle-check {
  --fa:"\e53e";
}
.fa-level-up-alt,
.fa-turn-up {
  --fa:"\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero {
  --fa:"\f3d0";
}
.fa-hooli {
  --fa:"\f427";
}
.fa-yelp {
  --fa:"\f1e9";
}
.fa-cc-visa {
  --fa:"\f1f0";
}
.fa-lastfm {
  --fa:"\f202";
}
.fa-shopware {
  --fa:"\f5b5";
}
.fa-creative-commons-nc {
  --fa:"\f4e8";
}
.fa-aws {
  --fa:"\f375";
}
.fa-redhat {
  --fa:"\f7bc";
}
.fa-yoast {
  --fa:"\f2b1";
}
.fa-cloudflare {
  --fa:"\e07d";
}
.fa-ups {
  --fa:"\f7e0";
}
.fa-pixiv {
  --fa:"\e640";
}
.fa-wpexplorer {
  --fa:"\f2de";
}
.fa-dyalog {
  --fa:"\f399";
}
.fa-bity {
  --fa:"\f37a";
}
.fa-stackpath {
  --fa:"\f842";
}
.fa-buysellads {
  --fa:"\f20d";
}
.fa-first-order {
  --fa:"\f2b0";
}
.fa-modx {
  --fa:"\f285";
}
.fa-guilded {
  --fa:"\e07e";
}
.fa-vnv {
  --fa:"\f40b";
}
.fa-js-square,
.fa-square-js {
  --fa:"\f3b9";
}
.fa-microsoft {
  --fa:"\f3ca";
}
.fa-qq {
  --fa:"\f1d6";
}
.fa-orcid {
  --fa:"\f8d2";
}
.fa-java {
  --fa:"\f4e4";
}
.fa-invision {
  --fa:"\f7b0";
}
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}
.fa-centercode {
  --fa:"\f380";
}
.fa-glide-g {
  --fa:"\f2a6";
}
.fa-drupal {
  --fa:"\f1a9";
}
.fa-jxl {
  --fa:"\e67b";
}
.fa-dart-lang {
  --fa:"\e693";
}
.fa-hire-a-helper {
  --fa:"\f3b0";
}
.fa-creative-commons-by {
  --fa:"\f4e7";
}
.fa-unity {
  --fa:"\e049";
}
.fa-whmcs {
  --fa:"\f40d";
}
.fa-rocketchat {
  --fa:"\f3e8";
}
.fa-vk {
  --fa:"\f189";
}
.fa-untappd {
  --fa:"\f405";
}
.fa-mailchimp {
  --fa:"\f59e";
}
.fa-css3-alt {
  --fa:"\f38b";
}
.fa-reddit-square,
.fa-square-reddit {
  --fa:"\f1a2";
}
.fa-vimeo-v {
  --fa:"\f27d";
}
.fa-contao {
  --fa:"\f26d";
}
.fa-square-font-awesome {
  --fa:"\e5ad";
}
.fa-deskpro {
  --fa:"\f38f";
}
.fa-brave {
  --fa:"\e63c";
}
.fa-sistrix {
  --fa:"\f3ee";
}
.fa-instagram-square,
.fa-square-instagram {
  --fa:"\e055";
}
.fa-battle-net {
  --fa:"\f835";
}
.fa-the-red-yeti {
  --fa:"\f69d";
}
.fa-hacker-news-square,
.fa-square-hacker-news {
  --fa:"\f3af";
}
.fa-edge {
  --fa:"\f282";
}
.fa-threads {
  --fa:"\e618";
}
.fa-napster {
  --fa:"\f3d2";
}
.fa-snapchat-square,
.fa-square-snapchat {
  --fa:"\f2ad";
}
.fa-google-plus-g {
  --fa:"\f0d5";
}
.fa-artstation {
  --fa:"\f77a";
}
.fa-markdown {
  --fa:"\f60f";
}
.fa-sourcetree {
  --fa:"\f7d3";
}
.fa-google-plus {
  --fa:"\f2b3";
}
.fa-diaspora {
  --fa:"\f791";
}
.fa-foursquare {
  --fa:"\f180";
}
.fa-stack-overflow {
  --fa:"\f16c";
}
.fa-github-alt {
  --fa:"\f113";
}
.fa-phoenix-squadron {
  --fa:"\f511";
}
.fa-pagelines {
  --fa:"\f18c";
}
.fa-algolia {
  --fa:"\f36c";
}
.fa-red-river {
  --fa:"\f3e3";
}
.fa-creative-commons-sa {
  --fa:"\f4ef";
}
.fa-safari {
  --fa:"\f267";
}
.fa-google {
  --fa:"\f1a0";
}
.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
  --fa:"\f35c";
}
.fa-atlassian {
  --fa:"\f77b";
}
.fa-linkedin-in {
  --fa:"\f0e1";
}
.fa-digital-ocean {
  --fa:"\f391";
}
.fa-nimblr {
  --fa:"\f5a8";
}
.fa-chromecast {
  --fa:"\f838";
}
.fa-evernote {
  --fa:"\f839";
}
.fa-hacker-news {
  --fa:"\f1d4";
}
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}
.fa-adversal {
  --fa:"\f36a";
}
.fa-creative-commons {
  --fa:"\f25e";
}
.fa-watchman-monitoring {
  --fa:"\e087";
}
.fa-fonticons {
  --fa:"\f280";
}
.fa-weixin {
  --fa:"\f1d7";
}
.fa-shirtsinbulk {
  --fa:"\f214";
}
.fa-codepen {
  --fa:"\f1cb";
}
.fa-git-alt {
  --fa:"\f841";
}
.fa-lyft {
  --fa:"\f3c3";
}
.fa-rev {
  --fa:"\f5b2";
}
.fa-windows {
  --fa:"\f17a";
}
.fa-wizards-of-the-coast {
  --fa:"\f730";
}
.fa-square-viadeo,
.fa-viadeo-square {
  --fa:"\f2aa";
}
.fa-meetup {
  --fa:"\f2e0";
}
.fa-centos {
  --fa:"\f789";
}
.fa-adn {
  --fa:"\f170";
}
.fa-cloudsmith {
  --fa:"\f384";
}
.fa-opensuse {
  --fa:"\e62b";
}
.fa-pied-piper-alt {
  --fa:"\f1a8";
}
.fa-dribbble-square,
.fa-square-dribbble {
  --fa:"\f397";
}
.fa-codiepie {
  --fa:"\f284";
}
.fa-node {
  --fa:"\f419";
}
.fa-mix {
  --fa:"\f3cb";
}
.fa-steam {
  --fa:"\f1b6";
}
.fa-cc-apple-pay {
  --fa:"\f416";
}
.fa-scribd {
  --fa:"\f28a";
}
.fa-debian {
  --fa:"\e60b";
}
.fa-openid {
  --fa:"\f19b";
}
.fa-instalod {
  --fa:"\e081";
}
.fa-files-pinwheel {
  --fa:"\e69f";
}
.fa-expeditedssl {
  --fa:"\f23e";
}
.fa-sellcast {
  --fa:"\f2da";
}
.fa-square-twitter,
.fa-twitter-square {
  --fa:"\f081";
}
.fa-r-project {
  --fa:"\f4f7";
}
.fa-delicious {
  --fa:"\f1a5";
}
.fa-freebsd {
  --fa:"\f3a4";
}
.fa-vuejs {
  --fa:"\f41f";
}
.fa-accusoft {
  --fa:"\f369";
}
.fa-ioxhost {
  --fa:"\f208";
}
.fa-fonticons-fi {
  --fa:"\f3a2";
}
.fa-app-store {
  --fa:"\f36f";
}
.fa-cc-mastercard {
  --fa:"\f1f1";
}
.fa-itunes-note {
  --fa:"\f3b5";
}
.fa-golang {
  --fa:"\e40f";
}
.fa-kickstarter,
.fa-square-kickstarter {
  --fa:"\f3bb";
}
.fa-grav {
  --fa:"\f2d6";
}
.fa-weibo {
  --fa:"\f18a";
}
.fa-uncharted {
  --fa:"\e084";
}
.fa-firstdraft {
  --fa:"\f3a1";
}
.fa-square-youtube,
.fa-youtube-square {
  --fa:"\f431";
}
.fa-wikipedia-w {
  --fa:"\f266";
}
.fa-rendact,
.fa-wpressr {
  --fa:"\f3e4";
}
.fa-angellist {
  --fa:"\f209";
}
.fa-galactic-republic {
  --fa:"\f50c";
}
.fa-nfc-directional {
  --fa:"\e530";
}
.fa-skype {
  --fa:"\f17e";
}
.fa-joget {
  --fa:"\f3b7";
}
.fa-fedora {
  --fa:"\f798";
}
.fa-stripe-s {
  --fa:"\f42a";
}
.fa-meta {
  --fa:"\e49b";
}
.fa-laravel {
  --fa:"\f3bd";
}
.fa-hotjar {
  --fa:"\f3b1";
}
.fa-bluetooth-b {
  --fa:"\f294";
}
.fa-square-letterboxd {
  --fa:"\e62e";
}
.fa-sticker-mule {
  --fa:"\f3f7";
}
.fa-creative-commons-zero {
  --fa:"\f4f3";
}
.fa-hips {
  --fa:"\f452";
}
.fa-css {
  --fa:"\e6a2";
}
.fa-behance {
  --fa:"\f1b4";
}
.fa-reddit {
  --fa:"\f1a1";
}
.fa-discord {
  --fa:"\f392";
}
.fa-chrome {
  --fa:"\f268";
}
.fa-app-store-ios {
  --fa:"\f370";
}
.fa-cc-discover {
  --fa:"\f1f2";
}
.fa-wpbeginner {
  --fa:"\f297";
}
.fa-confluence {
  --fa:"\f78d";
}
.fa-shoelace {
  --fa:"\e60c";
}
.fa-mdb {
  --fa:"\f8ca";
}
.fa-dochub {
  --fa:"\f394";
}
.fa-accessible-icon {
  --fa:"\f368";
}
.fa-ebay {
  --fa:"\f4f4";
}
.fa-amazon {
  --fa:"\f270";
}
.fa-unsplash {
  --fa:"\e07c";
}
.fa-yarn {
  --fa:"\f7e3";
}
.fa-square-steam,
.fa-steam-square {
  --fa:"\f1b7";
}
.fa-500px {
  --fa:"\f26e";
}
.fa-square-vimeo,
.fa-vimeo-square {
  --fa:"\f194";
}
.fa-asymmetrik {
  --fa:"\f372";
}
.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
  --fa:"\f2b4";
}
.fa-gratipay {
  --fa:"\f184";
}
.fa-apple {
  --fa:"\f179";
}
.fa-hive {
  --fa:"\e07f";
}
.fa-gitkraken {
  --fa:"\f3a6";
}
.fa-keybase {
  --fa:"\f4f5";
}
.fa-apple-pay {
  --fa:"\f415";
}
.fa-padlet {
  --fa:"\e4a0";
}
.fa-amazon-pay {
  --fa:"\f42c";
}
.fa-github-square,
.fa-square-github {
  --fa:"\f092";
}
.fa-stumbleupon {
  --fa:"\f1a4";
}
.fa-fedex {
  --fa:"\f797";
}
.fa-phoenix-framework {
  --fa:"\f3dc";
}
.fa-shopify {
  --fa:"\e057";
}
.fa-neos {
  --fa:"\f612";
}
.fa-square-threads {
  --fa:"\e619";
}
.fa-hackerrank {
  --fa:"\f5f7";
}
.fa-researchgate {
  --fa:"\f4f8";
}
.fa-swift {
  --fa:"\f8e1";
}
.fa-angular {
  --fa:"\f420";
}
.fa-speakap {
  --fa:"\f3f3";
}
.fa-angrycreative {
  --fa:"\f36e";
}
.fa-y-combinator {
  --fa:"\f23b";
}
.fa-empire {
  --fa:"\f1d1";
}
.fa-envira {
  --fa:"\f299";
}
.fa-google-scholar {
  --fa:"\e63b";
}
.fa-gitlab-square,
.fa-square-gitlab {
  --fa:"\e5ae";
}
.fa-studiovinari {
  --fa:"\f3f8";
}
.fa-pied-piper {
  --fa:"\f2ae";
}
.fa-wordpress {
  --fa:"\f19a";
}
.fa-product-hunt {
  --fa:"\f288";
}
.fa-firefox {
  --fa:"\f269";
}
.fa-linode {
  --fa:"\f2b8";
}
.fa-goodreads {
  --fa:"\f3a8";
}
.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
  --fa:"\f264";
}
.fa-jsfiddle {
  --fa:"\f1cc";
}
.fa-sith {
  --fa:"\f512";
}
.fa-themeisle {
  --fa:"\f2b2";
}
.fa-page4 {
  --fa:"\f3d7";
}
.fa-hashnode {
  --fa:"\e499";
}
.fa-react {
  --fa:"\f41b";
}
.fa-cc-paypal {
  --fa:"\f1f4";
}
.fa-squarespace {
  --fa:"\f5be";
}
.fa-cc-stripe {
  --fa:"\f1f5";
}
.fa-creative-commons-share {
  --fa:"\f4f2";
}
.fa-bitcoin {
  --fa:"\f379";
}
.fa-keycdn {
  --fa:"\f3ba";
}
.fa-opera {
  --fa:"\f26a";
}
.fa-itch-io {
  --fa:"\f83a";
}
.fa-umbraco {
  --fa:"\f8e8";
}
.fa-galactic-senate {
  --fa:"\f50d";
}
.fa-ubuntu {
  --fa:"\f7df";
}
.fa-draft2digital {
  --fa:"\f396";
}
.fa-stripe {
  --fa:"\f429";
}
.fa-houzz {
  --fa:"\f27c";
}
.fa-gg {
  --fa:"\f260";
}
.fa-dhl {
  --fa:"\f790";
}
.fa-pinterest-square,
.fa-square-pinterest {
  --fa:"\f0d3";
}
.fa-xing {
  --fa:"\f168";
}
.fa-blackberry {
  --fa:"\f37b";
}
.fa-creative-commons-pd {
  --fa:"\f4ec";
}
.fa-playstation {
  --fa:"\f3df";
}
.fa-quinscape {
  --fa:"\f459";
}
.fa-less {
  --fa:"\f41d";
}
.fa-blogger-b {
  --fa:"\f37d";
}
.fa-opencart {
  --fa:"\f23d";
}
.fa-vine {
  --fa:"\f1ca";
}
.fa-signal-messenger {
  --fa:"\e663";
}
.fa-paypal {
  --fa:"\f1ed";
}
.fa-gitlab {
  --fa:"\f296";
}
.fa-typo3 {
  --fa:"\f42b";
}
.fa-reddit-alien {
  --fa:"\f281";
}
.fa-yahoo {
  --fa:"\f19e";
}
.fa-dailymotion {
  --fa:"\e052";
}
.fa-affiliatetheme {
  --fa:"\f36b";
}
.fa-pied-piper-pp {
  --fa:"\f1a7";
}
.fa-bootstrap {
  --fa:"\f836";
}
.fa-odnoklassniki {
  --fa:"\f263";
}
.fa-nfc-symbol {
  --fa:"\e531";
}
.fa-mintbit {
  --fa:"\e62f";
}
.fa-ethereum {
  --fa:"\f42e";
}
.fa-speaker-deck {
  --fa:"\f83c";
}
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}
.fa-patreon {
  --fa:"\f3d9";
}
.fa-avianex {
  --fa:"\f374";
}
.fa-ello {
  --fa:"\f5f1";
}
.fa-gofore {
  --fa:"\f3a7";
}
.fa-bimobject {
  --fa:"\f378";
}
.fa-brave-reverse {
  --fa:"\e63d";
}
.fa-facebook-f {
  --fa:"\f39e";
}
.fa-google-plus-square,
.fa-square-google-plus {
  --fa:"\f0d4";
}
.fa-web-awesome {
  --fa:"\e682";
}
.fa-mandalorian {
  --fa:"\f50f";
}
.fa-first-order-alt {
  --fa:"\f50a";
}
.fa-osi {
  --fa:"\f41a";
}
.fa-google-wallet {
  --fa:"\f1ee";
}
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}
.fa-periscope {
  --fa:"\f3da";
}
.fa-fulcrum {
  --fa:"\f50b";
}
.fa-cloudscale {
  --fa:"\f383";
}
.fa-forumbee {
  --fa:"\f211";
}
.fa-mizuni {
  --fa:"\f3cc";
}
.fa-schlix {
  --fa:"\f3ea";
}
.fa-square-xing,
.fa-xing-square {
  --fa:"\f169";
}
.fa-bandcamp {
  --fa:"\f2d5";
}
.fa-wpforms {
  --fa:"\f298";
}
.fa-cloudversify {
  --fa:"\f385";
}
.fa-usps {
  --fa:"\f7e1";
}
.fa-megaport {
  --fa:"\f5a3";
}
.fa-magento {
  --fa:"\f3c4";
}
.fa-spotify {
  --fa:"\f1bc";
}
.fa-optin-monster {
  --fa:"\f23c";
}
.fa-fly {
  --fa:"\f417";
}
.fa-square-bluesky {
  --fa:"\e6a3";
}
.fa-aviato {
  --fa:"\f421";
}
.fa-itunes {
  --fa:"\f3b4";
}
.fa-cuttlefish {
  --fa:"\f38c";
}
.fa-blogger {
  --fa:"\f37c";
}
.fa-flickr {
  --fa:"\f16e";
}
.fa-viber {
  --fa:"\f409";
}
.fa-soundcloud {
  --fa:"\f1be";
}
.fa-digg {
  --fa:"\f1a6";
}
.fa-tencent-weibo {
  --fa:"\f1d5";
}
.fa-letterboxd {
  --fa:"\e62d";
}
.fa-symfony {
  --fa:"\f83d";
}
.fa-maxcdn {
  --fa:"\f136";
}
.fa-etsy {
  --fa:"\f2d7";
}
.fa-facebook-messenger {
  --fa:"\f39f";
}
.fa-audible {
  --fa:"\f373";
}
.fa-think-peaks {
  --fa:"\f731";
}
.fa-bilibili {
  --fa:"\e3d9";
}
.fa-erlang {
  --fa:"\f39d";
}
.fa-x-twitter {
  --fa:"\e61b";
}
.fa-cotton-bureau {
  --fa:"\f89e";
}
.fa-dashcube {
  --fa:"\f210";
}
.fa-42-group,
.fa-innosoft {
  --fa:"\e080";
}
.fa-stack-exchange {
  --fa:"\f18d";
}
.fa-elementor {
  --fa:"\f430";
}
.fa-pied-piper-square,
.fa-square-pied-piper {
  --fa:"\e01e";
}
.fa-creative-commons-nd {
  --fa:"\f4eb";
}
.fa-palfed {
  --fa:"\f3d8";
}
.fa-superpowers {
  --fa:"\f2dd";
}
.fa-resolving {
  --fa:"\f3e7";
}
.fa-xbox {
  --fa:"\f412";
}
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}
.fa-searchengin {
  --fa:"\f3eb";
}
.fa-tiktok {
  --fa:"\e07b";
}
.fa-facebook-square,
.fa-square-facebook {
  --fa:"\f082";
}
.fa-renren {
  --fa:"\f18b";
}
.fa-linux {
  --fa:"\f17c";
}
.fa-glide {
  --fa:"\f2a5";
}
.fa-linkedin {
  --fa:"\f08c";
}
.fa-hubspot {
  --fa:"\f3b2";
}
.fa-deploydog {
  --fa:"\f38e";
}
.fa-twitch {
  --fa:"\f1e8";
}
.fa-flutter {
  --fa:"\e694";
}
.fa-ravelry {
  --fa:"\f2d9";
}
.fa-mixer {
  --fa:"\e056";
}
.fa-lastfm-square,
.fa-square-lastfm {
  --fa:"\f203";
}
.fa-vimeo {
  --fa:"\f40a";
}
.fa-mendeley {
  --fa:"\f7b3";
}
.fa-uniregistry {
  --fa:"\f404";
}
.fa-figma {
  --fa:"\f799";
}
.fa-creative-commons-remix {
  --fa:"\f4ee";
}
.fa-cc-amazon-pay {
  --fa:"\f42d";
}
.fa-dropbox {
  --fa:"\f16b";
}
.fa-instagram {
  --fa:"\f16d";
}
.fa-cmplid {
  --fa:"\e360";
}
.fa-upwork {
  --fa:"\e641";
}
.fa-facebook {
  --fa:"\f09a";
}
.fa-gripfire {
  --fa:"\f3ac";
}
.fa-jedi-order {
  --fa:"\f50e";
}
.fa-uikit {
  --fa:"\f403";
}
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}
.fa-phabricator {
  --fa:"\f3db";
}
.fa-ussunnah {
  --fa:"\f407";
}
.fa-earlybirds {
  --fa:"\f39a";
}
.fa-trade-federation {
  --fa:"\f513";
}
.fa-autoprefixer {
  --fa:"\f41c";
}
.fa-whatsapp {
  --fa:"\f232";
}
.fa-square-upwork {
  --fa:"\e67c";
}
.fa-slideshare {
  --fa:"\f1e7";
}
.fa-google-play {
  --fa:"\f3ab";
}
.fa-viadeo {
  --fa:"\f2a9";
}
.fa-line {
  --fa:"\f3c0";
}
.fa-google-drive {
  --fa:"\f3aa";
}
.fa-servicestack {
  --fa:"\f3ec";
}
.fa-simplybuilt {
  --fa:"\f215";
}
.fa-bitbucket {
  --fa:"\f171";
}
.fa-imdb {
  --fa:"\f2d8";
}
.fa-deezer {
  --fa:"\e077";
}
.fa-raspberry-pi {
  --fa:"\f7bb";
}
.fa-jira {
  --fa:"\f7b1";
}
.fa-docker {
  --fa:"\f395";
}
.fa-screenpal {
  --fa:"\e570";
}
.fa-bluetooth {
  --fa:"\f293";
}
.fa-gitter {
  --fa:"\f426";
}
.fa-d-and-d {
  --fa:"\f38d";
}
.fa-microblog {
  --fa:"\e01a";
}
.fa-cc-diners-club {
  --fa:"\f24c";
}
.fa-gg-circle {
  --fa:"\f261";
}
.fa-pied-piper-hat {
  --fa:"\f4e5";
}
.fa-kickstarter-k {
  --fa:"\f3bc";
}
.fa-yandex {
  --fa:"\f413";
}
.fa-readme {
  --fa:"\f4d5";
}
.fa-html5 {
  --fa:"\f13b";
}
.fa-sellsy {
  --fa:"\f213";
}
.fa-square-web-awesome {
  --fa:"\e683";
}
.fa-sass {
  --fa:"\f41e";
}
.fa-wirsindhandwerk,
.fa-wsh {
  --fa:"\e2d0";
}
.fa-buromobelexperte {
  --fa:"\f37f";
}
.fa-salesforce {
  --fa:"\f83b";
}
.fa-octopus-deploy {
  --fa:"\e082";
}
.fa-medapps {
  --fa:"\f3c6";
}
.fa-ns8 {
  --fa:"\f3d5";
}
.fa-pinterest-p {
  --fa:"\f231";
}
.fa-apper {
  --fa:"\f371";
}
.fa-fort-awesome {
  --fa:"\f286";
}
.fa-waze {
  --fa:"\f83f";
}
.fa-bluesky {
  --fa:"\e671";
}
.fa-cc-jcb {
  --fa:"\f24b";
}
.fa-snapchat,
.fa-snapchat-ghost {
  --fa:"\f2ab";
}
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}
.fa-rust {
  --fa:"\e07a";
}
.fa-wix {
  --fa:"\f5cf";
}
.fa-behance-square,
.fa-square-behance {
  --fa:"\f1b5";
}
.fa-supple {
  --fa:"\f3f9";
}
.fa-webflow {
  --fa:"\e65c";
}
.fa-rebel {
  --fa:"\f1d0";
}
.fa-css3 {
  --fa:"\f13c";
}
.fa-staylinked {
  --fa:"\f3f5";
}
.fa-kaggle {
  --fa:"\f5fa";
}
.fa-space-awesome {
  --fa:"\e5ac";
}
.fa-deviantart {
  --fa:"\f1bd";
}
.fa-cpanel {
  --fa:"\f388";
}
.fa-goodreads-g {
  --fa:"\f3a9";
}
.fa-git-square,
.fa-square-git {
  --fa:"\f1d2";
}
.fa-square-tumblr,
.fa-tumblr-square {
  --fa:"\f174";
}
.fa-trello {
  --fa:"\f181";
}
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}
.fa-get-pocket {
  --fa:"\f265";
}
.fa-perbyte {
  --fa:"\e083";
}
.fa-grunt {
  --fa:"\f3ad";
}
.fa-weebly {
  --fa:"\f5cc";
}
.fa-connectdevelop {
  --fa:"\f20e";
}
.fa-leanpub {
  --fa:"\f212";
}
.fa-black-tie {
  --fa:"\f27e";
}
.fa-themeco {
  --fa:"\f5c6";
}
.fa-python {
  --fa:"\f3e2";
}
.fa-android {
  --fa:"\f17b";
}
.fa-bots {
  --fa:"\e340";
}
.fa-free-code-camp {
  --fa:"\f2c5";
}
.fa-hornbill {
  --fa:"\f592";
}
.fa-js {
  --fa:"\f3b8";
}
.fa-ideal {
  --fa:"\e013";
}
.fa-git {
  --fa:"\f1d3";
}
.fa-dev {
  --fa:"\f6cc";
}
.fa-sketch {
  --fa:"\f7c6";
}
.fa-yandex-international {
  --fa:"\f414";
}
.fa-cc-amex {
  --fa:"\f1f3";
}
.fa-uber {
  --fa:"\f402";
}
.fa-github {
  --fa:"\f09b";
}
.fa-php {
  --fa:"\f457";
}
.fa-alipay {
  --fa:"\f642";
}
.fa-youtube {
  --fa:"\f167";
}
.fa-skyatlas {
  --fa:"\f216";
}
.fa-firefox-browser {
  --fa:"\e007";
}
.fa-replyd {
  --fa:"\f3e6";
}
.fa-suse {
  --fa:"\f7d6";
}
.fa-jenkins {
  --fa:"\f3b6";
}
.fa-twitter {
  --fa:"\f099";
}
.fa-rockrms {
  --fa:"\f3e9";
}
.fa-pinterest {
  --fa:"\f0d2";
}
.fa-buffer {
  --fa:"\f837";
}
.fa-npm {
  --fa:"\f3d4";
}
.fa-yammer {
  --fa:"\f840";
}
.fa-btc {
  --fa:"\f15a";
}
.fa-dribbble {
  --fa:"\f17d";
}
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}
.fa-internet-explorer {
  --fa:"\f26b";
}
.fa-stubber {
  --fa:"\e5c7";
}
.fa-telegram,
.fa-telegram-plane {
  --fa:"\f2c6";
}
.fa-old-republic {
  --fa:"\f510";
}
.fa-odysee {
  --fa:"\e5c6";
}
.fa-square-whatsapp,
.fa-whatsapp-square {
  --fa:"\f40c";
}
.fa-node-js {
  --fa:"\f3d3";
}
.fa-edge-legacy {
  --fa:"\e078";
}
.fa-slack,
.fa-slack-hash {
  --fa:"\f198";
}
.fa-medrt {
  --fa:"\f3c8";
}
.fa-usb {
  --fa:"\f287";
}
.fa-tumblr {
  --fa:"\f173";
}
.fa-vaadin {
  --fa:"\f408";
}
.fa-quora {
  --fa:"\f2c4";
}
.fa-square-x-twitter {
  --fa:"\e61a";
}
.fa-reacteurope {
  --fa:"\f75d";
}
.fa-medium,
.fa-medium-m {
  --fa:"\f23a";
}
.fa-amilia {
  --fa:"\f36d";
}
.fa-mixcloud {
  --fa:"\f289";
}
.fa-flipboard {
  --fa:"\f44d";
}
.fa-viacoin {
  --fa:"\f237";
}
.fa-critical-role {
  --fa:"\f6c9";
}
.fa-sitrox {
  --fa:"\e44a";
}
.fa-discourse {
  --fa:"\f393";
}
.fa-joomla {
  --fa:"\f1aa";
}
.fa-mastodon {
  --fa:"\f4f6";
}
.fa-airbnb {
  --fa:"\f834";
}
.fa-wolf-pack-battalion {
  --fa:"\f514";
}
.fa-buy-n-large {
  --fa:"\f8a6";
}
.fa-gulp {
  --fa:"\f3ae";
}
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}
.fa-strava {
  --fa:"\f428";
}
.fa-ember {
  --fa:"\f423";
}
.fa-canadian-maple-leaf {
  --fa:"\f785";
}
.fa-teamspeak {
  --fa:"\f4f9";
}
.fa-pushed {
  --fa:"\f3e1";
}
.fa-wordpress-simple {
  --fa:"\f411";
}
.fa-nutritionix {
  --fa:"\f3d6";
}
.fa-wodu {
  --fa:"\e088";
}
.fa-google-pay {
  --fa:"\e079";
}
.fa-intercom {
  --fa:"\f7af";
}
.fa-zhihu {
  --fa:"\f63f";
}
.fa-korvue {
  --fa:"\f42f";
}
.fa-pix {
  --fa:"\e43a";
}
.fa-steam-symbol {
  --fa:"\f3f6";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2"), url("./media/fa-v4compatibility.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/@angular/material/prebuilt-themes/azure-blue.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-app-background-color:#faf9fd;
  --mat-app-text-color:#1a1b1f;
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color:rgba(26, 27, 31, 0.1);
  --mat-option-selected-state-label-text-color:#131c2b;
  --mat-option-label-text-color:#1a1b1f;
  --mat-option-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-option-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-option-selected-state-layer-color:#dae2f9;
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:1.25rem;
  --mat-option-label-text-size:1rem;
  --mat-option-label-text-tracking:0.006rem;
  --mat-option-label-text-weight:400;
  --mat-optgroup-label-text-color:#44474e;
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:1.25rem;
  --mat-optgroup-label-text-size:0.875rem;
  --mat-optgroup-label-text-tracking:0.006rem;
  --mat-optgroup-label-text-weight:500;
  --mat-full-pseudo-checkbox-selected-icon-color:#005cbb;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color:#44474e;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#faf9fd;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#005cbb;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:rgba(26, 27, 31, 0.38);
  --mdc-elevated-card-container-color:#f4f3f6;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape:12px;
  --mdc-outlined-card-container-color:#faf9fd;
  --mdc-outlined-card-outline-color:#c4c6d0;
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape:12px;
  --mdc-outlined-card-outline-width:1px;
  --mat-card-subtitle-text-color:#1a1b1f;
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:1.75rem;
  --mat-card-title-text-size:1.375rem;
  --mat-card-title-text-tracking:0;
  --mat-card-title-text-weight:400;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:1.5rem;
  --mat-card-subtitle-text-size:1rem;
  --mat-card-subtitle-text-tracking:0.009rem;
  --mat-card-subtitle-text-weight:500;
  --mdc-linear-progress-active-indicator-color:#005cbb;
  --mdc-linear-progress-track-color:#e0e2ec;
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
  --mdc-plain-tooltip-container-color:#2f3033;
  --mdc-plain-tooltip-supporting-text-color:#f2f0f4;
  --mdc-plain-tooltip-supporting-text-line-height:1rem;
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:0.75rem;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.025rem;
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-filled-text-field-caret-color:#005cbb;
  --mdc-filled-text-field-focus-active-indicator-color:#005cbb;
  --mdc-filled-text-field-focus-label-text-color:#005cbb;
  --mdc-filled-text-field-container-color:#e0e2ec;
  --mdc-filled-text-field-disabled-container-color:rgba(26, 27, 31, 0.04);
  --mdc-filled-text-field-label-text-color:#44474e;
  --mdc-filled-text-field-hover-label-text-color:#44474e;
  --mdc-filled-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-color:#1a1b1f;
  --mdc-filled-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:#44474e;
  --mdc-filled-text-field-error-hover-label-text-color:#410002;
  --mdc-filled-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-filled-text-field-error-label-text-color:#ba1a1a;
  --mdc-filled-text-field-active-indicator-color:#44474e;
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color:#1a1b1f;
  --mdc-filled-text-field-error-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-error-hover-active-indicator-color:#410002;
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:1rem;
  --mdc-filled-text-field-label-text-tracking:0.031rem;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-caret-color:#005cbb;
  --mdc-outlined-text-field-focus-outline-color:#005cbb;
  --mdc-outlined-text-field-focus-label-text-color:#005cbb;
  --mdc-outlined-text-field-label-text-color:#44474e;
  --mdc-outlined-text-field-hover-label-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-color:#1a1b1f;
  --mdc-outlined-text-field-disabled-input-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:#44474e;
  --mdc-outlined-text-field-error-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-label-text-color:#410002;
  --mdc-outlined-text-field-outline-color:#74777f;
  --mdc-outlined-text-field-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-text-field-hover-outline-color:#1a1b1f;
  --mdc-outlined-text-field-error-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-error-hover-outline-color:#410002;
  --mdc-outlined-text-field-error-outline-color:#ba1a1a;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:1rem;
  --mdc-outlined-text-field-label-text-tracking:0.031rem;
  --mdc-outlined-text-field-label-text-weight:400;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
  --mat-form-field-focus-select-arrow-color:#005cbb;
  --mat-form-field-disabled-input-text-placeholder-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-state-layer-color:#1a1b1f;
  --mat-form-field-error-text-color:#ba1a1a;
  --mat-form-field-select-option-text-color:#1a1b1f;
  --mat-form-field-select-disabled-option-text-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-leading-icon-color:#44474e;
  --mat-form-field-disabled-leading-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-trailing-icon-color:#44474e;
  --mat-form-field-disabled-trailing-icon-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-error-focus-trailing-icon-color:#ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color:#410002;
  --mat-form-field-error-trailing-icon-color:#ba1a1a;
  --mat-form-field-enabled-select-arrow-color:#44474e;
  --mat-form-field-disabled-select-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.08;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:1.5rem;
  --mat-form-field-container-text-size:1rem;
  --mat-form-field-container-text-tracking:0.031rem;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:1rem;
  --mat-form-field-subscript-text-size:0.75rem;
  --mat-form-field-subscript-text-tracking:0.025rem;
  --mat-form-field-subscript-text-weight:400;
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
  --mat-form-field-focus-state-layer-opacity:0;
  --mat-select-panel-background-color:#efedf0;
  --mat-select-enabled-trigger-text-color:#1a1b1f;
  --mat-select-disabled-trigger-text-color:rgba(26, 27, 31, 0.38);
  --mat-select-placeholder-text-color:#44474e;
  --mat-select-enabled-arrow-color:#44474e;
  --mat-select-disabled-arrow-color:rgba(26, 27, 31, 0.38);
  --mat-select-focused-arrow-color:#005cbb;
  --mat-select-invalid-arrow-color:#ba1a1a;
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:1.5rem;
  --mat-select-trigger-text-size:1rem;
  --mat-select-trigger-text-tracking:0.031rem;
  --mat-select-trigger-text-weight:400;
  --mat-select-arrow-transform:translateY(-8px);
  --mat-select-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color:#efedf0;
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color:#faf9fd;
  --mdc-dialog-subhead-color:#1a1b1f;
  --mdc-dialog-supporting-text-color:#44474e;
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:2rem;
  --mdc-dialog-subhead-size:1.5rem;
  --mdc-dialog-subhead-weight:400;
  --mdc-dialog-subhead-tracking:0;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:1.25rem;
  --mdc-dialog-supporting-text-size:0.875rem;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.016rem;
  --mdc-dialog-container-shape:28px;
  --mat-dialog-container-elevation-shadow:none;
  --mat-dialog-container-max-width:560px;
  --mat-dialog-container-small-max-width:calc(100vw - 32px);
  --mat-dialog-container-min-width:280px;
  --mat-dialog-actions-alignment:flex-end;
  --mat-dialog-actions-padding:16px 24px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px 0;
  --mat-dialog-headline-padding:6px 24px 13px;
  --mdc-chip-outline-color:#74777f;
  --mdc-chip-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-outline-color:#44474e;
  --mdc-chip-hover-state-layer-opacity:0.08;
  --mdc-chip-selected-hover-state-layer-opacity:0.08;
  --mdc-chip-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-chip-elevated-selected-container-color:#dae2f9;
  --mdc-chip-flat-disabled-selected-container-color:rgba(26, 27, 31, 0.12);
  --mdc-chip-focus-state-layer-color:#44474e;
  --mdc-chip-hover-state-layer-color:#44474e;
  --mdc-chip-selected-hover-state-layer-color:#131c2b;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:#131c2b;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#44474e;
  --mdc-chip-selected-label-text-color:#131c2b;
  --mdc-chip-with-icon-icon-color:#44474e;
  --mdc-chip-with-icon-disabled-icon-color:#1a1b1f;
  --mdc-chip-with-icon-selected-icon-color:#131c2b;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#1a1b1f;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#44474e;
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:1.25rem;
  --mdc-chip-label-text-size:0.875rem;
  --mdc-chip-label-text-tracking:0.006rem;
  --mdc-chip-label-text-weight:500;
  --mdc-chip-container-height:32px;
  --mdc-chip-container-shape-radius:8px;
  --mdc-chip-with-avatar-avatar-shape-radius:24px;
  --mdc-chip-with-avatar-avatar-size:24px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity:0.38;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:0.38;
  --mdc-chip-with-icon-disabled-icon-opacity:0.38;
  --mdc-chip-elevated-container-color:transparent;
  --mat-chip-trailing-action-state-layer-color:#44474e;
  --mat-chip-selected-trailing-action-state-layer-color:#131c2b;
  --mat-chip-trailing-action-hover-state-layer-opacity:0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity:0.12;
  --mat-chip-selected-disabled-trailing-icon-color:#1a1b1f;
  --mat-chip-selected-trailing-icon-color:#131c2b;
  --mat-chip-disabled-container-opacity:1;
  --mat-chip-trailing-action-opacity:1;
  --mat-chip-trailing-action-focus-opacity:1;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.08;
  --mdc-switch-selected-pressed-state-layer-opacity:0.12;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.12;
  --mdc-switch-selected-focus-state-layer-color:#005cbb;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#005cbb;
  --mdc-switch-selected-pressed-state-layer-color:#005cbb;
  --mdc-switch-selected-focus-handle-color:#d7e3ff;
  --mdc-switch-selected-hover-handle-color:#d7e3ff;
  --mdc-switch-selected-pressed-handle-color:#d7e3ff;
  --mdc-switch-selected-focus-track-color:#005cbb;
  --mdc-switch-selected-hover-track-color:#005cbb;
  --mdc-switch-selected-pressed-track-color:#005cbb;
  --mdc-switch-selected-track-color:#005cbb;
  --mdc-switch-disabled-selected-handle-color:#faf9fd;
  --mdc-switch-disabled-selected-icon-color:#1a1b1f;
  --mdc-switch-disabled-selected-track-color:#1a1b1f;
  --mdc-switch-disabled-unselected-handle-color:#1a1b1f;
  --mdc-switch-disabled-unselected-icon-color:#e0e2ec;
  --mdc-switch-disabled-unselected-track-color:#e0e2ec;
  --mdc-switch-selected-icon-color:#001b3f;
  --mdc-switch-unselected-focus-handle-color:#44474e;
  --mdc-switch-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-focus-track-color:#e0e2ec;
  --mdc-switch-unselected-handle-color:#74777f;
  --mdc-switch-unselected-hover-handle-color:#44474e;
  --mdc-switch-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-hover-track-color:#e0e2ec;
  --mdc-switch-unselected-icon-color:#e0e2ec;
  --mdc-switch-unselected-pressed-handle-color:#44474e;
  --mdc-switch-unselected-pressed-state-layer-color:#1a1b1f;
  --mdc-switch-unselected-pressed-track-color:#e0e2ec;
  --mdc-switch-unselected-track-color:#e0e2ec;
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-shape:9999px;
  --mdc-switch-selected-icon-size:16px;
  --mdc-switch-track-height:32px;
  --mdc-switch-track-shape:9999px;
  --mdc-switch-track-width:52px;
  --mdc-switch-unselected-icon-size:16px;
  --mdc-switch-state-layer-size:40px;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:1.25rem;
  --mat-switch-label-text-size:0.875rem;
  --mat-switch-label-text-tracking:0.016rem;
  --mat-switch-label-text-weight:400;
  --mat-switch-disabled-selected-handle-opacity:1;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:16px;
  --mat-switch-selected-handle-size:24px;
  --mat-switch-pressed-handle-size:28px;
  --mat-switch-with-icon-handle-size:24px;
  --mat-switch-selected-handle-horizontal-margin:0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin:0 22px;
  --mat-switch-unselected-handle-horizontal-margin:0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0 2px;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:0;
  --mat-switch-visible-track-transition:opacity 75ms;
  --mat-switch-hidden-track-transition:opacity 75ms;
  --mat-switch-track-outline-width:2px;
  --mat-switch-selected-track-outline-width:2px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:2px;
  --mdc-radio-disabled-selected-icon-color:#1a1b1f;
  --mdc-radio-disabled-unselected-icon-color:#1a1b1f;
  --mdc-radio-unselected-hover-icon-color:#1a1b1f;
  --mdc-radio-unselected-focus-icon-color:#1a1b1f;
  --mdc-radio-unselected-icon-color:#44474e;
  --mdc-radio-unselected-pressed-icon-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#005cbb;
  --mdc-radio-selected-hover-icon-color:#005cbb;
  --mdc-radio-selected-icon-color:#005cbb;
  --mdc-radio-selected-pressed-icon-color:#005cbb;
  --mdc-radio-state-layer-size:40px;
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mat-radio-ripple-color:#1a1b1f;
  --mat-radio-checked-ripple-color:#005cbb;
  --mat-radio-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-radio-label-text-color:#1a1b1f;
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:1.25rem;
  --mat-radio-label-text-size:0.875rem;
  --mat-radio-label-text-tracking:0.016rem;
  --mat-radio-label-text-weight:400;
  --mat-radio-touch-target-display:block;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color:#005cbb;
  --mdc-slider-focus-handle-color:#005cbb;
  --mdc-slider-hover-handle-color:#005cbb;
  --mdc-slider-active-track-color:#005cbb;
  --mdc-slider-inactive-track-color:#e0e2ec;
  --mdc-slider-with-tick-marks-inactive-container-color:#44474e;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-disabled-active-track-color:#1a1b1f;
  --mdc-slider-disabled-handle-color:#1a1b1f;
  --mdc-slider-disabled-inactive-track-color:#1a1b1f;
  --mdc-slider-label-container-color:#005cbb;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color:#1a1b1f;
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:0.75rem;
  --mdc-slider-label-label-text-line-height:1rem;
  --mdc-slider-label-label-text-tracking:0.031rem;
  --mdc-slider-label-label-text-weight:500;
  --mdc-slider-active-track-height:4px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:9999px;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.38;
  --mdc-slider-with-tick-marks-container-shape:9999px;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.38;
  --mat-slider-ripple-color:#005cbb;
  --mat-slider-hover-state-layer-color:rgba(0, 92, 187, 0.05);
  --mat-slider-focus-state-layer-color:rgba(0, 92, 187, 0.2);
  --mat-slider-value-indicator-width:28px;
  --mat-slider-value-indicator-height:28px;
  --mat-slider-value-indicator-caret-display:none;
  --mat-slider-value-indicator-border-radius:50% 50% 50% 0;
  --mat-slider-value-indicator-padding:0;
  --mat-slider-value-indicator-text-transform:rotate(45deg);
  --mat-slider-value-indicator-container-transform:translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity:1;
  --mat-menu-item-label-text-color:#1a1b1f;
  --mat-menu-item-icon-color:#44474e;
  --mat-menu-item-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-menu-item-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-menu-container-color:#efedf0;
  --mat-menu-divider-color:#e0e2ec;
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:0.875rem;
  --mat-menu-item-label-text-tracking:0.006rem;
  --mat-menu-item-label-text-line-height:1.25rem;
  --mat-menu-item-label-text-weight:500;
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:8px;
  --mat-menu-divider-top-spacing:8px;
  --mat-menu-item-spacing:12px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:12px;
  --mat-menu-item-trailing-spacing:12px;
  --mat-menu-item-with-icon-leading-spacing:12px;
  --mat-menu-item-with-icon-trailing-spacing:12px;
  --mat-menu-base-elevation-level:2;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:#d7e3ff;
  --mdc-list-list-item-disabled-state-layer-color:#1a1b1f;
  --mdc-list-list-item-disabled-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-color:#1a1b1f;
  --mdc-list-list-item-supporting-text-color:#44474e;
  --mdc-list-list-item-leading-icon-color:#44474e;
  --mdc-list-list-item-trailing-supporting-text-color:#44474e;
  --mdc-list-list-item-trailing-icon-color:#44474e;
  --mdc-list-list-item-selected-trailing-icon-color:#005cbb;
  --mdc-list-list-item-disabled-label-text-color:#1a1b1f;
  --mdc-list-list-item-disabled-leading-icon-color:#1a1b1f;
  --mdc-list-list-item-disabled-trailing-icon-color:#1a1b1f;
  --mdc-list-list-item-hover-label-text-color:#1a1b1f;
  --mdc-list-list-item-focus-label-text-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-color:#1a1b1f;
  --mdc-list-list-item-hover-state-layer-opacity:0.08;
  --mdc-list-list-item-focus-state-layer-color:#1a1b1f;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:1.5rem;
  --mdc-list-list-item-label-text-size:1rem;
  --mdc-list-list-item-label-text-tracking:0.031rem;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:1.25rem;
  --mdc-list-list-item-supporting-text-size:0.875rem;
  --mdc-list-list-item-supporting-text-tracking:0.016rem;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:1rem;
  --mdc-list-list-item-trailing-supporting-text-size:0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight:500;
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:9999px;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-label-text-opacity:0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:#dae2f9;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:16px;
  --mat-list-active-indicator-shape:9999px;
  --mat-paginator-container-text-color:#1a1b1f;
  --mat-paginator-container-background-color:#faf9fd;
  --mat-paginator-enabled-icon-color:#44474e;
  --mat-paginator-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:1rem;
  --mat-paginator-container-text-size:0.75rem;
  --mat-paginator-container-text-tracking:0.025rem;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:0.75rem;
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-color:#005cbb;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:#e0e2ec;
  --mat-tab-header-pagination-icon-color:#1a1b1f;
  --mat-tab-header-inactive-label-text-color:#1a1b1f;
  --mat-tab-header-active-label-text-color:#1a1b1f;
  --mat-tab-header-active-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-ripple-color:#1a1b1f;
  --mat-tab-header-inactive-focus-label-text-color:#1a1b1f;
  --mat-tab-header-inactive-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-label-text-color:#1a1b1f;
  --mat-tab-header-active-hover-label-text-color:#1a1b1f;
  --mat-tab-header-active-focus-indicator-color:#005cbb;
  --mat-tab-header-active-hover-indicator-color:#005cbb;
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:0.875rem;
  --mat-tab-header-label-text-tracking:0.006rem;
  --mat-tab-header-label-text-line-height:1.25rem;
  --mat-tab-header-label-text-weight:500;
  --mat-tab-header-divider-height:1px;
  --mdc-checkbox-disabled-selected-checkmark-color:#faf9fd;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.12;
  --mdc-checkbox-selected-pressed-icon-color:#005cbb;
  --mdc-checkbox-disabled-selected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#005cbb;
  --mdc-checkbox-selected-hover-icon-color:#005cbb;
  --mdc-checkbox-selected-icon-color:#005cbb;
  --mdc-checkbox-unselected-focus-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-icon-color:#1a1b1f;
  --mdc-checkbox-unselected-icon-color:#44474e;
  --mdc-checkbox-selected-focus-state-layer-color:#005cbb;
  --mdc-checkbox-selected-hover-state-layer-color:#005cbb;
  --mdc-checkbox-selected-pressed-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-focus-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-hover-state-layer-color:#1a1b1f;
  --mdc-checkbox-unselected-pressed-state-layer-color:#005cbb;
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:1.25rem;
  --mat-checkbox-label-text-size:0.875rem;
  --mat-checkbox-label-text-tracking:0.016rem;
  --mat-checkbox-label-text-weight:400;
  --mat-checkbox-touch-target-display:block;
  --mdc-text-button-label-text-color:#005cbb;
  --mdc-text-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:0.875rem;
  --mdc-text-button-label-text-tracking:0.006rem;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-container-height:40px;
  --mdc-text-button-container-shape:9999px;
  --mdc-protected-button-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color:#faf9fd;
  --mdc-protected-button-label-text-color:#005cbb;
  --mdc-protected-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:0.875rem;
  --mdc-protected-button-label-text-tracking:0.006rem;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-container-height:40px;
  --mdc-protected-button-container-shape:9999px;
  --mdc-filled-button-container-color:#005cbb;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-filled-button-disabled-container-color:rgba(26, 27, 31, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:0.875rem;
  --mdc-filled-button-label-text-tracking:0.006rem;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-container-height:40px;
  --mdc-filled-button-container-shape:9999px;
  --mdc-outlined-button-disabled-outline-color:rgba(26, 27, 31, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(26, 27, 31, 0.38);
  --mdc-outlined-button-label-text-color:#005cbb;
  --mdc-outlined-button-outline-color:#74777f;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:0.875rem;
  --mdc-outlined-button-label-text-tracking:0.006rem;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-container-height:40px;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:9999px;
  --mat-text-button-state-layer-color:#005cbb;
  --mat-text-button-disabled-state-layer-color:#44474e;
  --mat-text-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-text-button-hover-state-layer-opacity:0.08;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mat-text-button-touch-target-display:block;
  --mat-text-button-horizontal-padding:12px;
  --mat-text-button-with-icon-horizontal-padding:16px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:-4px;
  --mat-protected-button-state-layer-color:#005cbb;
  --mat-protected-button-disabled-state-layer-color:#44474e;
  --mat-protected-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-protected-button-hover-state-layer-opacity:0.08;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mat-protected-button-touch-target-display:block;
  --mat-protected-button-horizontal-padding:24px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-8px;
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-disabled-state-layer-color:#44474e;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity:0.08;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mat-filled-button-touch-target-display:block;
  --mat-filled-button-horizontal-padding:24px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-8px;
  --mat-outlined-button-state-layer-color:#005cbb;
  --mat-outlined-button-disabled-state-layer-color:#44474e;
  --mat-outlined-button-ripple-color:rgba(0, 92, 187, 0.12);
  --mat-outlined-button-hover-state-layer-opacity:0.08;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
  --mat-outlined-button-touch-target-display:block;
  --mat-outlined-button-horizontal-padding:24px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-8px;
  --mdc-icon-button-icon-color:#44474e;
  --mdc-icon-button-disabled-icon-color:rgba(26, 27, 31, 0.38);
  --mdc-icon-button-state-layer-size:40px;
  --mdc-icon-button-icon-size:24px;
  --mat-icon-button-state-layer-color:#44474e;
  --mat-icon-button-disabled-state-layer-color:#44474e;
  --mat-icon-button-ripple-color:rgba(68, 71, 78, 0.12);
  --mat-icon-button-hover-state-layer-opacity:0.08;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
  --mat-icon-button-touch-target-display:block;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:0.875rem;
  --mdc-extended-fab-label-text-tracking:0.006rem;
  --mdc-extended-fab-label-text-weight:500;
  --mdc-extended-fab-container-height:56px;
  --mdc-extended-fab-container-shape:16px;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color:#d7e3ff;
  --mdc-fab-container-shape:16px;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color:#d7e3ff;
  --mdc-fab-small-container-shape:12px;
  --mat-fab-foreground-color:#001b3f;
  --mat-fab-state-layer-color:#001b3f;
  --mat-fab-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-hover-state-layer-opacity:0.08;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mat-fab-touch-target-display:block;
  --mat-fab-small-foreground-color:#001b3f;
  --mat-fab-small-state-layer-color:#001b3f;
  --mat-fab-small-ripple-color:rgba(0, 27, 63, 0.12);
  --mat-fab-small-hover-state-layer-opacity:0.08;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(26, 27, 31, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(26, 27, 31, 0.38);
  --mdc-snackbar-container-color:#2f3033;
  --mdc-snackbar-supporting-text-color:#f2f0f4;
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:1.25rem;
  --mdc-snackbar-supporting-text-size:0.875rem;
  --mdc-snackbar-supporting-text-weight:400;
  --mdc-snackbar-container-shape:4px;
  --mat-snack-bar-button-color:#abc7ff;
  --mat-table-background-color:#faf9fd;
  --mat-table-header-headline-color:#1a1b1f;
  --mat-table-row-item-label-text-color:#1a1b1f;
  --mat-table-row-item-outline-color:#74777f;
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:1.25rem;
  --mat-table-header-headline-size:0.875rem;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.006rem;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:1.25rem;
  --mat-table-row-item-label-text-size:0.875rem;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.016rem;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:1.25rem;
  --mat-table-footer-supporting-text-size:0.875rem;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.016rem;
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
  --mat-table-row-item-outline-width:1px;
  --mdc-circular-progress-active-indicator-color:#005cbb;
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
  --mat-badge-background-color:#ba1a1a;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(186, 26, 26, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:0.688rem;
  --mat-badge-text-weight:500;
  --mat-badge-large-size-text-size:0.688rem;
  --mat-badge-container-shape:9999px;
  --mat-badge-container-size:16px;
  --mat-badge-small-size-container-size:6px;
  --mat-badge-large-size-container-size:16px;
  --mat-badge-legacy-container-size:unset;
  --mat-badge-legacy-small-size-container-size:unset;
  --mat-badge-legacy-large-size-container-size:unset;
  --mat-badge-container-offset:-12px 0;
  --mat-badge-small-size-container-offset:-6px 0;
  --mat-badge-large-size-container-offset:-12px 0;
  --mat-badge-container-overlap-offset:-12px;
  --mat-badge-small-size-container-overlap-offset:-6px;
  --mat-badge-large-size-container-overlap-offset:-12px;
  --mat-badge-container-padding:0 4px;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0 4px;
  --mat-badge-line-height:16px;
  --mat-badge-small-size-text-size:0;
  --mat-badge-small-size-line-height:6px;
  --mat-badge-large-size-line-height:16px;
  --mat-bottom-sheet-container-text-color:#1a1b1f;
  --mat-bottom-sheet-container-background-color:#f4f3f6;
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:1.5rem;
  --mat-bottom-sheet-container-text-size:1rem;
  --mat-bottom-sheet-container-text-tracking:0.031rem;
  --mat-bottom-sheet-container-text-weight:400;
  --mat-bottom-sheet-container-shape:28px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
  --mat-standard-button-toggle-text-color:#1a1b1f;
  --mat-standard-button-toggle-state-layer-color:#1a1b1f;
  --mat-standard-button-toggle-selected-state-background-color:#dae2f9;
  --mat-standard-button-toggle-selected-state-text-color:#131c2b;
  --mat-standard-button-toggle-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-standard-button-toggle-divider-color:#74777f;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:1.25rem;
  --mat-standard-button-toggle-label-text-size:0.875rem;
  --mat-standard-button-toggle-label-text-tracking:0.006rem;
  --mat-standard-button-toggle-label-text-weight:500;
  --mat-standard-button-toggle-height:40px;
  --mat-standard-button-toggle-shape:9999px;
  --mat-standard-button-toggle-background-color:transparent;
  --mat-standard-button-toggle-disabled-state-background-color:transparent;
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#005cbb;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(26, 27, 31, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(26, 27, 31, 0.08);
  --mat-datepicker-toggle-active-state-icon-color:#44474e;
  --mat-datepicker-calendar-date-in-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#dae2f9;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#565e71;
  --mat-datepicker-toggle-icon-color:#44474e;
  --mat-datepicker-calendar-body-label-text-color:#1a1b1f;
  --mat-datepicker-calendar-period-button-text-color:#44474e;
  --mat-datepicker-calendar-period-button-icon-color:#44474e;
  --mat-datepicker-calendar-navigation-button-icon-color:#44474e;
  --mat-datepicker-calendar-header-text-color:#44474e;
  --mat-datepicker-calendar-date-today-outline-color:#005cbb;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-text-color:#1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:#005cbb;
  --mat-datepicker-range-input-separator-color:#1a1b1f;
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-datepicker-calendar-container-background-color:#e9e7eb;
  --mat-datepicker-calendar-container-text-color:#1a1b1f;
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:0.875rem;
  --mat-datepicker-calendar-body-label-text-size:0.875rem;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:0.875rem;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:0.875rem;
  --mat-datepicker-calendar-header-text-weight:500;
  --mat-datepicker-calendar-container-shape:16px;
  --mat-datepicker-calendar-container-touch-shape:28px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color:transparent;
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-divider-color:#74777f;
  --mat-divider-width:1px;
  --mat-expansion-container-background-color:#faf9fd;
  --mat-expansion-container-text-color:#1a1b1f;
  --mat-expansion-actions-divider-color:#74777f;
  --mat-expansion-header-hover-state-layer-color:rgba(26, 27, 31, 0.08);
  --mat-expansion-header-focus-state-layer-color:rgba(26, 27, 31, 0.12);
  --mat-expansion-header-disabled-state-text-color:rgba(26, 27, 31, 0.38);
  --mat-expansion-header-text-color:#1a1b1f;
  --mat-expansion-header-description-color:#44474e;
  --mat-expansion-header-indicator-color:#44474e;
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:1rem;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:1.5rem;
  --mat-expansion-header-text-tracking:0.009rem;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:1.5rem;
  --mat-expansion-container-text-size:1rem;
  --mat-expansion-container-text-tracking:0.031rem;
  --mat-expansion-container-text-weight:400;
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
  --mat-expansion-container-shape:12px;
  --mat-expansion-legacy-header-indicator-display:none;
  --mat-expansion-header-indicator-display:inline-block;
  --mat-grid-list-tile-header-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color:inherit;
  --mat-sidenav-container-background-color:#faf9fd;
  --mat-sidenav-container-text-color:#44474e;
  --mat-sidenav-content-background-color:#faf9fd;
  --mat-sidenav-content-text-color:#1a1b1f;
  --mat-sidenav-scrim-color:rgba(45, 48, 56, 0.4);
  --mat-sidenav-container-shape:16px;
  --mat-sidenav-container-elevation-shadow:none;
  --mat-sidenav-container-width:360px;
  --mat-sidenav-container-divider-color:transparent;
  --mat-stepper-header-icon-foreground-color:#faf9fd;
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
  --mat-stepper-container-color:#faf9fd;
  --mat-stepper-line-color:#74777f;
  --mat-stepper-header-hover-state-layer-color:rgba(47, 48, 51, 0.08);
  --mat-stepper-header-focus-state-layer-color:rgba(47, 48, 51, 0.12);
  --mat-stepper-header-label-text-color:#44474e;
  --mat-stepper-header-optional-label-text-color:#44474e;
  --mat-stepper-header-selected-state-label-text-color:#44474e;
  --mat-stepper-header-error-state-label-text-color:#ba1a1a;
  --mat-stepper-header-icon-background-color:#44474e;
  --mat-stepper-header-error-state-icon-foreground-color:#ba1a1a;
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:0.875rem;
  --mat-stepper-header-label-text-weight:500;
  --mat-stepper-header-error-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-size:0.875rem;
  --mat-stepper-header-selected-state-label-text-weight:500;
  --mat-stepper-header-height:72px;
  --mat-stepper-header-focus-state-layer-shape:12px;
  --mat-stepper-header-hover-state-layer-shape:12px;
  --mat-stepper-header-error-state-icon-background-color:transparent;
  --mat-sort-arrow-color:#1a1b1f;
  --mat-toolbar-container-background-color:#faf9fd;
  --mat-toolbar-container-text-color:#1a1b1f;
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:1.75rem;
  --mat-toolbar-title-text-size:1.375rem;
  --mat-toolbar-title-text-tracking:0;
  --mat-toolbar-title-text-weight:400;
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
  --mat-tree-container-background-color:#faf9fd;
  --mat-tree-node-text-color:#1a1b1f;
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:1rem;
  --mat-tree-node-text-weight:400;
  --mat-tree-node-min-height:48px;
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-primary {
  --mat-stepper-header-selected-state-icon-background-color:#005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-primary.mat-icon {
  --mat-icon-color:#005cbb;
}
.mat-primary.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-slide-toggle {
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-primary.mat-mdc-button-base {
  --mdc-icon-button-icon-color:#005cbb;
  --mat-icon-button-state-layer-color:#005cbb;
  --mat-icon-button-ripple-color:rgba(0, 92, 187, 0.12);
}
.mat-primary .mdc-list-item__start,
.mat-primary .mdc-list-item__end {
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-badge {
  --mat-badge-background-color:#005cbb;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(0, 92, 187, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#00006e;
  --mat-option-selected-state-layer-color:#e0e0ff;
  --mdc-circular-progress-active-indicator-color:#343dff;
  --mat-full-pseudo-checkbox-selected-icon-color:#343dff;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#343dff;
  --mat-stepper-header-selected-state-icon-background-color:#343dff;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#343dff;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-accent.mat-icon {
  --mat-icon-color:#343dff;
}
.mat-accent.mat-mdc-checkbox {
  --mdc-checkbox-selected-pressed-icon-color:#343dff;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-slider {
  --mdc-slider-handle-color:#343dff;
  --mdc-slider-focus-handle-color:#343dff;
  --mdc-slider-hover-handle-color:#343dff;
  --mdc-slider-active-track-color:#343dff;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#343dff;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#343dff;
  --mat-slider-hover-state-layer-color:rgba(52, 61, 255, 0.05);
  --mat-slider-focus-state-layer-color:rgba(52, 61, 255, 0.2);
}
.mat-accent.mat-mdc-tab-group,
.mat-accent.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#343dff;
  --mat-tab-header-active-focus-indicator-color:#343dff;
  --mat-tab-header-active-hover-indicator-color:#343dff;
}
.mat-accent.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#343dff;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#343dff;
  --mdc-switch-selected-pressed-state-layer-color:#343dff;
  --mdc-switch-selected-focus-handle-color:#e0e0ff;
  --mdc-switch-selected-hover-handle-color:#e0e0ff;
  --mdc-switch-selected-pressed-handle-color:#e0e0ff;
  --mdc-switch-selected-focus-track-color:#343dff;
  --mdc-switch-selected-hover-track-color:#343dff;
  --mdc-switch-selected-pressed-track-color:#343dff;
  --mdc-switch-selected-track-color:#343dff;
  --mdc-switch-selected-icon-color:#00006e;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-accent.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#343dff;
}
.mat-accent.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#343dff;
  --mdc-linear-progress-track-color:#e0e0ff;
}
.mat-accent.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#343dff;
  --mdc-filled-text-field-focus-active-indicator-color:#343dff;
  --mdc-filled-text-field-focus-label-text-color:#343dff;
  --mdc-outlined-text-field-caret-color:#343dff;
  --mdc-outlined-text-field-focus-outline-color:#343dff;
  --mdc-outlined-text-field-focus-label-text-color:#343dff;
  --mat-form-field-focus-select-arrow-color:#343dff;
}
.mat-accent.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#343dff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#343dff;
  --mat-datepicker-calendar-date-in-range-state-background-color:#e0e0ff;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#d7e3ff;
  --mat-datepicker-calendar-date-today-outline-color:#343dff;
  --mat-datepicker-calendar-date-preview-state-outline-color:#343dff;
}
.mat-accent.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#343dff;
  --mdc-protected-button-label-text-color:#343dff;
  --mdc-filled-button-container-color:#343dff;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#343dff;
  --mat-text-button-state-layer-color:#343dff;
  --mat-text-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-protected-button-state-layer-color:#343dff;
  --mat-protected-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#343dff;
  --mat-outlined-button-ripple-color:rgba(52, 61, 255, 0.12);
  --mdc-icon-button-icon-color:#343dff;
  --mat-icon-button-state-layer-color:#343dff;
  --mat-icon-button-ripple-color:rgba(52, 61, 255, 0.12);
}
.mat-accent.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#e0e0ff;
  --mdc-chip-selected-hover-state-layer-color:#00006e;
  --mdc-chip-selected-focus-state-layer-color:#00006e;
  --mdc-chip-selected-label-text-color:#00006e;
  --mdc-chip-with-icon-selected-icon-color:#00006e;
  --mat-chip-selected-trailing-action-state-layer-color:#00006e;
  --mat-chip-selected-trailing-icon-color:#00006e;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-pressed-icon-color:#343dff;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#343dff;
  --mdc-checkbox-selected-hover-icon-color:#343dff;
  --mdc-checkbox-selected-icon-color:#343dff;
  --mdc-checkbox-selected-focus-state-layer-color:#343dff;
  --mdc-checkbox-selected-hover-state-layer-color:#343dff;
  --mdc-checkbox-unselected-pressed-state-layer-color:#343dff;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#343dff;
  --mdc-radio-selected-hover-icon-color:#343dff;
  --mdc-radio-selected-icon-color:#343dff;
  --mdc-radio-selected-pressed-icon-color:#343dff;
  --mat-radio-checked-ripple-color:#343dff;
}
.mat-accent.mat-mdc-fab,
.mat-accent.mat-mdc-mini-fab {
  --mdc-fab-container-color:#e0e0ff;
  --mdc-fab-small-container-color:#e0e0ff;
  --mat-fab-foreground-color:#00006e;
  --mat-fab-state-layer-color:#00006e;
  --mat-fab-ripple-color:rgba(0, 0, 110, 0.12);
  --mat-fab-small-foreground-color:#00006e;
  --mat-fab-small-state-layer-color:#00006e;
  --mat-fab-small-ripple-color:rgba(0, 0, 110, 0.12);
}
.mat-badge-accent {
  --mat-badge-background-color:#343dff;
  --mat-badge-text-color:#ffffff;
  --mat-badge-disabled-state-background-color:rgba(52, 61, 255, 0.38);
  --mat-badge-disabled-state-text-color:#ffffff;
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#410002;
  --mat-option-selected-state-layer-color:#ffdad6;
  --mdc-circular-progress-active-indicator-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-icon-color:#ba1a1a;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#ffffff;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color:#ffffff;
  --mat-stepper-header-edit-state-icon-background-color:#ba1a1a;
  --mat-stepper-header-edit-state-icon-foreground-color:#ffffff;
}
.mat-warn.mat-icon {
  --mat-icon-color:#ba1a1a;
}
.mat-warn.mat-mdc-checkbox {
  --mdc-checkbox-selected-pressed-icon-color:#ba1a1a;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-slider {
  --mdc-slider-handle-color:#ba1a1a;
  --mdc-slider-focus-handle-color:#ba1a1a;
  --mdc-slider-hover-handle-color:#ba1a1a;
  --mdc-slider-active-track-color:#ba1a1a;
  --mdc-slider-with-tick-marks-active-container-color:#ffffff;
  --mdc-slider-label-container-color:#ba1a1a;
  --mdc-slider-label-label-text-color:#ffffff;
  --mdc-slider-with-overlap-handle-outline-color:#ffffff;
  --mat-slider-ripple-color:#ba1a1a;
  --mat-slider-hover-state-layer-color:rgba(186, 26, 26, 0.05);
  --mat-slider-focus-state-layer-color:rgba(186, 26, 26, 0.2);
}
.mat-warn.mat-mdc-tab-group,
.mat-warn.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#ba1a1a;
  --mat-tab-header-active-focus-indicator-color:#ba1a1a;
  --mat-tab-header-active-hover-indicator-color:#ba1a1a;
}
.mat-warn.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color:#ba1a1a;
  --mdc-switch-selected-handle-color:#ffffff;
  --mdc-switch-selected-hover-state-layer-color:#ba1a1a;
  --mdc-switch-selected-pressed-state-layer-color:#ba1a1a;
  --mdc-switch-selected-focus-handle-color:#ffdad6;
  --mdc-switch-selected-hover-handle-color:#ffdad6;
  --mdc-switch-selected-pressed-handle-color:#ffdad6;
  --mdc-switch-selected-focus-track-color:#ba1a1a;
  --mdc-switch-selected-hover-track-color:#ba1a1a;
  --mdc-switch-selected-pressed-track-color:#ba1a1a;
  --mdc-switch-selected-track-color:#ba1a1a;
  --mdc-switch-selected-icon-color:#410002;
  --mat-switch-track-outline-color:#74777f;
  --mat-switch-disabled-unselected-track-outline-color:#1a1b1f;
  --mat-switch-label-text-color:#1a1b1f;
}
.mat-warn.mat-mdc-form-field {
  --mat-select-focused-arrow-color:#ba1a1a;
}
.mat-warn.mat-mdc-radio-button {
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-warn.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#ba1a1a;
  --mdc-linear-progress-track-color:#ffdad6;
}
.mat-warn.mat-mdc-form-field {
  --mdc-filled-text-field-caret-color:#ba1a1a;
  --mdc-filled-text-field-focus-active-indicator-color:#ba1a1a;
  --mdc-filled-text-field-focus-label-text-color:#ba1a1a;
  --mdc-outlined-text-field-caret-color:#ba1a1a;
  --mdc-outlined-text-field-focus-outline-color:#ba1a1a;
  --mdc-outlined-text-field-focus-label-text-color:#ba1a1a;
  --mat-form-field-focus-select-arrow-color:#ba1a1a;
}
.mat-warn.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color:#ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color:#ba1a1a;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-in-range-state-background-color:#ffdad6;
  --mat-datepicker-calendar-date-today-outline-color:#ba1a1a;
  --mat-datepicker-calendar-date-preview-state-outline-color:#ba1a1a;
}
.mat-warn.mat-mdc-button-base {
  --mdc-text-button-label-text-color:#ba1a1a;
  --mdc-protected-button-label-text-color:#ba1a1a;
  --mdc-filled-button-container-color:#ba1a1a;
  --mdc-filled-button-label-text-color:#ffffff;
  --mdc-outlined-button-label-text-color:#ba1a1a;
  --mat-text-button-state-layer-color:#ba1a1a;
  --mat-text-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-protected-button-state-layer-color:#ba1a1a;
  --mat-protected-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mat-filled-button-state-layer-color:#ffffff;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color:#ba1a1a;
  --mat-outlined-button-ripple-color:rgba(186, 26, 26, 0.12);
  --mdc-icon-button-icon-color:#ba1a1a;
  --mat-icon-button-state-layer-color:#ba1a1a;
  --mat-icon-button-ripple-color:rgba(186, 26, 26, 0.12);
}
.mat-warn.mat-mdc-standard-chip {
  --mdc-chip-elevated-selected-container-color:#ffdad6;
  --mdc-chip-selected-hover-state-layer-color:#410002;
  --mdc-chip-selected-focus-state-layer-color:#410002;
  --mdc-chip-selected-label-text-color:#410002;
  --mdc-chip-with-icon-selected-icon-color:#410002;
  --mat-chip-selected-trailing-action-state-layer-color:#410002;
  --mat-chip-selected-trailing-icon-color:#410002;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-pressed-icon-color:#ba1a1a;
  --mdc-checkbox-selected-checkmark-color:#ffffff;
  --mdc-checkbox-selected-focus-icon-color:#ba1a1a;
  --mdc-checkbox-selected-hover-icon-color:#ba1a1a;
  --mdc-checkbox-selected-icon-color:#ba1a1a;
  --mdc-checkbox-selected-focus-state-layer-color:#ba1a1a;
  --mdc-checkbox-selected-hover-state-layer-color:#ba1a1a;
  --mdc-checkbox-unselected-pressed-state-layer-color:#ba1a1a;
  --mat-checkbox-disabled-label-color:rgba(26, 27, 31, 0.38);
  --mat-checkbox-label-text-color:#1a1b1f;
  --mdc-radio-selected-focus-icon-color:#ba1a1a;
  --mdc-radio-selected-hover-icon-color:#ba1a1a;
  --mdc-radio-selected-icon-color:#ba1a1a;
  --mdc-radio-selected-pressed-icon-color:#ba1a1a;
  --mat-radio-checked-ripple-color:#ba1a1a;
}
.mat-display-large,
.mat-typography .mat-display-large,
.mat-typography h1 {
  font: 400 3.562rem / 4rem Roboto, sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 .5em;
}
.mat-display-medium,
.mat-typography .mat-display-medium,
.mat-typography h2 {
  font: 400 2.812rem / 3.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-display-small,
.mat-typography .mat-display-small,
.mat-typography h3 {
  font: 400 2.25rem / 2.75rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-large,
.mat-typography .mat-headline-large,
.mat-typography h4 {
  font: 400 2rem / 2.5rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-medium,
.mat-typography .mat-headline-medium,
.mat-typography h5 {
  font: 400 1.75rem / 2.25rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-headline-small,
.mat-typography .mat-headline-small,
.mat-typography h6 {
  font: 400 1.5rem / 2rem Roboto, sans-serif;
  letter-spacing: 0;
  margin: 0 0 .5em;
}
.mat-title-large,
.mat-typography .mat-title-large {
  font: 400 1.375rem / 1.75rem Roboto, sans-serif;
  letter-spacing: 0;
}
.mat-title-medium,
.mat-typography .mat-title-medium {
  font: 500 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .009rem;
}
.mat-title-small,
.mat-typography .mat-title-small {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-body-large,
.mat-typography .mat-body-large,
.mat-typography {
  font: 400 1rem / 1.5rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-body-large p,
.mat-typography .mat-body-large p,
.mat-typography p {
  margin: 0 0 .75em;
}
.mat-body-medium,
.mat-typography .mat-body-medium {
  font: 400 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .016rem;
}
.mat-body-small,
.mat-typography .mat-body-small {
  font: 400 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .025rem;
}
.mat-label-large,
.mat-typography .mat-label-large {
  font: 500 .875rem / 1.25rem Roboto, sans-serif;
  letter-spacing: .006rem;
}
.mat-label-medium,
.mat-typography .mat-label-medium {
  font: 500 .75rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}
.mat-label-small,
.mat-typography .mat-label-small {
  font: 500 .688rem / 1rem Roboto, sans-serif;
  letter-spacing: .031rem;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/styles.scss */
.red-50-bg {
  background-color: #ffebee !important;
}
.red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.red-50-fg {
  color: #ffebee !important;
}
.red-50-border {
  border-color: #ffebee !important;
}
.red-50-border-top {
  border-top-color: #ffebee !important;
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.red-50-border-left {
  border-left-color: #ffebee !important;
}
.red-100-bg {
  background-color: #ffcdd2 !important;
}
.red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.red-100-fg {
  color: #ffcdd2 !important;
}
.red-100-border {
  border-color: #ffcdd2 !important;
}
.red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.red-200-bg {
  background-color: #ef9a9a !important;
}
.red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.red-200-fg {
  color: #ef9a9a !important;
}
.red-200-border {
  border-color: #ef9a9a !important;
}
.red-200-border-top {
  border-top-color: #ef9a9a !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.red-200-border-left {
  border-left-color: #ef9a9a !important;
}
.red-300-bg {
  background-color: #e57373 !important;
}
.red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.red-300-fg {
  color: #e57373 !important;
}
.red-300-border {
  border-color: #e57373 !important;
}
.red-300-border-top {
  border-top-color: #e57373 !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.red-300-border-left {
  border-left-color: #e57373 !important;
}
.red-400-bg {
  background-color: #ef5350 !important;
}
.red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.red-400-fg {
  color: #ef5350 !important;
}
.red-400-border {
  border-color: #ef5350 !important;
}
.red-400-border-top {
  border-top-color: #ef5350 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.red-400-border-left {
  border-left-color: #ef5350 !important;
}
.red-500-bg {
  background-color: #f44336 !important;
}
.red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-500-fg {
  color: #f44336 !important;
}
.red-500-border {
  border-color: #f44336 !important;
}
.red-500-border-top {
  border-top-color: #f44336 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-500-border-left {
  border-left-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.red-border {
  border-color: #f44336 !important;
}
.red-border-top {
  border-top-color: #f44336 !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-border-left {
  border-left-color: #f44336 !important;
}
.red-600-bg {
  background-color: #e53935 !important;
}
.red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.red-600-fg {
  color: #e53935 !important;
}
.red-600-border {
  border-color: #e53935 !important;
}
.red-600-border-top {
  border-top-color: #e53935 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.red-600-border-left {
  border-left-color: #e53935 !important;
}
.red-700-bg {
  background-color: #d32f2f !important;
}
.red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.red-700-fg {
  color: #d32f2f !important;
}
.red-700-border {
  border-color: #d32f2f !important;
}
.red-700-border-top {
  border-top-color: #d32f2f !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.red-700-border-left {
  border-left-color: #d32f2f !important;
}
.red-800-bg {
  background-color: #c62828 !important;
}
.red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.red-800-fg {
  color: #c62828 !important;
}
.red-800-border {
  border-color: #c62828 !important;
}
.red-800-border-top {
  border-top-color: #c62828 !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.red-800-border-left {
  border-left-color: #c62828 !important;
}
.red-900-bg {
  background-color: #b71c1c !important;
}
.red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.red-900-fg {
  color: #b71c1c !important;
}
.red-900-border {
  border-color: #b71c1c !important;
}
.red-900-border-top {
  border-top-color: #b71c1c !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.red-900-border-left {
  border-left-color: #b71c1c !important;
}
.red-A100-bg {
  background-color: #ff8a80 !important;
}
.red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.red-A100-fg {
  color: #ff8a80 !important;
}
.red-A100-border {
  border-color: #ff8a80 !important;
}
.red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.red-A200-bg {
  background-color: #ff5252 !important;
}
.red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.red-A200-fg {
  color: #ff5252 !important;
}
.red-A200-border {
  border-color: #ff5252 !important;
}
.red-A200-border-top {
  border-top-color: #ff5252 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.red-A200-border-left {
  border-left-color: #ff5252 !important;
}
.red-A400-bg {
  background-color: #ff1744 !important;
}
.red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.red-A400-fg {
  color: #ff1744 !important;
}
.red-A400-border {
  border-color: #ff1744 !important;
}
.red-A400-border-top {
  border-top-color: #ff1744 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.red-A400-border-left {
  border-left-color: #ff1744 !important;
}
.red-A700-bg {
  background-color: #d50000 !important;
}
.red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.red-A700-fg {
  color: #d50000 !important;
}
.red-A700-border {
  border-color: #d50000 !important;
}
.red-A700-border-top {
  border-top-color: #d50000 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.red-A700-border-left {
  border-left-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #ffebee !important;
}
.pink-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.pink-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.pink-50-fg {
  color: #ffebee !important;
}
.pink-50-border {
  border-color: #ffebee !important;
}
.pink-50-border-top {
  border-top-color: #ffebee !important;
}
.pink-50-border-right {
  border-right-color: #ffebee !important;
}
.pink-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.pink-50-border-left {
  border-left-color: #ffebee !important;
}
.pink-100-bg {
  background-color: #ffcdd2 !important;
}
.pink-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.pink-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.pink-100-fg {
  color: #ffcdd2 !important;
}
.pink-100-border {
  border-color: #ffcdd2 !important;
}
.pink-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.pink-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.pink-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.pink-200-bg {
  background-color: #ef9a9a !important;
}
.pink-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.pink-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.pink-200-fg {
  color: #ef9a9a !important;
}
.pink-200-border {
  border-color: #ef9a9a !important;
}
.pink-200-border-top {
  border-top-color: #ef9a9a !important;
}
.pink-200-border-right {
  border-right-color: #ef9a9a !important;
}
.pink-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.pink-200-border-left {
  border-left-color: #ef9a9a !important;
}
.pink-300-bg {
  background-color: #e57373 !important;
}
.pink-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.pink-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.pink-300-fg {
  color: #e57373 !important;
}
.pink-300-border {
  border-color: #e57373 !important;
}
.pink-300-border-top {
  border-top-color: #e57373 !important;
}
.pink-300-border-right {
  border-right-color: #e57373 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.pink-300-border-left {
  border-left-color: #e57373 !important;
}
.pink-400-bg {
  background-color: #ef5350 !important;
}
.pink-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.pink-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.pink-400-fg {
  color: #ef5350 !important;
}
.pink-400-border {
  border-color: #ef5350 !important;
}
.pink-400-border-top {
  border-top-color: #ef5350 !important;
}
.pink-400-border-right {
  border-right-color: #ef5350 !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.pink-400-border-left {
  border-left-color: #ef5350 !important;
}
.pink-500-bg {
  background-color: #f44336 !important;
}
.pink-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-500-fg {
  color: #f44336 !important;
}
.pink-500-border {
  border-color: #f44336 !important;
}
.pink-500-border-top {
  border-top-color: #f44336 !important;
}
.pink-500-border-right {
  border-right-color: #f44336 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-500-border-left {
  border-left-color: #f44336 !important;
}
.pink-bg {
  background-color: #f44336 !important;
}
.pink {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-fg {
  color: #f44336 !important;
}
.pink-border {
  border-color: #f44336 !important;
}
.pink-border-top {
  border-top-color: #f44336 !important;
}
.pink-border-right {
  border-right-color: #f44336 !important;
}
.pink-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-border-left {
  border-left-color: #f44336 !important;
}
.pink-600-bg {
  background-color: #e53935 !important;
}
.pink-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.pink-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.pink-600-fg {
  color: #e53935 !important;
}
.pink-600-border {
  border-color: #e53935 !important;
}
.pink-600-border-top {
  border-top-color: #e53935 !important;
}
.pink-600-border-right {
  border-right-color: #e53935 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.pink-600-border-left {
  border-left-color: #e53935 !important;
}
.pink-700-bg {
  background-color: #d32f2f !important;
}
.pink-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.pink-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.pink-700-fg {
  color: #d32f2f !important;
}
.pink-700-border {
  border-color: #d32f2f !important;
}
.pink-700-border-top {
  border-top-color: #d32f2f !important;
}
.pink-700-border-right {
  border-right-color: #d32f2f !important;
}
.pink-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.pink-700-border-left {
  border-left-color: #d32f2f !important;
}
.pink-800-bg {
  background-color: #c62828 !important;
}
.pink-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.pink-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.pink-800-fg {
  color: #c62828 !important;
}
.pink-800-border {
  border-color: #c62828 !important;
}
.pink-800-border-top {
  border-top-color: #c62828 !important;
}
.pink-800-border-right {
  border-right-color: #c62828 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.pink-800-border-left {
  border-left-color: #c62828 !important;
}
.pink-900-bg {
  background-color: #b71c1c !important;
}
.pink-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.pink-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.pink-900-fg {
  color: #b71c1c !important;
}
.pink-900-border {
  border-color: #b71c1c !important;
}
.pink-900-border-top {
  border-top-color: #b71c1c !important;
}
.pink-900-border-right {
  border-right-color: #b71c1c !important;
}
.pink-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.pink-900-border-left {
  border-left-color: #b71c1c !important;
}
.pink-A100-bg {
  background-color: #ff8a80 !important;
}
.pink-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.pink-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.pink-A100-fg {
  color: #ff8a80 !important;
}
.pink-A100-border {
  border-color: #ff8a80 !important;
}
.pink-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.pink-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.pink-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.pink-A200-bg {
  background-color: #ff5252 !important;
}
.pink-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.pink-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.pink-A200-fg {
  color: #ff5252 !important;
}
.pink-A200-border {
  border-color: #ff5252 !important;
}
.pink-A200-border-top {
  border-top-color: #ff5252 !important;
}
.pink-A200-border-right {
  border-right-color: #ff5252 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.pink-A200-border-left {
  border-left-color: #ff5252 !important;
}
.pink-A400-bg {
  background-color: #ff1744 !important;
}
.pink-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.pink-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.pink-A400-fg {
  color: #ff1744 !important;
}
.pink-A400-border {
  border-color: #ff1744 !important;
}
.pink-A400-border-top {
  border-top-color: #ff1744 !important;
}
.pink-A400-border-right {
  border-right-color: #ff1744 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.pink-A400-border-left {
  border-left-color: #ff1744 !important;
}
.pink-A700-bg {
  background-color: #d50000 !important;
}
.pink-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.pink-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.pink-A700-fg {
  color: #d50000 !important;
}
.pink-A700-border {
  border-color: #d50000 !important;
}
.pink-A700-border-top {
  border-top-color: #d50000 !important;
}
.pink-A700-border-right {
  border-right-color: #d50000 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.pink-A700-border-left {
  border-left-color: #d50000 !important;
}
.purple-50-bg {
  background-color: #ffebee !important;
}
.purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.purple-50-fg {
  color: #ffebee !important;
}
.purple-50-border {
  border-color: #ffebee !important;
}
.purple-50-border-top {
  border-top-color: #ffebee !important;
}
.purple-50-border-right {
  border-right-color: #ffebee !important;
}
.purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.purple-50-border-left {
  border-left-color: #ffebee !important;
}
.purple-100-bg {
  background-color: #ffcdd2 !important;
}
.purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.purple-100-fg {
  color: #ffcdd2 !important;
}
.purple-100-border {
  border-color: #ffcdd2 !important;
}
.purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.purple-200-bg {
  background-color: #ef9a9a !important;
}
.purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.purple-200-fg {
  color: #ef9a9a !important;
}
.purple-200-border {
  border-color: #ef9a9a !important;
}
.purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.purple-300-bg {
  background-color: #e57373 !important;
}
.purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.purple-300-fg {
  color: #e57373 !important;
}
.purple-300-border {
  border-color: #e57373 !important;
}
.purple-300-border-top {
  border-top-color: #e57373 !important;
}
.purple-300-border-right {
  border-right-color: #e57373 !important;
}
.purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.purple-300-border-left {
  border-left-color: #e57373 !important;
}
.purple-400-bg {
  background-color: #ef5350 !important;
}
.purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.purple-400-fg {
  color: #ef5350 !important;
}
.purple-400-border {
  border-color: #ef5350 !important;
}
.purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.purple-500-bg {
  background-color: #f44336 !important;
}
.purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-500-fg {
  color: #f44336 !important;
}
.purple-500-border {
  border-color: #f44336 !important;
}
.purple-500-border-top {
  border-top-color: #f44336 !important;
}
.purple-500-border-right {
  border-right-color: #f44336 !important;
}
.purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-500-border-left {
  border-left-color: #f44336 !important;
}
.purple-bg {
  background-color: #f44336 !important;
}
.purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-fg {
  color: #f44336 !important;
}
.purple-border {
  border-color: #f44336 !important;
}
.purple-border-top {
  border-top-color: #f44336 !important;
}
.purple-border-right {
  border-right-color: #f44336 !important;
}
.purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-border-left {
  border-left-color: #f44336 !important;
}
.purple-600-bg {
  background-color: #e53935 !important;
}
.purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.purple-600-fg {
  color: #e53935 !important;
}
.purple-600-border {
  border-color: #e53935 !important;
}
.purple-600-border-top {
  border-top-color: #e53935 !important;
}
.purple-600-border-right {
  border-right-color: #e53935 !important;
}
.purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.purple-600-border-left {
  border-left-color: #e53935 !important;
}
.purple-700-bg {
  background-color: #d32f2f !important;
}
.purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.purple-700-fg {
  color: #d32f2f !important;
}
.purple-700-border {
  border-color: #d32f2f !important;
}
.purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.purple-800-bg {
  background-color: #c62828 !important;
}
.purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.purple-800-fg {
  color: #c62828 !important;
}
.purple-800-border {
  border-color: #c62828 !important;
}
.purple-800-border-top {
  border-top-color: #c62828 !important;
}
.purple-800-border-right {
  border-right-color: #c62828 !important;
}
.purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.purple-800-border-left {
  border-left-color: #c62828 !important;
}
.purple-900-bg {
  background-color: #b71c1c !important;
}
.purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.purple-900-fg {
  color: #b71c1c !important;
}
.purple-900-border {
  border-color: #b71c1c !important;
}
.purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.purple-A100-bg {
  background-color: #ff8a80 !important;
}
.purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.purple-A100-fg {
  color: #ff8a80 !important;
}
.purple-A100-border {
  border-color: #ff8a80 !important;
}
.purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.purple-A200-bg {
  background-color: #ff5252 !important;
}
.purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.purple-A200-fg {
  color: #ff5252 !important;
}
.purple-A200-border {
  border-color: #ff5252 !important;
}
.purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.purple-A400-bg {
  background-color: #ff1744 !important;
}
.purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.purple-A400-fg {
  color: #ff1744 !important;
}
.purple-A400-border {
  border-color: #ff1744 !important;
}
.purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.purple-A700-bg {
  background-color: #d50000 !important;
}
.purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.purple-A700-fg {
  color: #d50000 !important;
}
.purple-A700-border {
  border-color: #d50000 !important;
}
.purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.deep-purple-50-bg {
  background-color: #ffebee !important;
}
.deep-purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-purple-50-fg {
  color: #ffebee !important;
}
.deep-purple-50-border {
  border-color: #ffebee !important;
}
.deep-purple-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-purple-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-purple-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-purple-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-purple-100-fg {
  color: #ffcdd2 !important;
}
.deep-purple-100-border {
  border-color: #ffcdd2 !important;
}
.deep-purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-purple-200-bg {
  background-color: #ef9a9a !important;
}
.deep-purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-purple-200-fg {
  color: #ef9a9a !important;
}
.deep-purple-200-border {
  border-color: #ef9a9a !important;
}
.deep-purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-purple-300-bg {
  background-color: #e57373 !important;
}
.deep-purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-purple-300-fg {
  color: #e57373 !important;
}
.deep-purple-300-border {
  border-color: #e57373 !important;
}
.deep-purple-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-purple-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-purple-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-purple-400-bg {
  background-color: #ef5350 !important;
}
.deep-purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-purple-400-fg {
  color: #ef5350 !important;
}
.deep-purple-400-border {
  border-color: #ef5350 !important;
}
.deep-purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-purple-500-bg {
  background-color: #f44336 !important;
}
.deep-purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-500-fg {
  color: #f44336 !important;
}
.deep-purple-500-border {
  border-color: #f44336 !important;
}
.deep-purple-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-bg {
  background-color: #f44336 !important;
}
.deep-purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-fg {
  color: #f44336 !important;
}
.deep-purple-border {
  border-color: #f44336 !important;
}
.deep-purple-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-600-bg {
  background-color: #e53935 !important;
}
.deep-purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-purple-600-fg {
  color: #e53935 !important;
}
.deep-purple-600-border {
  border-color: #e53935 !important;
}
.deep-purple-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-purple-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-purple-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-purple-700-bg {
  background-color: #d32f2f !important;
}
.deep-purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-purple-700-fg {
  color: #d32f2f !important;
}
.deep-purple-700-border {
  border-color: #d32f2f !important;
}
.deep-purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-purple-800-bg {
  background-color: #c62828 !important;
}
.deep-purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-purple-800-fg {
  color: #c62828 !important;
}
.deep-purple-800-border {
  border-color: #c62828 !important;
}
.deep-purple-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-purple-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-purple-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-purple-900-bg {
  background-color: #b71c1c !important;
}
.deep-purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-purple-900-fg {
  color: #b71c1c !important;
}
.deep-purple-900-border {
  border-color: #b71c1c !important;
}
.deep-purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-purple-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-purple-A100-fg {
  color: #ff8a80 !important;
}
.deep-purple-A100-border {
  border-color: #ff8a80 !important;
}
.deep-purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-purple-A200-bg {
  background-color: #ff5252 !important;
}
.deep-purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-purple-A200-fg {
  color: #ff5252 !important;
}
.deep-purple-A200-border {
  border-color: #ff5252 !important;
}
.deep-purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-purple-A400-bg {
  background-color: #ff1744 !important;
}
.deep-purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-purple-A400-fg {
  color: #ff1744 !important;
}
.deep-purple-A400-border {
  border-color: #ff1744 !important;
}
.deep-purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-purple-A700-bg {
  background-color: #d50000 !important;
}
.deep-purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-purple-A700-fg {
  color: #d50000 !important;
}
.deep-purple-A700-border {
  border-color: #d50000 !important;
}
.deep-purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.indigo-50-bg {
  background-color: #ffebee !important;
}
.indigo-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.indigo-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.indigo-50-fg {
  color: #ffebee !important;
}
.indigo-50-border {
  border-color: #ffebee !important;
}
.indigo-50-border-top {
  border-top-color: #ffebee !important;
}
.indigo-50-border-right {
  border-right-color: #ffebee !important;
}
.indigo-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.indigo-50-border-left {
  border-left-color: #ffebee !important;
}
.indigo-100-bg {
  background-color: #ffcdd2 !important;
}
.indigo-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.indigo-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.indigo-100-fg {
  color: #ffcdd2 !important;
}
.indigo-100-border {
  border-color: #ffcdd2 !important;
}
.indigo-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.indigo-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.indigo-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.indigo-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.indigo-200-bg {
  background-color: #ef9a9a !important;
}
.indigo-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.indigo-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.indigo-200-fg {
  color: #ef9a9a !important;
}
.indigo-200-border {
  border-color: #ef9a9a !important;
}
.indigo-200-border-top {
  border-top-color: #ef9a9a !important;
}
.indigo-200-border-right {
  border-right-color: #ef9a9a !important;
}
.indigo-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.indigo-200-border-left {
  border-left-color: #ef9a9a !important;
}
.indigo-300-bg {
  background-color: #e57373 !important;
}
.indigo-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.indigo-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.indigo-300-fg {
  color: #e57373 !important;
}
.indigo-300-border {
  border-color: #e57373 !important;
}
.indigo-300-border-top {
  border-top-color: #e57373 !important;
}
.indigo-300-border-right {
  border-right-color: #e57373 !important;
}
.indigo-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.indigo-300-border-left {
  border-left-color: #e57373 !important;
}
.indigo-400-bg {
  background-color: #ef5350 !important;
}
.indigo-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.indigo-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.indigo-400-fg {
  color: #ef5350 !important;
}
.indigo-400-border {
  border-color: #ef5350 !important;
}
.indigo-400-border-top {
  border-top-color: #ef5350 !important;
}
.indigo-400-border-right {
  border-right-color: #ef5350 !important;
}
.indigo-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.indigo-400-border-left {
  border-left-color: #ef5350 !important;
}
.indigo-500-bg {
  background-color: #f44336 !important;
}
.indigo-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-500-fg {
  color: #f44336 !important;
}
.indigo-500-border {
  border-color: #f44336 !important;
}
.indigo-500-border-top {
  border-top-color: #f44336 !important;
}
.indigo-500-border-right {
  border-right-color: #f44336 !important;
}
.indigo-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-500-border-left {
  border-left-color: #f44336 !important;
}
.indigo-bg {
  background-color: #f44336 !important;
}
.indigo {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-fg {
  color: #f44336 !important;
}
.indigo-border {
  border-color: #f44336 !important;
}
.indigo-border-top {
  border-top-color: #f44336 !important;
}
.indigo-border-right {
  border-right-color: #f44336 !important;
}
.indigo-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-border-left {
  border-left-color: #f44336 !important;
}
.indigo-600-bg {
  background-color: #e53935 !important;
}
.indigo-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.indigo-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.indigo-600-fg {
  color: #e53935 !important;
}
.indigo-600-border {
  border-color: #e53935 !important;
}
.indigo-600-border-top {
  border-top-color: #e53935 !important;
}
.indigo-600-border-right {
  border-right-color: #e53935 !important;
}
.indigo-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.indigo-600-border-left {
  border-left-color: #e53935 !important;
}
.indigo-700-bg {
  background-color: #d32f2f !important;
}
.indigo-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.indigo-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.indigo-700-fg {
  color: #d32f2f !important;
}
.indigo-700-border {
  border-color: #d32f2f !important;
}
.indigo-700-border-top {
  border-top-color: #d32f2f !important;
}
.indigo-700-border-right {
  border-right-color: #d32f2f !important;
}
.indigo-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.indigo-700-border-left {
  border-left-color: #d32f2f !important;
}
.indigo-800-bg {
  background-color: #c62828 !important;
}
.indigo-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.indigo-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.indigo-800-fg {
  color: #c62828 !important;
}
.indigo-800-border {
  border-color: #c62828 !important;
}
.indigo-800-border-top {
  border-top-color: #c62828 !important;
}
.indigo-800-border-right {
  border-right-color: #c62828 !important;
}
.indigo-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.indigo-800-border-left {
  border-left-color: #c62828 !important;
}
.indigo-900-bg {
  background-color: #b71c1c !important;
}
.indigo-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.indigo-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.indigo-900-fg {
  color: #b71c1c !important;
}
.indigo-900-border {
  border-color: #b71c1c !important;
}
.indigo-900-border-top {
  border-top-color: #b71c1c !important;
}
.indigo-900-border-right {
  border-right-color: #b71c1c !important;
}
.indigo-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.indigo-900-border-left {
  border-left-color: #b71c1c !important;
}
.indigo-A100-bg {
  background-color: #ff8a80 !important;
}
.indigo-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.indigo-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.indigo-A100-fg {
  color: #ff8a80 !important;
}
.indigo-A100-border {
  border-color: #ff8a80 !important;
}
.indigo-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.indigo-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.indigo-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.indigo-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.indigo-A200-bg {
  background-color: #ff5252 !important;
}
.indigo-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.indigo-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.indigo-A200-fg {
  color: #ff5252 !important;
}
.indigo-A200-border {
  border-color: #ff5252 !important;
}
.indigo-A200-border-top {
  border-top-color: #ff5252 !important;
}
.indigo-A200-border-right {
  border-right-color: #ff5252 !important;
}
.indigo-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.indigo-A200-border-left {
  border-left-color: #ff5252 !important;
}
.indigo-A400-bg {
  background-color: #ff1744 !important;
}
.indigo-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.indigo-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.indigo-A400-fg {
  color: #ff1744 !important;
}
.indigo-A400-border {
  border-color: #ff1744 !important;
}
.indigo-A400-border-top {
  border-top-color: #ff1744 !important;
}
.indigo-A400-border-right {
  border-right-color: #ff1744 !important;
}
.indigo-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.indigo-A400-border-left {
  border-left-color: #ff1744 !important;
}
.indigo-A700-bg {
  background-color: #d50000 !important;
}
.indigo-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.indigo-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.indigo-A700-fg {
  color: #d50000 !important;
}
.indigo-A700-border {
  border-color: #d50000 !important;
}
.indigo-A700-border-top {
  border-top-color: #d50000 !important;
}
.indigo-A700-border-right {
  border-right-color: #d50000 !important;
}
.indigo-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.indigo-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-50-bg {
  background-color: #e3f2fd !important;
}
.blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
.blue-50-fg {
  color: #e3f2fd !important;
}
.blue-50-border {
  border-color: #e3f2fd !important;
}
.blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
.blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
.blue-100-bg {
  background-color: #bbdefb !important;
}
.blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
.blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
.blue-100-fg {
  color: #bbdefb !important;
}
.blue-100-border {
  border-color: #bbdefb !important;
}
.blue-100-border-top {
  border-top-color: #bbdefb !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
.blue-100-border-left {
  border-left-color: #bbdefb !important;
}
.blue-200-bg {
  background-color: #90caf9 !important;
}
.blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
.blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
.blue-200-fg {
  color: #90caf9 !important;
}
.blue-200-border {
  border-color: #90caf9 !important;
}
.blue-200-border-top {
  border-top-color: #90caf9 !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
.blue-200-border-left {
  border-left-color: #90caf9 !important;
}
.blue-300-bg {
  background-color: #64b5f6 !important;
}
.blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
.blue-300-fg {
  color: #64b5f6 !important;
}
.blue-300-border {
  border-color: #64b5f6 !important;
}
.blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
.blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
.blue-400-bg {
  background-color: #42a5f5 !important;
}
.blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
.blue-400-fg {
  color: #42a5f5 !important;
}
.blue-400-border {
  border-color: #42a5f5 !important;
}
.blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
.blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
.blue-500-bg {
  background-color: #2196f3 !important;
}
.blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-500-fg {
  color: #2196f3 !important;
}
.blue-500-border {
  border-color: #2196f3 !important;
}
.blue-500-border-top {
  border-top-color: #2196f3 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-500-border-left {
  border-left-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.blue-border {
  border-color: #2196f3 !important;
}
.blue-border-top {
  border-top-color: #2196f3 !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-border-left {
  border-left-color: #2196f3 !important;
}
.blue-600-bg {
  background-color: #1e88e5 !important;
}
.blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
.blue-600-fg {
  color: #1e88e5 !important;
}
.blue-600-border {
  border-color: #1e88e5 !important;
}
.blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
.blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
.blue-700-bg {
  background-color: #1976d2 !important;
}
.blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
.blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
.blue-700-fg {
  color: #1976d2 !important;
}
.blue-700-border {
  border-color: #1976d2 !important;
}
.blue-700-border-top {
  border-top-color: #1976d2 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
.blue-700-border-left {
  border-left-color: #1976d2 !important;
}
.blue-800-bg {
  background-color: #1565c0 !important;
}
.blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
.blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
.blue-800-fg {
  color: #1565c0 !important;
}
.blue-800-border {
  border-color: #1565c0 !important;
}
.blue-800-border-top {
  border-top-color: #1565c0 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
.blue-800-border-left {
  border-left-color: #1565c0 !important;
}
.blue-900-bg {
  background-color: #0d47a1 !important;
}
.blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
.blue-900-fg {
  color: #0d47a1 !important;
}
.blue-900-border {
  border-color: #0d47a1 !important;
}
.blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
.blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
.blue-A100-bg {
  background-color: #82b1ff !important;
}
.blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
.blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
.blue-A100-fg {
  color: #82b1ff !important;
}
.blue-A100-border {
  border-color: #82b1ff !important;
}
.blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
.blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
.blue-A200-bg {
  background-color: #448aff !important;
}
.blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
.blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
.blue-A200-fg {
  color: #448aff !important;
}
.blue-A200-border {
  border-color: #448aff !important;
}
.blue-A200-border-top {
  border-top-color: #448aff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
.blue-A200-border-left {
  border-left-color: #448aff !important;
}
.blue-A400-bg {
  background-color: #2979ff !important;
}
.blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
.blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
.blue-A400-fg {
  color: #2979ff !important;
}
.blue-A400-border {
  border-color: #2979ff !important;
}
.blue-A400-border-top {
  border-top-color: #2979ff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
.blue-A400-border-left {
  border-left-color: #2979ff !important;
}
.blue-A700-bg {
  background-color: #2962ff !important;
}
.blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
.blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
.blue-A700-fg {
  color: #2962ff !important;
}
.blue-A700-border {
  border-color: #2962ff !important;
}
.blue-A700-border-top {
  border-top-color: #2962ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
.blue-A700-border-left {
  border-left-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #ffebee !important;
}
.light-blue-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-blue-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-blue-50-fg {
  color: #ffebee !important;
}
.light-blue-50-border {
  border-color: #ffebee !important;
}
.light-blue-50-border-top {
  border-top-color: #ffebee !important;
}
.light-blue-50-border-right {
  border-right-color: #ffebee !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-blue-50-border-left {
  border-left-color: #ffebee !important;
}
.light-blue-100-bg {
  background-color: #ffcdd2 !important;
}
.light-blue-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-blue-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-blue-100-fg {
  color: #ffcdd2 !important;
}
.light-blue-100-border {
  border-color: #ffcdd2 !important;
}
.light-blue-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-blue-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-blue-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-blue-200-bg {
  background-color: #ef9a9a !important;
}
.light-blue-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-blue-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-blue-200-fg {
  color: #ef9a9a !important;
}
.light-blue-200-border {
  border-color: #ef9a9a !important;
}
.light-blue-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-blue-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-blue-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-blue-300-bg {
  background-color: #e57373 !important;
}
.light-blue-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-blue-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-blue-300-fg {
  color: #e57373 !important;
}
.light-blue-300-border {
  border-color: #e57373 !important;
}
.light-blue-300-border-top {
  border-top-color: #e57373 !important;
}
.light-blue-300-border-right {
  border-right-color: #e57373 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-blue-300-border-left {
  border-left-color: #e57373 !important;
}
.light-blue-400-bg {
  background-color: #ef5350 !important;
}
.light-blue-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-blue-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-blue-400-fg {
  color: #ef5350 !important;
}
.light-blue-400-border {
  border-color: #ef5350 !important;
}
.light-blue-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-blue-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-blue-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-blue-500-bg {
  background-color: #f44336 !important;
}
.light-blue-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-500-fg {
  color: #f44336 !important;
}
.light-blue-500-border {
  border-color: #f44336 !important;
}
.light-blue-500-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-500-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-500-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-bg {
  background-color: #f44336 !important;
}
.light-blue {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-fg {
  color: #f44336 !important;
}
.light-blue-border {
  border-color: #f44336 !important;
}
.light-blue-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-600-bg {
  background-color: #e53935 !important;
}
.light-blue-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-blue-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-blue-600-fg {
  color: #e53935 !important;
}
.light-blue-600-border {
  border-color: #e53935 !important;
}
.light-blue-600-border-top {
  border-top-color: #e53935 !important;
}
.light-blue-600-border-right {
  border-right-color: #e53935 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-blue-600-border-left {
  border-left-color: #e53935 !important;
}
.light-blue-700-bg {
  background-color: #d32f2f !important;
}
.light-blue-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-blue-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-blue-700-fg {
  color: #d32f2f !important;
}
.light-blue-700-border {
  border-color: #d32f2f !important;
}
.light-blue-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-blue-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-blue-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-blue-800-bg {
  background-color: #c62828 !important;
}
.light-blue-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-blue-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-blue-800-fg {
  color: #c62828 !important;
}
.light-blue-800-border {
  border-color: #c62828 !important;
}
.light-blue-800-border-top {
  border-top-color: #c62828 !important;
}
.light-blue-800-border-right {
  border-right-color: #c62828 !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-blue-800-border-left {
  border-left-color: #c62828 !important;
}
.light-blue-900-bg {
  background-color: #b71c1c !important;
}
.light-blue-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-blue-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-blue-900-fg {
  color: #b71c1c !important;
}
.light-blue-900-border {
  border-color: #b71c1c !important;
}
.light-blue-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-blue-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-blue-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-blue-A100-bg {
  background-color: #ff8a80 !important;
}
.light-blue-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-blue-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-blue-A100-fg {
  color: #ff8a80 !important;
}
.light-blue-A100-border {
  border-color: #ff8a80 !important;
}
.light-blue-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-blue-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-blue-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-blue-A200-bg {
  background-color: #ff5252 !important;
}
.light-blue-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-blue-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-blue-A200-fg {
  color: #ff5252 !important;
}
.light-blue-A200-border {
  border-color: #ff5252 !important;
}
.light-blue-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-blue-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-blue-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-blue-A400-bg {
  background-color: #ff1744 !important;
}
.light-blue-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-blue-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-blue-A400-fg {
  color: #ff1744 !important;
}
.light-blue-A400-border {
  border-color: #ff1744 !important;
}
.light-blue-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-blue-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-blue-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-blue-A700-bg {
  background-color: #d50000 !important;
}
.light-blue-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-blue-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-blue-A700-fg {
  color: #d50000 !important;
}
.light-blue-A700-border {
  border-color: #d50000 !important;
}
.light-blue-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-blue-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-blue-A700-border-left {
  border-left-color: #d50000 !important;
}
.cyan-50-bg {
  background-color: #e0f7fa !important;
}
.cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
.cyan-50-fg {
  color: #e0f7fa !important;
}
.cyan-50-border {
  border-color: #e0f7fa !important;
}
.cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
.cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
.cyan-100-bg {
  background-color: #b2ebf2 !important;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
.cyan-100-fg {
  color: #b2ebf2 !important;
}
.cyan-100-border {
  border-color: #b2ebf2 !important;
}
.cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
.cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
.cyan-200-bg {
  background-color: #80deea !important;
}
.cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
.cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
.cyan-200-fg {
  color: #80deea !important;
}
.cyan-200-border {
  border-color: #80deea !important;
}
.cyan-200-border-top {
  border-top-color: #80deea !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
.cyan-200-border-left {
  border-left-color: #80deea !important;
}
.cyan-300-bg {
  background-color: #4dd0e1 !important;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
.cyan-300-fg {
  color: #4dd0e1 !important;
}
.cyan-300-border {
  border-color: #4dd0e1 !important;
}
.cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
.cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
.cyan-400-bg {
  background-color: #26c6da !important;
}
.cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
.cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
.cyan-400-fg {
  color: #26c6da !important;
}
.cyan-400-border {
  border-color: #26c6da !important;
}
.cyan-400-border-top {
  border-top-color: #26c6da !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
.cyan-400-border-left {
  border-left-color: #26c6da !important;
}
.cyan-500-bg {
  background-color: #00bcd4 !important;
}
.cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-500-fg {
  color: #00bcd4 !important;
}
.cyan-500-border {
  border-color: #00bcd4 !important;
}
.cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-bg {
  background-color: #00bcd4 !important;
}
.cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.cyan-border {
  border-color: #00bcd4 !important;
}
.cyan-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-600-bg {
  background-color: #00acc1 !important;
}
.cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
.cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
.cyan-600-fg {
  color: #00acc1 !important;
}
.cyan-600-border {
  border-color: #00acc1 !important;
}
.cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
.cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
.cyan-700-bg {
  background-color: #0097a7 !important;
}
.cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
.cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
.cyan-700-fg {
  color: #0097a7 !important;
}
.cyan-700-border {
  border-color: #0097a7 !important;
}
.cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
.cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
.cyan-800-bg {
  background-color: #00838f !important;
}
.cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
.cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
.cyan-800-fg {
  color: #00838f !important;
}
.cyan-800-border {
  border-color: #00838f !important;
}
.cyan-800-border-top {
  border-top-color: #00838f !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
.cyan-800-border-left {
  border-left-color: #00838f !important;
}
.cyan-900-bg {
  background-color: #006064 !important;
}
.cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
.cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
.cyan-900-fg {
  color: #006064 !important;
}
.cyan-900-border {
  border-color: #006064 !important;
}
.cyan-900-border-top {
  border-top-color: #006064 !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
.cyan-900-border-left {
  border-left-color: #006064 !important;
}
.cyan-A100-bg {
  background-color: #84ffff !important;
}
.cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
.cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
.cyan-A100-fg {
  color: #84ffff !important;
}
.cyan-A100-border {
  border-color: #84ffff !important;
}
.cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
.cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
.cyan-A200-bg {
  background-color: #18ffff !important;
}
.cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
.cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
.cyan-A200-fg {
  color: #18ffff !important;
}
.cyan-A200-border {
  border-color: #18ffff !important;
}
.cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
.cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
.cyan-A400-bg {
  background-color: #00e5ff !important;
}
.cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
.cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
.cyan-A400-fg {
  color: #00e5ff !important;
}
.cyan-A400-border {
  border-color: #00e5ff !important;
}
.cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
.cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
.cyan-A700-bg {
  background-color: #00b8d4 !important;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
.cyan-A700-fg {
  color: #00b8d4 !important;
}
.cyan-A700-border {
  border-color: #00b8d4 !important;
}
.cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
.cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
.teal-50-bg {
  background-color: #ffebee !important;
}
.teal-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.teal-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.teal-50-fg {
  color: #ffebee !important;
}
.teal-50-border {
  border-color: #ffebee !important;
}
.teal-50-border-top {
  border-top-color: #ffebee !important;
}
.teal-50-border-right {
  border-right-color: #ffebee !important;
}
.teal-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.teal-50-border-left {
  border-left-color: #ffebee !important;
}
.teal-100-bg {
  background-color: #ffcdd2 !important;
}
.teal-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.teal-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.teal-100-fg {
  color: #ffcdd2 !important;
}
.teal-100-border {
  border-color: #ffcdd2 !important;
}
.teal-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.teal-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.teal-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.teal-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.teal-200-bg {
  background-color: #ef9a9a !important;
}
.teal-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.teal-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.teal-200-fg {
  color: #ef9a9a !important;
}
.teal-200-border {
  border-color: #ef9a9a !important;
}
.teal-200-border-top {
  border-top-color: #ef9a9a !important;
}
.teal-200-border-right {
  border-right-color: #ef9a9a !important;
}
.teal-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.teal-200-border-left {
  border-left-color: #ef9a9a !important;
}
.teal-300-bg {
  background-color: #e57373 !important;
}
.teal-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.teal-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.teal-300-fg {
  color: #e57373 !important;
}
.teal-300-border {
  border-color: #e57373 !important;
}
.teal-300-border-top {
  border-top-color: #e57373 !important;
}
.teal-300-border-right {
  border-right-color: #e57373 !important;
}
.teal-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.teal-300-border-left {
  border-left-color: #e57373 !important;
}
.teal-400-bg {
  background-color: #ef5350 !important;
}
.teal-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.teal-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.teal-400-fg {
  color: #ef5350 !important;
}
.teal-400-border {
  border-color: #ef5350 !important;
}
.teal-400-border-top {
  border-top-color: #ef5350 !important;
}
.teal-400-border-right {
  border-right-color: #ef5350 !important;
}
.teal-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.teal-400-border-left {
  border-left-color: #ef5350 !important;
}
.teal-500-bg {
  background-color: #f44336 !important;
}
.teal-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-500-fg {
  color: #f44336 !important;
}
.teal-500-border {
  border-color: #f44336 !important;
}
.teal-500-border-top {
  border-top-color: #f44336 !important;
}
.teal-500-border-right {
  border-right-color: #f44336 !important;
}
.teal-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-500-border-left {
  border-left-color: #f44336 !important;
}
.teal-bg {
  background-color: #f44336 !important;
}
.teal {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-fg {
  color: #f44336 !important;
}
.teal-border {
  border-color: #f44336 !important;
}
.teal-border-top {
  border-top-color: #f44336 !important;
}
.teal-border-right {
  border-right-color: #f44336 !important;
}
.teal-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-border-left {
  border-left-color: #f44336 !important;
}
.teal-600-bg {
  background-color: #e53935 !important;
}
.teal-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.teal-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.teal-600-fg {
  color: #e53935 !important;
}
.teal-600-border {
  border-color: #e53935 !important;
}
.teal-600-border-top {
  border-top-color: #e53935 !important;
}
.teal-600-border-right {
  border-right-color: #e53935 !important;
}
.teal-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.teal-600-border-left {
  border-left-color: #e53935 !important;
}
.teal-700-bg {
  background-color: #d32f2f !important;
}
.teal-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.teal-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.teal-700-fg {
  color: #d32f2f !important;
}
.teal-700-border {
  border-color: #d32f2f !important;
}
.teal-700-border-top {
  border-top-color: #d32f2f !important;
}
.teal-700-border-right {
  border-right-color: #d32f2f !important;
}
.teal-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.teal-700-border-left {
  border-left-color: #d32f2f !important;
}
.teal-800-bg {
  background-color: #c62828 !important;
}
.teal-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.teal-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.teal-800-fg {
  color: #c62828 !important;
}
.teal-800-border {
  border-color: #c62828 !important;
}
.teal-800-border-top {
  border-top-color: #c62828 !important;
}
.teal-800-border-right {
  border-right-color: #c62828 !important;
}
.teal-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.teal-800-border-left {
  border-left-color: #c62828 !important;
}
.teal-900-bg {
  background-color: #b71c1c !important;
}
.teal-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.teal-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.teal-900-fg {
  color: #b71c1c !important;
}
.teal-900-border {
  border-color: #b71c1c !important;
}
.teal-900-border-top {
  border-top-color: #b71c1c !important;
}
.teal-900-border-right {
  border-right-color: #b71c1c !important;
}
.teal-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.teal-900-border-left {
  border-left-color: #b71c1c !important;
}
.teal-A100-bg {
  background-color: #ff8a80 !important;
}
.teal-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.teal-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.teal-A100-fg {
  color: #ff8a80 !important;
}
.teal-A100-border {
  border-color: #ff8a80 !important;
}
.teal-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.teal-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.teal-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.teal-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.teal-A200-bg {
  background-color: #ff5252 !important;
}
.teal-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.teal-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.teal-A200-fg {
  color: #ff5252 !important;
}
.teal-A200-border {
  border-color: #ff5252 !important;
}
.teal-A200-border-top {
  border-top-color: #ff5252 !important;
}
.teal-A200-border-right {
  border-right-color: #ff5252 !important;
}
.teal-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.teal-A200-border-left {
  border-left-color: #ff5252 !important;
}
.teal-A400-bg {
  background-color: #ff1744 !important;
}
.teal-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.teal-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.teal-A400-fg {
  color: #ff1744 !important;
}
.teal-A400-border {
  border-color: #ff1744 !important;
}
.teal-A400-border-top {
  border-top-color: #ff1744 !important;
}
.teal-A400-border-right {
  border-right-color: #ff1744 !important;
}
.teal-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.teal-A400-border-left {
  border-left-color: #ff1744 !important;
}
.teal-A700-bg {
  background-color: #d50000 !important;
}
.teal-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.teal-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.teal-A700-fg {
  color: #d50000 !important;
}
.teal-A700-border {
  border-color: #d50000 !important;
}
.teal-A700-border-top {
  border-top-color: #d50000 !important;
}
.teal-A700-border-right {
  border-right-color: #d50000 !important;
}
.teal-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.teal-A700-border-left {
  border-left-color: #d50000 !important;
}
.green-50-bg {
  background-color: #e8f5e9 !important;
}
.green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
.green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
.green-50-fg {
  color: #e8f5e9 !important;
}
.green-50-border {
  border-color: #e8f5e9 !important;
}
.green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
.green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
.green-100-bg {
  background-color: #c8e6c9 !important;
}
.green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
.green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
.green-100-fg {
  color: #c8e6c9 !important;
}
.green-100-border {
  border-color: #c8e6c9 !important;
}
.green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
.green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
.green-200-bg {
  background-color: #a5d6a7 !important;
}
.green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
.green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
.green-200-fg {
  color: #a5d6a7 !important;
}
.green-200-border {
  border-color: #a5d6a7 !important;
}
.green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
.green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
.green-300-bg {
  background-color: #81c784 !important;
}
.green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
.green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
.green-300-fg {
  color: #81c784 !important;
}
.green-300-border {
  border-color: #81c784 !important;
}
.green-300-border-top {
  border-top-color: #81c784 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
.green-300-border-left {
  border-left-color: #81c784 !important;
}
.green-400-bg {
  background-color: #66bb6a !important;
}
.green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
.green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
.green-400-fg {
  color: #66bb6a !important;
}
.green-400-border {
  border-color: #66bb6a !important;
}
.green-400-border-top {
  border-top-color: #66bb6a !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
.green-400-border-left {
  border-left-color: #66bb6a !important;
}
.green-500-bg {
  background-color: #4caf50 !important;
}
.green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-500-fg {
  color: #4caf50 !important;
}
.green-500-border {
  border-color: #4caf50 !important;
}
.green-500-border-top {
  border-top-color: #4caf50 !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-500-border-left {
  border-left-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.green-border {
  border-color: #4caf50 !important;
}
.green-border-top {
  border-top-color: #4caf50 !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-border-left {
  border-left-color: #4caf50 !important;
}
.green-600-bg {
  background-color: #43a047 !important;
}
.green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
.green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
.green-600-fg {
  color: #43a047 !important;
}
.green-600-border {
  border-color: #43a047 !important;
}
.green-600-border-top {
  border-top-color: #43a047 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
.green-600-border-left {
  border-left-color: #43a047 !important;
}
.green-700-bg {
  background-color: #388e3c !important;
}
.green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
.green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
.green-700-fg {
  color: #388e3c !important;
}
.green-700-border {
  border-color: #388e3c !important;
}
.green-700-border-top {
  border-top-color: #388e3c !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
.green-700-border-left {
  border-left-color: #388e3c !important;
}
.green-800-bg {
  background-color: #2e7d32 !important;
}
.green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
.green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
.green-800-fg {
  color: #2e7d32 !important;
}
.green-800-border {
  border-color: #2e7d32 !important;
}
.green-800-border-top {
  border-top-color: #2e7d32 !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
.green-800-border-left {
  border-left-color: #2e7d32 !important;
}
.green-900-bg {
  background-color: #1b5e20 !important;
}
.green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
.green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
.green-900-fg {
  color: #1b5e20 !important;
}
.green-900-border {
  border-color: #1b5e20 !important;
}
.green-900-border-top {
  border-top-color: #1b5e20 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
.green-900-border-left {
  border-left-color: #1b5e20 !important;
}
.green-A100-bg {
  background-color: #b9f6ca !important;
}
.green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
.green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
.green-A100-fg {
  color: #b9f6ca !important;
}
.green-A100-border {
  border-color: #b9f6ca !important;
}
.green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
.green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
.green-A200-bg {
  background-color: #69f0ae !important;
}
.green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
.green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
.green-A200-fg {
  color: #69f0ae !important;
}
.green-A200-border {
  border-color: #69f0ae !important;
}
.green-A200-border-top {
  border-top-color: #69f0ae !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
.green-A200-border-left {
  border-left-color: #69f0ae !important;
}
.green-A400-bg {
  background-color: #00e676 !important;
}
.green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
.green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
.green-A400-fg {
  color: #00e676 !important;
}
.green-A400-border {
  border-color: #00e676 !important;
}
.green-A400-border-top {
  border-top-color: #00e676 !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
.green-A400-border-left {
  border-left-color: #00e676 !important;
}
.green-A700-bg {
  background-color: #00c853 !important;
}
.green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
.green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
.green-A700-fg {
  color: #00c853 !important;
}
.green-A700-border {
  border-color: #00c853 !important;
}
.green-A700-border-top {
  border-top-color: #00c853 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
.green-A700-border-left {
  border-left-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #ffebee !important;
}
.light-green-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-green-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-green-50-fg {
  color: #ffebee !important;
}
.light-green-50-border {
  border-color: #ffebee !important;
}
.light-green-50-border-top {
  border-top-color: #ffebee !important;
}
.light-green-50-border-right {
  border-right-color: #ffebee !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-green-50-border-left {
  border-left-color: #ffebee !important;
}
.light-green-100-bg {
  background-color: #ffcdd2 !important;
}
.light-green-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-green-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-green-100-fg {
  color: #ffcdd2 !important;
}
.light-green-100-border {
  border-color: #ffcdd2 !important;
}
.light-green-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-green-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-green-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-green-200-bg {
  background-color: #ef9a9a !important;
}
.light-green-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-green-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-green-200-fg {
  color: #ef9a9a !important;
}
.light-green-200-border {
  border-color: #ef9a9a !important;
}
.light-green-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-green-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-green-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-green-300-bg {
  background-color: #e57373 !important;
}
.light-green-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-green-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-green-300-fg {
  color: #e57373 !important;
}
.light-green-300-border {
  border-color: #e57373 !important;
}
.light-green-300-border-top {
  border-top-color: #e57373 !important;
}
.light-green-300-border-right {
  border-right-color: #e57373 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-green-300-border-left {
  border-left-color: #e57373 !important;
}
.light-green-400-bg {
  background-color: #ef5350 !important;
}
.light-green-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-green-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-green-400-fg {
  color: #ef5350 !important;
}
.light-green-400-border {
  border-color: #ef5350 !important;
}
.light-green-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-green-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-green-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-green-500-bg {
  background-color: #f44336 !important;
}
.light-green-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-500-fg {
  color: #f44336 !important;
}
.light-green-500-border {
  border-color: #f44336 !important;
}
.light-green-500-border-top {
  border-top-color: #f44336 !important;
}
.light-green-500-border-right {
  border-right-color: #f44336 !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-500-border-left {
  border-left-color: #f44336 !important;
}
.light-green-bg {
  background-color: #f44336 !important;
}
.light-green {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-fg {
  color: #f44336 !important;
}
.light-green-border {
  border-color: #f44336 !important;
}
.light-green-border-top {
  border-top-color: #f44336 !important;
}
.light-green-border-right {
  border-right-color: #f44336 !important;
}
.light-green-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-border-left {
  border-left-color: #f44336 !important;
}
.light-green-600-bg {
  background-color: #e53935 !important;
}
.light-green-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-green-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-green-600-fg {
  color: #e53935 !important;
}
.light-green-600-border {
  border-color: #e53935 !important;
}
.light-green-600-border-top {
  border-top-color: #e53935 !important;
}
.light-green-600-border-right {
  border-right-color: #e53935 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-green-600-border-left {
  border-left-color: #e53935 !important;
}
.light-green-700-bg {
  background-color: #d32f2f !important;
}
.light-green-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-green-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-green-700-fg {
  color: #d32f2f !important;
}
.light-green-700-border {
  border-color: #d32f2f !important;
}
.light-green-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-green-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-green-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-green-800-bg {
  background-color: #c62828 !important;
}
.light-green-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-green-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-green-800-fg {
  color: #c62828 !important;
}
.light-green-800-border {
  border-color: #c62828 !important;
}
.light-green-800-border-top {
  border-top-color: #c62828 !important;
}
.light-green-800-border-right {
  border-right-color: #c62828 !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-green-800-border-left {
  border-left-color: #c62828 !important;
}
.light-green-900-bg {
  background-color: #b71c1c !important;
}
.light-green-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-green-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-green-900-fg {
  color: #b71c1c !important;
}
.light-green-900-border {
  border-color: #b71c1c !important;
}
.light-green-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-green-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-green-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-green-A100-bg {
  background-color: #ff8a80 !important;
}
.light-green-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-green-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-green-A100-fg {
  color: #ff8a80 !important;
}
.light-green-A100-border {
  border-color: #ff8a80 !important;
}
.light-green-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-green-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-green-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-green-A200-bg {
  background-color: #ff5252 !important;
}
.light-green-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-green-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-green-A200-fg {
  color: #ff5252 !important;
}
.light-green-A200-border {
  border-color: #ff5252 !important;
}
.light-green-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-green-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-green-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-green-A400-bg {
  background-color: #ff1744 !important;
}
.light-green-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-green-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-green-A400-fg {
  color: #ff1744 !important;
}
.light-green-A400-border {
  border-color: #ff1744 !important;
}
.light-green-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-green-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-green-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-green-A700-bg {
  background-color: #d50000 !important;
}
.light-green-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-green-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #d50000 !important;
}
.light-green-A700-border {
  border-color: #d50000 !important;
}
.light-green-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-green-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-green-A700-border-left {
  border-left-color: #d50000 !important;
}
.lime-50-bg {
  background-color: #ffebee !important;
}
.lime-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.lime-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.lime-50-fg {
  color: #ffebee !important;
}
.lime-50-border {
  border-color: #ffebee !important;
}
.lime-50-border-top {
  border-top-color: #ffebee !important;
}
.lime-50-border-right {
  border-right-color: #ffebee !important;
}
.lime-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.lime-50-border-left {
  border-left-color: #ffebee !important;
}
.lime-100-bg {
  background-color: #ffcdd2 !important;
}
.lime-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.lime-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.lime-100-fg {
  color: #ffcdd2 !important;
}
.lime-100-border {
  border-color: #ffcdd2 !important;
}
.lime-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.lime-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.lime-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.lime-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.lime-200-bg {
  background-color: #ef9a9a !important;
}
.lime-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.lime-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.lime-200-fg {
  color: #ef9a9a !important;
}
.lime-200-border {
  border-color: #ef9a9a !important;
}
.lime-200-border-top {
  border-top-color: #ef9a9a !important;
}
.lime-200-border-right {
  border-right-color: #ef9a9a !important;
}
.lime-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.lime-200-border-left {
  border-left-color: #ef9a9a !important;
}
.lime-300-bg {
  background-color: #e57373 !important;
}
.lime-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.lime-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.lime-300-fg {
  color: #e57373 !important;
}
.lime-300-border {
  border-color: #e57373 !important;
}
.lime-300-border-top {
  border-top-color: #e57373 !important;
}
.lime-300-border-right {
  border-right-color: #e57373 !important;
}
.lime-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.lime-300-border-left {
  border-left-color: #e57373 !important;
}
.lime-400-bg {
  background-color: #ef5350 !important;
}
.lime-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.lime-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.lime-400-fg {
  color: #ef5350 !important;
}
.lime-400-border {
  border-color: #ef5350 !important;
}
.lime-400-border-top {
  border-top-color: #ef5350 !important;
}
.lime-400-border-right {
  border-right-color: #ef5350 !important;
}
.lime-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.lime-400-border-left {
  border-left-color: #ef5350 !important;
}
.lime-500-bg {
  background-color: #f44336 !important;
}
.lime-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-500-fg {
  color: #f44336 !important;
}
.lime-500-border {
  border-color: #f44336 !important;
}
.lime-500-border-top {
  border-top-color: #f44336 !important;
}
.lime-500-border-right {
  border-right-color: #f44336 !important;
}
.lime-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-500-border-left {
  border-left-color: #f44336 !important;
}
.lime-bg {
  background-color: #f44336 !important;
}
.lime {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-fg {
  color: #f44336 !important;
}
.lime-border {
  border-color: #f44336 !important;
}
.lime-border-top {
  border-top-color: #f44336 !important;
}
.lime-border-right {
  border-right-color: #f44336 !important;
}
.lime-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-border-left {
  border-left-color: #f44336 !important;
}
.lime-600-bg {
  background-color: #e53935 !important;
}
.lime-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.lime-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.lime-600-fg {
  color: #e53935 !important;
}
.lime-600-border {
  border-color: #e53935 !important;
}
.lime-600-border-top {
  border-top-color: #e53935 !important;
}
.lime-600-border-right {
  border-right-color: #e53935 !important;
}
.lime-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.lime-600-border-left {
  border-left-color: #e53935 !important;
}
.lime-700-bg {
  background-color: #d32f2f !important;
}
.lime-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.lime-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.lime-700-fg {
  color: #d32f2f !important;
}
.lime-700-border {
  border-color: #d32f2f !important;
}
.lime-700-border-top {
  border-top-color: #d32f2f !important;
}
.lime-700-border-right {
  border-right-color: #d32f2f !important;
}
.lime-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.lime-700-border-left {
  border-left-color: #d32f2f !important;
}
.lime-800-bg {
  background-color: #c62828 !important;
}
.lime-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.lime-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.lime-800-fg {
  color: #c62828 !important;
}
.lime-800-border {
  border-color: #c62828 !important;
}
.lime-800-border-top {
  border-top-color: #c62828 !important;
}
.lime-800-border-right {
  border-right-color: #c62828 !important;
}
.lime-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.lime-800-border-left {
  border-left-color: #c62828 !important;
}
.lime-900-bg {
  background-color: #b71c1c !important;
}
.lime-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.lime-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.lime-900-fg {
  color: #b71c1c !important;
}
.lime-900-border {
  border-color: #b71c1c !important;
}
.lime-900-border-top {
  border-top-color: #b71c1c !important;
}
.lime-900-border-right {
  border-right-color: #b71c1c !important;
}
.lime-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.lime-900-border-left {
  border-left-color: #b71c1c !important;
}
.lime-A100-bg {
  background-color: #ff8a80 !important;
}
.lime-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.lime-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.lime-A100-fg {
  color: #ff8a80 !important;
}
.lime-A100-border {
  border-color: #ff8a80 !important;
}
.lime-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.lime-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.lime-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.lime-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.lime-A200-bg {
  background-color: #ff5252 !important;
}
.lime-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.lime-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.lime-A200-fg {
  color: #ff5252 !important;
}
.lime-A200-border {
  border-color: #ff5252 !important;
}
.lime-A200-border-top {
  border-top-color: #ff5252 !important;
}
.lime-A200-border-right {
  border-right-color: #ff5252 !important;
}
.lime-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.lime-A200-border-left {
  border-left-color: #ff5252 !important;
}
.lime-A400-bg {
  background-color: #ff1744 !important;
}
.lime-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.lime-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.lime-A400-fg {
  color: #ff1744 !important;
}
.lime-A400-border {
  border-color: #ff1744 !important;
}
.lime-A400-border-top {
  border-top-color: #ff1744 !important;
}
.lime-A400-border-right {
  border-right-color: #ff1744 !important;
}
.lime-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.lime-A400-border-left {
  border-left-color: #ff1744 !important;
}
.lime-A700-bg {
  background-color: #d50000 !important;
}
.lime-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.lime-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.lime-A700-fg {
  color: #d50000 !important;
}
.lime-A700-border {
  border-color: #d50000 !important;
}
.lime-A700-border-top {
  border-top-color: #d50000 !important;
}
.lime-A700-border-right {
  border-right-color: #d50000 !important;
}
.lime-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.lime-A700-border-left {
  border-left-color: #d50000 !important;
}
.yellow-50-bg {
  background-color: #fffde7 !important;
}
.yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
.yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
.yellow-50-fg {
  color: #fffde7 !important;
}
.yellow-50-border {
  border-color: #fffde7 !important;
}
.yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
.yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
.yellow-100-bg {
  background-color: #fff9c4 !important;
}
.yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
.yellow-100-fg {
  color: #fff9c4 !important;
}
.yellow-100-border {
  border-color: #fff9c4 !important;
}
.yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
.yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
.yellow-200-bg {
  background-color: #fff59d !important;
}
.yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
.yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
.yellow-200-fg {
  color: #fff59d !important;
}
.yellow-200-border {
  border-color: #fff59d !important;
}
.yellow-200-border-top {
  border-top-color: #fff59d !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
.yellow-200-border-left {
  border-left-color: #fff59d !important;
}
.yellow-300-bg {
  background-color: #fff176 !important;
}
.yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
.yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
.yellow-300-fg {
  color: #fff176 !important;
}
.yellow-300-border {
  border-color: #fff176 !important;
}
.yellow-300-border-top {
  border-top-color: #fff176 !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
.yellow-300-border-left {
  border-left-color: #fff176 !important;
}
.yellow-400-bg {
  background-color: #ffee58 !important;
}
.yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
.yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
.yellow-400-fg {
  color: #ffee58 !important;
}
.yellow-400-border {
  border-color: #ffee58 !important;
}
.yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
.yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
.yellow-500-bg {
  background-color: #ffeb3b !important;
}
.yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-500-fg {
  color: #ffeb3b !important;
}
.yellow-500-border {
  border-color: #ffeb3b !important;
}
.yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.yellow-border {
  border-color: #ffeb3b !important;
}
.yellow-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-600-bg {
  background-color: #fdd835 !important;
}
.yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
.yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
.yellow-600-fg {
  color: #fdd835 !important;
}
.yellow-600-border {
  border-color: #fdd835 !important;
}
.yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
.yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
.yellow-700-bg {
  background-color: #fbc02d !important;
}
.yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
.yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
.yellow-700-fg {
  color: #fbc02d !important;
}
.yellow-700-border {
  border-color: #fbc02d !important;
}
.yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
.yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
.yellow-800-bg {
  background-color: #f9a825 !important;
}
.yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
.yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
.yellow-800-fg {
  color: #f9a825 !important;
}
.yellow-800-border {
  border-color: #f9a825 !important;
}
.yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
.yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
.yellow-900-bg {
  background-color: #f57f17 !important;
}
.yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
.yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
.yellow-900-fg {
  color: #f57f17 !important;
}
.yellow-900-border {
  border-color: #f57f17 !important;
}
.yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
.yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
.yellow-A100-bg {
  background-color: #ffff8d !important;
}
.yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
.yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
.yellow-A100-fg {
  color: #ffff8d !important;
}
.yellow-A100-border {
  border-color: #ffff8d !important;
}
.yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
.yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
.yellow-A200-bg {
  background-color: #ffff00 !important;
}
.yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
.yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
.yellow-A200-fg {
  color: #ffff00 !important;
}
.yellow-A200-border {
  border-color: #ffff00 !important;
}
.yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
.yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
.yellow-A400-bg {
  background-color: #ffea00 !important;
}
.yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
.yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
.yellow-A400-fg {
  color: #ffea00 !important;
}
.yellow-A400-border {
  border-color: #ffea00 !important;
}
.yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
.yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
.yellow-A700-bg {
  background-color: #ffd600 !important;
}
.yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
.yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
.yellow-A700-fg {
  color: #ffd600 !important;
}
.yellow-A700-border {
  border-color: #ffd600 !important;
}
.yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
.yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
.amber-50-bg {
  background-color: #ffebee !important;
}
.amber-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.amber-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.amber-50-fg {
  color: #ffebee !important;
}
.amber-50-border {
  border-color: #ffebee !important;
}
.amber-50-border-top {
  border-top-color: #ffebee !important;
}
.amber-50-border-right {
  border-right-color: #ffebee !important;
}
.amber-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.amber-50-border-left {
  border-left-color: #ffebee !important;
}
.amber-100-bg {
  background-color: #ffcdd2 !important;
}
.amber-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.amber-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.amber-100-fg {
  color: #ffcdd2 !important;
}
.amber-100-border {
  border-color: #ffcdd2 !important;
}
.amber-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.amber-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.amber-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.amber-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.amber-200-bg {
  background-color: #ef9a9a !important;
}
.amber-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.amber-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.amber-200-fg {
  color: #ef9a9a !important;
}
.amber-200-border {
  border-color: #ef9a9a !important;
}
.amber-200-border-top {
  border-top-color: #ef9a9a !important;
}
.amber-200-border-right {
  border-right-color: #ef9a9a !important;
}
.amber-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.amber-200-border-left {
  border-left-color: #ef9a9a !important;
}
.amber-300-bg {
  background-color: #e57373 !important;
}
.amber-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.amber-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.amber-300-fg {
  color: #e57373 !important;
}
.amber-300-border {
  border-color: #e57373 !important;
}
.amber-300-border-top {
  border-top-color: #e57373 !important;
}
.amber-300-border-right {
  border-right-color: #e57373 !important;
}
.amber-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.amber-300-border-left {
  border-left-color: #e57373 !important;
}
.amber-400-bg {
  background-color: #ef5350 !important;
}
.amber-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.amber-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.amber-400-fg {
  color: #ef5350 !important;
}
.amber-400-border {
  border-color: #ef5350 !important;
}
.amber-400-border-top {
  border-top-color: #ef5350 !important;
}
.amber-400-border-right {
  border-right-color: #ef5350 !important;
}
.amber-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.amber-400-border-left {
  border-left-color: #ef5350 !important;
}
.amber-500-bg {
  background-color: #f44336 !important;
}
.amber-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-500-fg {
  color: #f44336 !important;
}
.amber-500-border {
  border-color: #f44336 !important;
}
.amber-500-border-top {
  border-top-color: #f44336 !important;
}
.amber-500-border-right {
  border-right-color: #f44336 !important;
}
.amber-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-500-border-left {
  border-left-color: #f44336 !important;
}
.amber-bg {
  background-color: #f44336 !important;
}
.amber {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-fg {
  color: #f44336 !important;
}
.amber-border {
  border-color: #f44336 !important;
}
.amber-border-top {
  border-top-color: #f44336 !important;
}
.amber-border-right {
  border-right-color: #f44336 !important;
}
.amber-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-border-left {
  border-left-color: #f44336 !important;
}
.amber-600-bg {
  background-color: #e53935 !important;
}
.amber-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.amber-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.amber-600-fg {
  color: #e53935 !important;
}
.amber-600-border {
  border-color: #e53935 !important;
}
.amber-600-border-top {
  border-top-color: #e53935 !important;
}
.amber-600-border-right {
  border-right-color: #e53935 !important;
}
.amber-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.amber-600-border-left {
  border-left-color: #e53935 !important;
}
.amber-700-bg {
  background-color: #d32f2f !important;
}
.amber-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.amber-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.amber-700-fg {
  color: #d32f2f !important;
}
.amber-700-border {
  border-color: #d32f2f !important;
}
.amber-700-border-top {
  border-top-color: #d32f2f !important;
}
.amber-700-border-right {
  border-right-color: #d32f2f !important;
}
.amber-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.amber-700-border-left {
  border-left-color: #d32f2f !important;
}
.amber-800-bg {
  background-color: #c62828 !important;
}
.amber-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.amber-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.amber-800-fg {
  color: #c62828 !important;
}
.amber-800-border {
  border-color: #c62828 !important;
}
.amber-800-border-top {
  border-top-color: #c62828 !important;
}
.amber-800-border-right {
  border-right-color: #c62828 !important;
}
.amber-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.amber-800-border-left {
  border-left-color: #c62828 !important;
}
.amber-900-bg {
  background-color: #b71c1c !important;
}
.amber-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.amber-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.amber-900-fg {
  color: #b71c1c !important;
}
.amber-900-border {
  border-color: #b71c1c !important;
}
.amber-900-border-top {
  border-top-color: #b71c1c !important;
}
.amber-900-border-right {
  border-right-color: #b71c1c !important;
}
.amber-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.amber-900-border-left {
  border-left-color: #b71c1c !important;
}
.amber-A100-bg {
  background-color: #ff8a80 !important;
}
.amber-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.amber-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.amber-A100-fg {
  color: #ff8a80 !important;
}
.amber-A100-border {
  border-color: #ff8a80 !important;
}
.amber-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.amber-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.amber-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.amber-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.amber-A200-bg {
  background-color: #ff5252 !important;
}
.amber-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.amber-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.amber-A200-fg {
  color: #ff5252 !important;
}
.amber-A200-border {
  border-color: #ff5252 !important;
}
.amber-A200-border-top {
  border-top-color: #ff5252 !important;
}
.amber-A200-border-right {
  border-right-color: #ff5252 !important;
}
.amber-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.amber-A200-border-left {
  border-left-color: #ff5252 !important;
}
.amber-A400-bg {
  background-color: #ff1744 !important;
}
.amber-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.amber-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.amber-A400-fg {
  color: #ff1744 !important;
}
.amber-A400-border {
  border-color: #ff1744 !important;
}
.amber-A400-border-top {
  border-top-color: #ff1744 !important;
}
.amber-A400-border-right {
  border-right-color: #ff1744 !important;
}
.amber-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.amber-A400-border-left {
  border-left-color: #ff1744 !important;
}
.amber-A700-bg {
  background-color: #d50000 !important;
}
.amber-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.amber-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.amber-A700-fg {
  color: #d50000 !important;
}
.amber-A700-border {
  border-color: #d50000 !important;
}
.amber-A700-border-top {
  border-top-color: #d50000 !important;
}
.amber-A700-border-right {
  border-right-color: #d50000 !important;
}
.amber-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.amber-A700-border-left {
  border-left-color: #d50000 !important;
}
.orange-50-bg {
  background-color: #fff3e0 !important;
}
.orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
.orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
.orange-50-fg {
  color: #fff3e0 !important;
}
.orange-50-border {
  border-color: #fff3e0 !important;
}
.orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
.orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
.orange-100-bg {
  background-color: #ffe0b2 !important;
}
.orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
.orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
.orange-100-fg {
  color: #ffe0b2 !important;
}
.orange-100-border {
  border-color: #ffe0b2 !important;
}
.orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
.orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
.orange-200-bg {
  background-color: #ffcc80 !important;
}
.orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
.orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
.orange-200-fg {
  color: #ffcc80 !important;
}
.orange-200-border {
  border-color: #ffcc80 !important;
}
.orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
.orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
.orange-300-bg {
  background-color: #ffb74d !important;
}
.orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
.orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
.orange-300-fg {
  color: #ffb74d !important;
}
.orange-300-border {
  border-color: #ffb74d !important;
}
.orange-300-border-top {
  border-top-color: #ffb74d !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
.orange-300-border-left {
  border-left-color: #ffb74d !important;
}
.orange-400-bg {
  background-color: #ffa726 !important;
}
.orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
.orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
.orange-400-fg {
  color: #ffa726 !important;
}
.orange-400-border {
  border-color: #ffa726 !important;
}
.orange-400-border-top {
  border-top-color: #ffa726 !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
.orange-400-border-left {
  border-left-color: #ffa726 !important;
}
.orange-500-bg {
  background-color: #ff9800 !important;
}
.orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-500-fg {
  color: #ff9800 !important;
}
.orange-500-border {
  border-color: #ff9800 !important;
}
.orange-500-border-top {
  border-top-color: #ff9800 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-500-border-left {
  border-left-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.orange-border {
  border-color: #ff9800 !important;
}
.orange-border-top {
  border-top-color: #ff9800 !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-border-left {
  border-left-color: #ff9800 !important;
}
.orange-600-bg {
  background-color: #fb8c00 !important;
}
.orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
.orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
.orange-600-fg {
  color: #fb8c00 !important;
}
.orange-600-border {
  border-color: #fb8c00 !important;
}
.orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
.orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
.orange-700-bg {
  background-color: #f57c00 !important;
}
.orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
.orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
.orange-700-fg {
  color: #f57c00 !important;
}
.orange-700-border {
  border-color: #f57c00 !important;
}
.orange-700-border-top {
  border-top-color: #f57c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
.orange-700-border-left {
  border-left-color: #f57c00 !important;
}
.orange-800-bg {
  background-color: #ef6c00 !important;
}
.orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
.orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
.orange-800-fg {
  color: #ef6c00 !important;
}
.orange-800-border {
  border-color: #ef6c00 !important;
}
.orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
.orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
.orange-900-bg {
  background-color: #e65100 !important;
}
.orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
.orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
.orange-900-fg {
  color: #e65100 !important;
}
.orange-900-border {
  border-color: #e65100 !important;
}
.orange-900-border-top {
  border-top-color: #e65100 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
.orange-900-border-left {
  border-left-color: #e65100 !important;
}
.orange-A100-bg {
  background-color: #ffd180 !important;
}
.orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
.orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
.orange-A100-fg {
  color: #ffd180 !important;
}
.orange-A100-border {
  border-color: #ffd180 !important;
}
.orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
.orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
.orange-A200-bg {
  background-color: #ffab40 !important;
}
.orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
.orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
.orange-A200-fg {
  color: #ffab40 !important;
}
.orange-A200-border {
  border-color: #ffab40 !important;
}
.orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
.orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
.orange-A400-bg {
  background-color: #ff9100 !important;
}
.orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
.orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
.orange-A400-fg {
  color: #ff9100 !important;
}
.orange-A400-border {
  border-color: #ff9100 !important;
}
.orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
.orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
.orange-A700-bg {
  background-color: #ff6d00 !important;
}
.orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
.orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
.orange-A700-fg {
  color: #ff6d00 !important;
}
.orange-A700-border {
  border-color: #ff6d00 !important;
}
.orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
.orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
.deep-orange-50-bg {
  background-color: #ffebee !important;
}
.deep-orange-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-orange-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-orange-50-fg {
  color: #ffebee !important;
}
.deep-orange-50-border {
  border-color: #ffebee !important;
}
.deep-orange-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-orange-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-orange-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-orange-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-orange-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-orange-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-orange-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-orange-100-fg {
  color: #ffcdd2 !important;
}
.deep-orange-100-border {
  border-color: #ffcdd2 !important;
}
.deep-orange-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-orange-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-orange-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-orange-200-bg {
  background-color: #ef9a9a !important;
}
.deep-orange-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-orange-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-orange-200-fg {
  color: #ef9a9a !important;
}
.deep-orange-200-border {
  border-color: #ef9a9a !important;
}
.deep-orange-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-orange-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-orange-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-orange-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-orange-300-bg {
  background-color: #e57373 !important;
}
.deep-orange-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-orange-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-orange-300-fg {
  color: #e57373 !important;
}
.deep-orange-300-border {
  border-color: #e57373 !important;
}
.deep-orange-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-orange-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-orange-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-orange-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-orange-400-bg {
  background-color: #ef5350 !important;
}
.deep-orange-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-orange-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-orange-400-fg {
  color: #ef5350 !important;
}
.deep-orange-400-border {
  border-color: #ef5350 !important;
}
.deep-orange-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-orange-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-orange-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-orange-500-bg {
  background-color: #f44336 !important;
}
.deep-orange-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-500-fg {
  color: #f44336 !important;
}
.deep-orange-500-border {
  border-color: #f44336 !important;
}
.deep-orange-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-bg {
  background-color: #f44336 !important;
}
.deep-orange {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-fg {
  color: #f44336 !important;
}
.deep-orange-border {
  border-color: #f44336 !important;
}
.deep-orange-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-600-bg {
  background-color: #e53935 !important;
}
.deep-orange-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-orange-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-orange-600-fg {
  color: #e53935 !important;
}
.deep-orange-600-border {
  border-color: #e53935 !important;
}
.deep-orange-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-orange-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-orange-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-orange-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-orange-700-bg {
  background-color: #d32f2f !important;
}
.deep-orange-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-orange-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-orange-700-fg {
  color: #d32f2f !important;
}
.deep-orange-700-border {
  border-color: #d32f2f !important;
}
.deep-orange-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-orange-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-orange-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-orange-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-orange-800-bg {
  background-color: #c62828 !important;
}
.deep-orange-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-orange-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-orange-800-fg {
  color: #c62828 !important;
}
.deep-orange-800-border {
  border-color: #c62828 !important;
}
.deep-orange-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-orange-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-orange-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-orange-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-orange-900-bg {
  background-color: #b71c1c !important;
}
.deep-orange-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-orange-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-orange-900-fg {
  color: #b71c1c !important;
}
.deep-orange-900-border {
  border-color: #b71c1c !important;
}
.deep-orange-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-orange-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-orange-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-orange-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-orange-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-orange-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-orange-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-orange-A100-fg {
  color: #ff8a80 !important;
}
.deep-orange-A100-border {
  border-color: #ff8a80 !important;
}
.deep-orange-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-orange-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-orange-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-orange-A200-bg {
  background-color: #ff5252 !important;
}
.deep-orange-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-orange-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-orange-A200-fg {
  color: #ff5252 !important;
}
.deep-orange-A200-border {
  border-color: #ff5252 !important;
}
.deep-orange-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-orange-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-orange-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-orange-A400-bg {
  background-color: #ff1744 !important;
}
.deep-orange-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-orange-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-orange-A400-fg {
  color: #ff1744 !important;
}
.deep-orange-A400-border {
  border-color: #ff1744 !important;
}
.deep-orange-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-orange-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-orange-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-orange-A700-bg {
  background-color: #d50000 !important;
}
.deep-orange-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-orange-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-orange-A700-fg {
  color: #d50000 !important;
}
.deep-orange-A700-border {
  border-color: #d50000 !important;
}
.deep-orange-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-orange-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-orange-A700-border-left {
  border-left-color: #d50000 !important;
}
.brown-50-bg {
  background-color: #ffebee !important;
}
.brown-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.brown-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.brown-50-fg {
  color: #ffebee !important;
}
.brown-50-border {
  border-color: #ffebee !important;
}
.brown-50-border-top {
  border-top-color: #ffebee !important;
}
.brown-50-border-right {
  border-right-color: #ffebee !important;
}
.brown-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.brown-50-border-left {
  border-left-color: #ffebee !important;
}
.brown-100-bg {
  background-color: #ffcdd2 !important;
}
.brown-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.brown-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.brown-100-fg {
  color: #ffcdd2 !important;
}
.brown-100-border {
  border-color: #ffcdd2 !important;
}
.brown-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.brown-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.brown-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.brown-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.brown-200-bg {
  background-color: #ef9a9a !important;
}
.brown-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.brown-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.brown-200-fg {
  color: #ef9a9a !important;
}
.brown-200-border {
  border-color: #ef9a9a !important;
}
.brown-200-border-top {
  border-top-color: #ef9a9a !important;
}
.brown-200-border-right {
  border-right-color: #ef9a9a !important;
}
.brown-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.brown-200-border-left {
  border-left-color: #ef9a9a !important;
}
.brown-300-bg {
  background-color: #e57373 !important;
}
.brown-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.brown-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.brown-300-fg {
  color: #e57373 !important;
}
.brown-300-border {
  border-color: #e57373 !important;
}
.brown-300-border-top {
  border-top-color: #e57373 !important;
}
.brown-300-border-right {
  border-right-color: #e57373 !important;
}
.brown-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.brown-300-border-left {
  border-left-color: #e57373 !important;
}
.brown-400-bg {
  background-color: #ef5350 !important;
}
.brown-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.brown-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.brown-400-fg {
  color: #ef5350 !important;
}
.brown-400-border {
  border-color: #ef5350 !important;
}
.brown-400-border-top {
  border-top-color: #ef5350 !important;
}
.brown-400-border-right {
  border-right-color: #ef5350 !important;
}
.brown-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.brown-400-border-left {
  border-left-color: #ef5350 !important;
}
.brown-500-bg {
  background-color: #f44336 !important;
}
.brown-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-500-fg {
  color: #f44336 !important;
}
.brown-500-border {
  border-color: #f44336 !important;
}
.brown-500-border-top {
  border-top-color: #f44336 !important;
}
.brown-500-border-right {
  border-right-color: #f44336 !important;
}
.brown-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-500-border-left {
  border-left-color: #f44336 !important;
}
.brown-bg {
  background-color: #f44336 !important;
}
.brown {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-fg {
  color: #f44336 !important;
}
.brown-border {
  border-color: #f44336 !important;
}
.brown-border-top {
  border-top-color: #f44336 !important;
}
.brown-border-right {
  border-right-color: #f44336 !important;
}
.brown-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-border-left {
  border-left-color: #f44336 !important;
}
.brown-600-bg {
  background-color: #e53935 !important;
}
.brown-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.brown-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.brown-600-fg {
  color: #e53935 !important;
}
.brown-600-border {
  border-color: #e53935 !important;
}
.brown-600-border-top {
  border-top-color: #e53935 !important;
}
.brown-600-border-right {
  border-right-color: #e53935 !important;
}
.brown-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.brown-600-border-left {
  border-left-color: #e53935 !important;
}
.brown-700-bg {
  background-color: #d32f2f !important;
}
.brown-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.brown-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.brown-700-fg {
  color: #d32f2f !important;
}
.brown-700-border {
  border-color: #d32f2f !important;
}
.brown-700-border-top {
  border-top-color: #d32f2f !important;
}
.brown-700-border-right {
  border-right-color: #d32f2f !important;
}
.brown-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.brown-700-border-left {
  border-left-color: #d32f2f !important;
}
.brown-800-bg {
  background-color: #c62828 !important;
}
.brown-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.brown-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.brown-800-fg {
  color: #c62828 !important;
}
.brown-800-border {
  border-color: #c62828 !important;
}
.brown-800-border-top {
  border-top-color: #c62828 !important;
}
.brown-800-border-right {
  border-right-color: #c62828 !important;
}
.brown-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.brown-800-border-left {
  border-left-color: #c62828 !important;
}
.brown-900-bg {
  background-color: #b71c1c !important;
}
.brown-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.brown-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.brown-900-fg {
  color: #b71c1c !important;
}
.brown-900-border {
  border-color: #b71c1c !important;
}
.brown-900-border-top {
  border-top-color: #b71c1c !important;
}
.brown-900-border-right {
  border-right-color: #b71c1c !important;
}
.brown-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.brown-900-border-left {
  border-left-color: #b71c1c !important;
}
.brown-A100-bg {
  background-color: #ff8a80 !important;
}
.brown-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.brown-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.brown-A100-fg {
  color: #ff8a80 !important;
}
.brown-A100-border {
  border-color: #ff8a80 !important;
}
.brown-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.brown-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.brown-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.brown-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.brown-A200-bg {
  background-color: #ff5252 !important;
}
.brown-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.brown-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.brown-A200-fg {
  color: #ff5252 !important;
}
.brown-A200-border {
  border-color: #ff5252 !important;
}
.brown-A200-border-top {
  border-top-color: #ff5252 !important;
}
.brown-A200-border-right {
  border-right-color: #ff5252 !important;
}
.brown-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.brown-A200-border-left {
  border-left-color: #ff5252 !important;
}
.brown-A400-bg {
  background-color: #ff1744 !important;
}
.brown-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.brown-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.brown-A400-fg {
  color: #ff1744 !important;
}
.brown-A400-border {
  border-color: #ff1744 !important;
}
.brown-A400-border-top {
  border-top-color: #ff1744 !important;
}
.brown-A400-border-right {
  border-right-color: #ff1744 !important;
}
.brown-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.brown-A400-border-left {
  border-left-color: #ff1744 !important;
}
.brown-A700-bg {
  background-color: #d50000 !important;
}
.brown-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.brown-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.brown-A700-fg {
  color: #d50000 !important;
}
.brown-A700-border {
  border-color: #d50000 !important;
}
.brown-A700-border-top {
  border-top-color: #d50000 !important;
}
.brown-A700-border-right {
  border-right-color: #d50000 !important;
}
.brown-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.brown-A700-border-left {
  border-left-color: #d50000 !important;
}
.grey-50-bg {
  background-color: #ffebee !important;
}
.grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.grey-50-fg {
  color: #ffebee !important;
}
.grey-50-border {
  border-color: #ffebee !important;
}
.grey-50-border-top {
  border-top-color: #ffebee !important;
}
.grey-50-border-right {
  border-right-color: #ffebee !important;
}
.grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.grey-50-border-left {
  border-left-color: #ffebee !important;
}
.grey-100-bg {
  background-color: #ffcdd2 !important;
}
.grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.grey-100-fg {
  color: #ffcdd2 !important;
}
.grey-100-border {
  border-color: #ffcdd2 !important;
}
.grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.grey-200-bg {
  background-color: #ef9a9a !important;
}
.grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.grey-200-fg {
  color: #ef9a9a !important;
}
.grey-200-border {
  border-color: #ef9a9a !important;
}
.grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.grey-300-bg {
  background-color: #e57373 !important;
}
.grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.grey-300-fg {
  color: #e57373 !important;
}
.grey-300-border {
  border-color: #e57373 !important;
}
.grey-300-border-top {
  border-top-color: #e57373 !important;
}
.grey-300-border-right {
  border-right-color: #e57373 !important;
}
.grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.grey-300-border-left {
  border-left-color: #e57373 !important;
}
.grey-400-bg {
  background-color: #ef5350 !important;
}
.grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.grey-400-fg {
  color: #ef5350 !important;
}
.grey-400-border {
  border-color: #ef5350 !important;
}
.grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.grey-500-bg {
  background-color: #f44336 !important;
}
.grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-500-fg {
  color: #f44336 !important;
}
.grey-500-border {
  border-color: #f44336 !important;
}
.grey-500-border-top {
  border-top-color: #f44336 !important;
}
.grey-500-border-right {
  border-right-color: #f44336 !important;
}
.grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-500-border-left {
  border-left-color: #f44336 !important;
}
.grey-bg {
  background-color: #f44336 !important;
}
.grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-fg {
  color: #f44336 !important;
}
.grey-border {
  border-color: #f44336 !important;
}
.grey-border-top {
  border-top-color: #f44336 !important;
}
.grey-border-right {
  border-right-color: #f44336 !important;
}
.grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-border-left {
  border-left-color: #f44336 !important;
}
.grey-600-bg {
  background-color: #e53935 !important;
}
.grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.grey-600-fg {
  color: #e53935 !important;
}
.grey-600-border {
  border-color: #e53935 !important;
}
.grey-600-border-top {
  border-top-color: #e53935 !important;
}
.grey-600-border-right {
  border-right-color: #e53935 !important;
}
.grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.grey-600-border-left {
  border-left-color: #e53935 !important;
}
.grey-700-bg {
  background-color: #d32f2f !important;
}
.grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.grey-700-fg {
  color: #d32f2f !important;
}
.grey-700-border {
  border-color: #d32f2f !important;
}
.grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.grey-800-bg {
  background-color: #c62828 !important;
}
.grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.grey-800-fg {
  color: #c62828 !important;
}
.grey-800-border {
  border-color: #c62828 !important;
}
.grey-800-border-top {
  border-top-color: #c62828 !important;
}
.grey-800-border-right {
  border-right-color: #c62828 !important;
}
.grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.grey-800-border-left {
  border-left-color: #c62828 !important;
}
.grey-900-bg {
  background-color: #b71c1c !important;
}
.grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.grey-900-fg {
  color: #b71c1c !important;
}
.grey-900-border {
  border-color: #b71c1c !important;
}
.grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.grey-A100-bg {
  background-color: #ff8a80 !important;
}
.grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.grey-A100-fg {
  color: #ff8a80 !important;
}
.grey-A100-border {
  border-color: #ff8a80 !important;
}
.grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.grey-A200-bg {
  background-color: #ff5252 !important;
}
.grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.grey-A200-fg {
  color: #ff5252 !important;
}
.grey-A200-border {
  border-color: #ff5252 !important;
}
.grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.grey-A400-bg {
  background-color: #ff1744 !important;
}
.grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.grey-A400-fg {
  color: #ff1744 !important;
}
.grey-A400-border {
  border-color: #ff1744 !important;
}
.grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.grey-A700-bg {
  background-color: #d50000 !important;
}
.grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.grey-A700-fg {
  color: #d50000 !important;
}
.grey-A700-border {
  border-color: #d50000 !important;
}
.grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-grey-50-bg {
  background-color: #ffebee !important;
}
.blue-grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.blue-grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.blue-grey-50-fg {
  color: #ffebee !important;
}
.blue-grey-50-border {
  border-color: #ffebee !important;
}
.blue-grey-50-border-top {
  border-top-color: #ffebee !important;
}
.blue-grey-50-border-right {
  border-right-color: #ffebee !important;
}
.blue-grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.blue-grey-50-border-left {
  border-left-color: #ffebee !important;
}
.blue-grey-100-bg {
  background-color: #ffcdd2 !important;
}
.blue-grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.blue-grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.blue-grey-100-fg {
  color: #ffcdd2 !important;
}
.blue-grey-100-border {
  border-color: #ffcdd2 !important;
}
.blue-grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.blue-grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.blue-grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.blue-grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.blue-grey-200-bg {
  background-color: #ef9a9a !important;
}
.blue-grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.blue-grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.blue-grey-200-fg {
  color: #ef9a9a !important;
}
.blue-grey-200-border {
  border-color: #ef9a9a !important;
}
.blue-grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.blue-grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.blue-grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.blue-grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.blue-grey-300-bg {
  background-color: #e57373 !important;
}
.blue-grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.blue-grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.blue-grey-300-fg {
  color: #e57373 !important;
}
.blue-grey-300-border {
  border-color: #e57373 !important;
}
.blue-grey-300-border-top {
  border-top-color: #e57373 !important;
}
.blue-grey-300-border-right {
  border-right-color: #e57373 !important;
}
.blue-grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.blue-grey-300-border-left {
  border-left-color: #e57373 !important;
}
.blue-grey-400-bg {
  background-color: #ef5350 !important;
}
.blue-grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.blue-grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.blue-grey-400-fg {
  color: #ef5350 !important;
}
.blue-grey-400-border {
  border-color: #ef5350 !important;
}
.blue-grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.blue-grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.blue-grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.blue-grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.blue-grey-500-bg {
  background-color: #f44336 !important;
}
.blue-grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-500-fg {
  color: #f44336 !important;
}
.blue-grey-500-border {
  border-color: #f44336 !important;
}
.blue-grey-500-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-500-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-500-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-bg {
  background-color: #f44336 !important;
}
.blue-grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-fg {
  color: #f44336 !important;
}
.blue-grey-border {
  border-color: #f44336 !important;
}
.blue-grey-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-600-bg {
  background-color: #e53935 !important;
}
.blue-grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.blue-grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.blue-grey-600-fg {
  color: #e53935 !important;
}
.blue-grey-600-border {
  border-color: #e53935 !important;
}
.blue-grey-600-border-top {
  border-top-color: #e53935 !important;
}
.blue-grey-600-border-right {
  border-right-color: #e53935 !important;
}
.blue-grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.blue-grey-600-border-left {
  border-left-color: #e53935 !important;
}
.blue-grey-700-bg {
  background-color: #d32f2f !important;
}
.blue-grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.blue-grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.blue-grey-700-fg {
  color: #d32f2f !important;
}
.blue-grey-700-border {
  border-color: #d32f2f !important;
}
.blue-grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.blue-grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.blue-grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.blue-grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.blue-grey-800-bg {
  background-color: #c62828 !important;
}
.blue-grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.blue-grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.blue-grey-800-fg {
  color: #c62828 !important;
}
.blue-grey-800-border {
  border-color: #c62828 !important;
}
.blue-grey-800-border-top {
  border-top-color: #c62828 !important;
}
.blue-grey-800-border-right {
  border-right-color: #c62828 !important;
}
.blue-grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.blue-grey-800-border-left {
  border-left-color: #c62828 !important;
}
.blue-grey-900-bg {
  background-color: #b71c1c !important;
}
.blue-grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.blue-grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.blue-grey-900-fg {
  color: #b71c1c !important;
}
.blue-grey-900-border {
  border-color: #b71c1c !important;
}
.blue-grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.blue-grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.blue-grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.blue-grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.blue-grey-A100-bg {
  background-color: #ff8a80 !important;
}
.blue-grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.blue-grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.blue-grey-A100-fg {
  color: #ff8a80 !important;
}
.blue-grey-A100-border {
  border-color: #ff8a80 !important;
}
.blue-grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.blue-grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.blue-grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.blue-grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.blue-grey-A200-bg {
  background-color: #ff5252 !important;
}
.blue-grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.blue-grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.blue-grey-A200-fg {
  color: #ff5252 !important;
}
.blue-grey-A200-border {
  border-color: #ff5252 !important;
}
.blue-grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.blue-grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.blue-grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.blue-grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.blue-grey-A400-bg {
  background-color: #ff1744 !important;
}
.blue-grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.blue-grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.blue-grey-A400-fg {
  color: #ff1744 !important;
}
.blue-grey-A400-border {
  border-color: #ff1744 !important;
}
.blue-grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.blue-grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.blue-grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.blue-grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.blue-grey-A700-bg {
  background-color: #d50000 !important;
}
.blue-grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.blue-grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.blue-grey-A700-fg {
  color: #d50000 !important;
}
.blue-grey-A700-border {
  border-color: #d50000 !important;
}
.blue-grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.blue-grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.blue-grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.blue-grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.fuse-card {
  max-width: 320px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.variable-width {
  min-width: 0;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.fuse-card .card-divider {
  margin: 16px;
}
.fuse-card .card-divider.full-width {
  margin: 0;
}
.fuse-card .card-expand-area {
  overflow: hidden;
}
.fuse-card .card-expand-area .card-expanded-content {
  padding: 8px 16px 16px 16px;
  line-height: 1.75;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.avatar.big {
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
}
.avatar.huge {
  width: 96px;
  min-width: 96px;
  height: 96px;
  line-height: 96px;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.avatar-wrapper mat-icon.status {
  position: absolute;
  top: 28px;
  left: 28px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4caf50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #f44336;
}
mat-icon.status.do-not-disturb:before {
  content: "remove_circle_outline";
}
mat-icon.status.away {
  color: #ffc107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.form-wrapper {
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 48px;
  max-height: 48px;
  height: 48px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding: 0 8px;
  border-radius: 4px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.simple-pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 56px;
  line-height: 56px;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
}
.simple-pagination .pagination-item.active {
  cursor: default;
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
}
.price-tables .price-table {
  position: relative;
  width: 280px;
  border-radius: 2px;
  margin: 12px;
  overflow: hidden;
}
.price-tables .price-table.style-1 .package-type {
  font-size: 17px;
  padding: 16px 24px;
}
.price-tables .price-table.style-1 .package-type .sale {
  font-size: 13px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price {
  padding: 32px 32px 16px 32px;
}
.price-tables .price-table.style-1 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-1 .price .period {
  padding: 0 0 5px 4px;
  font-size: 17px;
}
.price-tables .price-table.style-1 mat-divider {
  margin: 16px 32px;
}
.price-tables .price-table.style-1 .terms {
  padding: 16px 32px;
  font-size: 15px;
}
.price-tables .price-table.style-1 .cta-button {
  margin: 16px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-2 .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .price {
  padding: 0 32px 8px 32px;
}
.price-tables .price-table.style-2 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-2 .price .value {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-2 .period {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .terms {
  padding: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-2 .terms .term {
  padding-bottom: 8px;
}
.price-tables .price-table.style-2 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-2 .cta-button {
  margin: 8px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-3 .package-type {
  padding: 32px;
  text-align: center;
}
.price-tables .price-table.style-3 .package-type .title {
  font-size: 34px;
}
.price-tables .price-table.style-3 .package-type .subtitle {
  font-size: 17px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price {
  padding: 16px 32px;
}
.price-tables .price-table.style-3 .price .currency {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price .value {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-3 .price .period {
  padding-left: 4px;
  text-align: center;
}
.price-tables .price-table.style-3 .terms {
  margin: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-3 .terms .term {
  padding-bottom: 16px;
}
.price-tables .price-table.style-3 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-3 .cta-button {
  margin: 8px 32px;
}
.price-tables .price-table.style-3 .note {
  padding: 8px 32px 16px 32px;
  text-align: center;
}
.simple-table-container .table-title {
  font-size: 20px;
  padding: 24px;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 600;
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
table.simple.clickable tbody tr {
  cursor: pointer;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded > .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.tabbed > .center {
  width: 100%;
  min-width: 0;
}
.page-layout.carded.fullwidth.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
  width: 100%;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar,
.page-layout.carded.right-sidebar {
  flex-direction: row;
}
.page-layout.carded.left-sidebar > .sidebar,
.page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .sidebar.locked-open,
.page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.carded.left-sidebar > .sidebar .header,
.page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
.page-layout.carded.left-sidebar > .sidebar .content,
.page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar > .center,
.page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
.page-layout.carded.left-sidebar > .center > .header,
.page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
.page-layout.carded.left-sidebar > .center > .content-card,
.page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar .sidebar-toggle,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar > .center > .content-card > .content,
.page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center,
.page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .page-layout.carded.left-sidebar.tabbed > .center,
  .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidebar.tabbed > .center > .header,
.page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.left-sidebar.inner-scroll,
.page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll > .center,
.page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card > .content,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header,
.page-layout.simple.inner-sidebar > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar,
.page-layout.simple.right-sidebar {
  flex-direction: row;
}
.page-layout.simple.left-sidebar > .sidebar,
.page-layout.simple.right-sidebar > .sidebar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .sidebar.locked-open,
.page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.simple.left-sidebar > .sidebar .content,
.page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar > .center,
.page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .center > .header,
.page-layout.simple.right-sidebar > .center > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar > .center > .content,
.page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidebar.inner-scroll,
.page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-scroll > .center,
.page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar,
.page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar.locked-open,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.tabbed > .content > .mat-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidebar > .center,
  .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
html {
  font-family:
    "Muli",
    "Helvetica Neue",
    "Arial",
    sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 14px;
}
html,
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
a {
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover,
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "\2014\a0";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "\2014\a0";
}
code {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    "Ubuntu Mono",
    monospace;
}
code:not(.highlight) {
  color: #106cc8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #f7f49a;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 24px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 17px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 13px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #f44336;
}
.changelog .entry .groups .new .title {
  background: #43a047;
}
.changelog .entry .groups .improved .title {
  background: #673ab7;
}
.changelog .entry .groups .fixed .title {
  background: #2196f3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607d8b;
  border-left: 6px solid #37474f;
  color: rgb(255, 255, 255);
}
.message-box.error {
  background: #ef5350;
  border-left-color: #b71c1c;
}
.message-box.warning {
  background: #ffecb3;
  border-left-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4caf50;
  border-left-color: #2e7d32;
}
.message-box.info {
  background: #b3e5fc;
  border-left-color: #03a9f4;
  color: rgba(0, 0, 0, 0.87);
}
.fuse-white-500-bg {
  background-color: white !important;
}
.fuse-white-500 {
  background-color: white !important;
  color: white !important;
}
.fuse-white-500[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-white-500-fg {
  color: white !important;
}
.fuse-white-500-border {
  border-color: white !important;
}
.fuse-white-500-border-top {
  border-top-color: white !important;
}
.fuse-white-500-border-right {
  border-right-color: white !important;
}
.fuse-white-500-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-500-border-left {
  border-left-color: white !important;
}
.fuse-white-bg {
  background-color: white !important;
}
.fuse-white {
  background-color: white !important;
  color: white !important;
}
.fuse-white[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-white-fg {
  color: white !important;
}
.fuse-white-border {
  border-color: white !important;
}
.fuse-white-border-top {
  border-top-color: white !important;
}
.fuse-white-border-right {
  border-right-color: white !important;
}
.fuse-white-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-border-left {
  border-left-color: white !important;
}
.fuse-black-500-bg {
  background-color: black !important;
}
.fuse-black-500 {
  background-color: black !important;
  color: black !important;
}
.fuse-black-500[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-black-500-fg {
  color: black !important;
}
.fuse-black-500-border {
  border-color: black !important;
}
.fuse-black-500-border-top {
  border-top-color: black !important;
}
.fuse-black-500-border-right {
  border-right-color: black !important;
}
.fuse-black-500-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-500-border-left {
  border-left-color: black !important;
}
.fuse-black-bg {
  background-color: black !important;
}
.fuse-black {
  background-color: black !important;
  color: black !important;
}
.fuse-black[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-black-fg {
  color: black !important;
}
.fuse-black-border {
  border-color: black !important;
}
.fuse-black-border-top {
  border-top-color: black !important;
}
.fuse-black-border-right {
  border-right-color: black !important;
}
.fuse-black-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-border-left {
  border-left-color: black !important;
}
.fuse-navy-50-bg {
  background-color: #ececee !important;
}
.fuse-navy-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
.fuse-navy-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
.fuse-navy-50-fg {
  color: #ececee !important;
}
.fuse-navy-50-border {
  border-color: #ececee !important;
}
.fuse-navy-50-border-top {
  border-top-color: #ececee !important;
}
.fuse-navy-50-border-right {
  border-right-color: #ececee !important;
}
.fuse-navy-50-border-bottom {
  border-bottom-color: #ececee !important;
}
.fuse-navy-50-border-left {
  border-left-color: #ececee !important;
}
.fuse-navy-100-bg {
  background-color: #c5c6cb !important;
}
.fuse-navy-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
.fuse-navy-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
.fuse-navy-100-fg {
  color: #c5c6cb !important;
}
.fuse-navy-100-border {
  border-color: #c5c6cb !important;
}
.fuse-navy-100-border-top {
  border-top-color: #c5c6cb !important;
}
.fuse-navy-100-border-right {
  border-right-color: #c5c6cb !important;
}
.fuse-navy-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
.fuse-navy-100-border-left {
  border-left-color: #c5c6cb !important;
}
.fuse-navy-200-bg {
  background-color: #9ea1a9 !important;
}
.fuse-navy-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
.fuse-navy-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
.fuse-navy-200-fg {
  color: #9ea1a9 !important;
}
.fuse-navy-200-border {
  border-color: #9ea1a9 !important;
}
.fuse-navy-200-border-top {
  border-top-color: #9ea1a9 !important;
}
.fuse-navy-200-border-right {
  border-right-color: #9ea1a9 !important;
}
.fuse-navy-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
.fuse-navy-200-border-left {
  border-left-color: #9ea1a9 !important;
}
.fuse-navy-300-bg {
  background-color: #7d818c !important;
}
.fuse-navy-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
.fuse-navy-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
.fuse-navy-300-fg {
  color: #7d818c !important;
}
.fuse-navy-300-border {
  border-color: #7d818c !important;
}
.fuse-navy-300-border-top {
  border-top-color: #7d818c !important;
}
.fuse-navy-300-border-right {
  border-right-color: #7d818c !important;
}
.fuse-navy-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
.fuse-navy-300-border-left {
  border-left-color: #7d818c !important;
}
.fuse-navy-400-bg {
  background-color: #5c616f !important;
}
.fuse-navy-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
.fuse-navy-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
.fuse-navy-400-fg {
  color: #5c616f !important;
}
.fuse-navy-400-border {
  border-color: #5c616f !important;
}
.fuse-navy-400-border-top {
  border-top-color: #5c616f !important;
}
.fuse-navy-400-border-right {
  border-right-color: #5c616f !important;
}
.fuse-navy-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
.fuse-navy-400-border-left {
  border-left-color: #5c616f !important;
}
.fuse-navy-500-bg {
  background-color: #3c4252 !important;
}
.fuse-navy-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
.fuse-navy-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
.fuse-navy-500-fg {
  color: #3c4252 !important;
}
.fuse-navy-500-border {
  border-color: #3c4252 !important;
}
.fuse-navy-500-border-top {
  border-top-color: #3c4252 !important;
}
.fuse-navy-500-border-right {
  border-right-color: #3c4252 !important;
}
.fuse-navy-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
.fuse-navy-500-border-left {
  border-left-color: #3c4252 !important;
}
.fuse-navy-bg {
  background-color: #3c4252 !important;
}
.fuse-navy {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
.fuse-navy[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
.fuse-navy-fg {
  color: #3c4252 !important;
}
.fuse-navy-border {
  border-color: #3c4252 !important;
}
.fuse-navy-border-top {
  border-top-color: #3c4252 !important;
}
.fuse-navy-border-right {
  border-right-color: #3c4252 !important;
}
.fuse-navy-border-bottom {
  border-bottom-color: #3c4252 !important;
}
.fuse-navy-border-left {
  border-left-color: #3c4252 !important;
}
.fuse-navy-600-bg {
  background-color: #353a48 !important;
}
.fuse-navy-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
.fuse-navy-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
.fuse-navy-600-fg {
  color: #353a48 !important;
}
.fuse-navy-600-border {
  border-color: #353a48 !important;
}
.fuse-navy-600-border-top {
  border-top-color: #353a48 !important;
}
.fuse-navy-600-border-right {
  border-right-color: #353a48 !important;
}
.fuse-navy-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
.fuse-navy-600-border-left {
  border-left-color: #353a48 !important;
}
.fuse-navy-700-bg {
  background-color: #2d323e !important;
}
.fuse-navy-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
.fuse-navy-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
.fuse-navy-700-fg {
  color: #2d323e !important;
}
.fuse-navy-700-border {
  border-color: #2d323e !important;
}
.fuse-navy-700-border-top {
  border-top-color: #2d323e !important;
}
.fuse-navy-700-border-right {
  border-right-color: #2d323e !important;
}
.fuse-navy-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
.fuse-navy-700-border-left {
  border-left-color: #2d323e !important;
}
.fuse-navy-800-bg {
  background-color: #262933 !important;
}
.fuse-navy-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
.fuse-navy-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
.fuse-navy-800-fg {
  color: #262933 !important;
}
.fuse-navy-800-border {
  border-color: #262933 !important;
}
.fuse-navy-800-border-top {
  border-top-color: #262933 !important;
}
.fuse-navy-800-border-right {
  border-right-color: #262933 !important;
}
.fuse-navy-800-border-bottom {
  border-bottom-color: #262933 !important;
}
.fuse-navy-800-border-left {
  border-left-color: #262933 !important;
}
.fuse-navy-900-bg {
  background-color: #1e2129 !important;
}
.fuse-navy-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
.fuse-navy-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
.fuse-navy-900-fg {
  color: #1e2129 !important;
}
.fuse-navy-900-border {
  border-color: #1e2129 !important;
}
.fuse-navy-900-border-top {
  border-top-color: #1e2129 !important;
}
.fuse-navy-900-border-right {
  border-right-color: #1e2129 !important;
}
.fuse-navy-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
.fuse-navy-900-border-left {
  border-left-color: #1e2129 !important;
}
.fuse-navy-A100-bg {
  background-color: #c5c6cb !important;
}
.fuse-navy-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
.fuse-navy-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
.fuse-navy-A100-fg {
  color: #c5c6cb !important;
}
.fuse-navy-A100-border {
  border-color: #c5c6cb !important;
}
.fuse-navy-A100-border-top {
  border-top-color: #c5c6cb !important;
}
.fuse-navy-A100-border-right {
  border-right-color: #c5c6cb !important;
}
.fuse-navy-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
.fuse-navy-A100-border-left {
  border-left-color: #c5c6cb !important;
}
.fuse-navy-A200-bg {
  background-color: #9ea1a9 !important;
}
.fuse-navy-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
.fuse-navy-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
.fuse-navy-A200-fg {
  color: #9ea1a9 !important;
}
.fuse-navy-A200-border {
  border-color: #9ea1a9 !important;
}
.fuse-navy-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
.fuse-navy-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
.fuse-navy-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
.fuse-navy-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
.fuse-navy-A400-bg {
  background-color: #5c616f !important;
}
.fuse-navy-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
.fuse-navy-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
.fuse-navy-A400-fg {
  color: #5c616f !important;
}
.fuse-navy-A400-border {
  border-color: #5c616f !important;
}
.fuse-navy-A400-border-top {
  border-top-color: #5c616f !important;
}
.fuse-navy-A400-border-right {
  border-right-color: #5c616f !important;
}
.fuse-navy-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
.fuse-navy-A400-border-left {
  border-left-color: #5c616f !important;
}
.fuse-navy-A700-bg {
  background-color: #2d323e !important;
}
.fuse-navy-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
.fuse-navy-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
.fuse-navy-A700-fg {
  color: #2d323e !important;
}
.fuse-navy-A700-border {
  border-color: #2d323e !important;
}
.fuse-navy-A700-border-top {
  border-top-color: #2d323e !important;
}
.fuse-navy-A700-border-right {
  border-right-color: #2d323e !important;
}
.fuse-navy-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
.fuse-navy-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #3c4252;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3c4252;
  --mdc-filled-text-field-focus-active-indicator-color: #3c4252;
  --mdc-filled-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #3c4252;
  --mdc-outlined-text-field-focus-outline-color: #3c4252;
  --mdc-outlined-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #353a48;
  --mdc-switch-selected-handle-color: #353a48;
  --mdc-switch-selected-hover-state-layer-color: #353a48;
  --mdc-switch-selected-pressed-state-layer-color: #353a48;
  --mdc-switch-selected-focus-handle-color: #1e2129;
  --mdc-switch-selected-hover-handle-color: #1e2129;
  --mdc-switch-selected-pressed-handle-color: #1e2129;
  --mdc-switch-selected-focus-track-color: #7d818c;
  --mdc-switch-selected-hover-track-color: #7d818c;
  --mdc-switch-selected-pressed-track-color: #7d818c;
  --mdc-switch-selected-track-color: #7d818c;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #3c4252;
  --mdc-slider-focus-handle-color: #3c4252;
  --mdc-slider-hover-handle-color: #3c4252;
  --mdc-slider-active-track-color: #3c4252;
  --mdc-slider-inactive-track-color: #3c4252;
  --mdc-slider-with-tick-marks-inactive-container-color: #3c4252;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #3c4252;
  --mat-slider-hover-state-layer-color: rgba(60, 66, 82, 0.05);
  --mat-slider-focus-state-layer-color: rgba(60, 66, 82, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #039be5;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3c4252;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #3c4252;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3c4252;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(60, 66, 82, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3c4252;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(60, 66, 82, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3c4252;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3c4252;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3c4252;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
.mat-theme-loaded-marker {
  display: none;
}
body.theme-default .mat-accent {
  --mat-option-selected-state-label-text-color: #039be5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c4252;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c4252;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3c4252;
  --mdc-linear-progress-track-color: rgba(60, 66, 82, 0.25);
}
body.theme-default .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #039be5;
  --mdc-linear-progress-track-color: rgba(3, 155, 229, 0.25);
}
body.theme-default .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #039be5;
  --mdc-filled-text-field-focus-active-indicator-color: #039be5;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mdc-outlined-text-field-caret-color: #039be5;
  --mdc-outlined-text-field-focus-outline-color: #039be5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(3, 155, 229, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 155, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3c4252;
  --mdc-chip-elevated-selected-container-color: #3c4252;
  --mdc-chip-elevated-disabled-container-color: #3c4252;
  --mdc-chip-flat-disabled-selected-container-color: #3c4252;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #039be5;
  --mdc-chip-elevated-selected-container-color: #039be5;
  --mdc-chip-elevated-disabled-container-color: #039be5;
  --mdc-chip-flat-disabled-selected-container-color: #039be5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
body.theme-default .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.theme-default .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3c4252;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #039be5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-accent {
  --mdc-slider-handle-color: #039be5;
  --mdc-slider-focus-handle-color: #039be5;
  --mdc-slider-hover-handle-color: #039be5;
  --mdc-slider-active-track-color: #039be5;
  --mdc-slider-inactive-track-color: #039be5;
  --mdc-slider-with-tick-marks-inactive-container-color: #039be5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #039be5;
  --mat-slider-hover-state-layer-color: rgba(3, 155, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 155, 229, 0.2);
}
body.theme-default .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-default .mdc-list-item__start,
body.theme-default .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
}
body.theme-default .mat-accent .mdc-list-item__start,
body.theme-default .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
}
body.theme-default .mat-warn .mdc-list-item__start,
body.theme-default .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-default .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3c4252;
}
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default .mdc-list-item__start,
body.theme-default .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default .mat-mdc-tab-group,
body.theme-default .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3c4252;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3c4252;
  --mat-tab-header-active-ripple-color: #3c4252;
  --mat-tab-header-inactive-ripple-color: #3c4252;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3c4252;
  --mat-tab-header-active-hover-label-text-color: #3c4252;
  --mat-tab-header-active-focus-indicator-color: #3c4252;
  --mat-tab-header-active-hover-indicator-color: #3c4252;
}
body.theme-default .mat-mdc-tab-group.mat-accent,
body.theme-default .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #039be5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #039be5;
  --mat-tab-header-active-ripple-color: #039be5;
  --mat-tab-header-inactive-ripple-color: #039be5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #039be5;
  --mat-tab-header-active-hover-label-text-color: #039be5;
  --mat-tab-header-active-focus-indicator-color: #039be5;
  --mat-tab-header-active-hover-indicator-color: #039be5;
}
body.theme-default .mat-mdc-tab-group.mat-warn,
body.theme-default .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-default .mat-mdc-tab-group.mat-background-primary,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3c4252;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-group.mat-background-accent,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #039be5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-group.mat-background-warn,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3c4252;
  --mat-text-button-state-layer-color: #3c4252;
  --mat-text-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #039be5;
  --mat-text-button-state-layer-color: #039be5;
  --mat-text-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3c4252;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #039be5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3c4252;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #039be5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3c4252;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3c4252;
  --mat-outlined-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #039be5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #039be5;
  --mat-outlined-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3c4252;
  --mat-icon-button-state-layer-color: #3c4252;
  --mat-icon-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #039be5;
  --mat-icon-button-state-layer-color: #039be5;
  --mat-icon-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3c4252;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #039be5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3c4252;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #039be5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-accent {
  --mdc-circular-progress-active-indicator-color: #039be5;
}
body.theme-default .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-default .mat-badge-accent {
  --mat-badge-background-color: #039be5;
  --mat-badge-text-color: white;
}
body.theme-default .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-default .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #039be5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 155, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 155, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #039be5;
}
body.theme-default .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-default .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default .mat-icon.mat-primary {
  --mat-icon-color: #3c4252;
}
body.theme-default .mat-icon.mat-accent {
  --mat-icon-color: #039be5;
}
body.theme-default .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-default .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #039be5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #039be5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #039be5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3c4252;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #039be5;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-default {
  color: rgba(0, 0, 0, 0.87);
  background: #f5f5f5;
}
body.theme-default .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .icon,
body.theme-default i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .fade-text,
body.theme-default .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .form-wrapper {
  background-color: white;
}
body.theme-default .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .simple-pagination {
  background: white;
}
body.theme-default .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .price-tables .price-table {
  background: white;
}
body.theme-default .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-table-container {
  background: white;
}
body.theme-default table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-default .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-default .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.simple.left-sidebar > .center > .content,
body.theme-default .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-default .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-default .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-default a {
  color: #039be5;
}
body.theme-default code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-default .changelog .entry {
  background-color: white;
}
body.theme-default .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-search-bar.expanded {
  background-color: #fafafa;
}
body.theme-default #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-default fuse-sidebar {
  background: var(--bg-colors);
}
body.theme-default .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-default fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #2a2d3b;
}
body.theme-default fuse-widget > .fuse-widget-front,
body.theme-default fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #039be5;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #039be5;
  color: white;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-default chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #3c4252;
  color: white;
}
body.theme-default chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-default chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-default .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-start .big-circle {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-view .chat .chat-toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-view .chat #chat-content .message-row.contact .bubble {
  background-color: #3c4252;
  color: white;
}
body.theme-default chat-view .chat #chat-content .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-default chat-view .chat .chat-footer {
  background: #f5f5f5;
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-view .chat .chat-footer .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-view .chat .chat-footer .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: white;
}
body.theme-default chat-chats-sidenav .sidenav-header mat-toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-chats-sidenav .sidenav-header mat-toolbar .search {
  background: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-chats-sidenav .sidenav-header mat-toolbar .search input {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default chat-chats-sidenav .sidenav-content .contact-list .mat-subheader,
body.theme-default chat-chats-sidenav .sidenav-content .chat-list .mat-subheader {
  color: #039be5;
}
body.theme-default chat-chats-sidenav .sidenav-content .contact-list .contact,
body.theme-default chat-chats-sidenav .sidenav-content .chat-list .contact {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-chats-sidenav .sidenav-content .contact-list .contact .contact-last-message,
body.theme-default chat-chats-sidenav .sidenav-content .chat-list .contact .contact-last-message {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default chat-chats-sidenav .sidenav-content .contact-list .contact .contact-mood,
body.theme-default chat-chats-sidenav .sidenav-content .chat-list .contact .contact-mood {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .primary-50-bg {
  background-color: #ececee !important;
}
body.theme-default .primary-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
body.theme-default .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
body.theme-default .primary-50-fg {
  color: #ececee !important;
}
body.theme-default .primary-50-border {
  border-color: #ececee !important;
}
body.theme-default .primary-50-border-top {
  border-top-color: #ececee !important;
}
body.theme-default .primary-50-border-right {
  border-right-color: #ececee !important;
}
body.theme-default .primary-50-border-bottom {
  border-bottom-color: #ececee !important;
}
body.theme-default .primary-50-border-left {
  border-left-color: #ececee !important;
}
body.theme-default .primary-100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .primary-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .primary-100-fg {
  color: #c5c6cb !important;
}
body.theme-default .primary-100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .primary-100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .primary-100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .primary-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .primary-100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .primary-200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .primary-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .primary-200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .primary-200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .primary-200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .primary-200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .primary-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .primary-200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .primary-300-bg {
  background-color: #7d818c !important;
}
body.theme-default .primary-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
body.theme-default .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
body.theme-default .primary-300-fg {
  color: #7d818c !important;
}
body.theme-default .primary-300-border {
  border-color: #7d818c !important;
}
body.theme-default .primary-300-border-top {
  border-top-color: #7d818c !important;
}
body.theme-default .primary-300-border-right {
  border-right-color: #7d818c !important;
}
body.theme-default .primary-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
body.theme-default .primary-300-border-left {
  border-left-color: #7d818c !important;
}
body.theme-default .primary-400-bg {
  background-color: #5c616f !important;
}
body.theme-default .primary-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .primary-400-fg {
  color: #5c616f !important;
}
body.theme-default .primary-400-border {
  border-color: #5c616f !important;
}
body.theme-default .primary-400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .primary-400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .primary-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .primary-400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .primary-500-bg {
  background-color: #3c4252 !important;
}
body.theme-default .primary-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
body.theme-default .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
body.theme-default .primary-500-fg {
  color: #3c4252 !important;
}
body.theme-default .primary-500-border {
  border-color: #3c4252 !important;
}
body.theme-default .primary-500-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .primary-500-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .primary-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .primary-500-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .primary-600-bg {
  background-color: #353a48 !important;
}
body.theme-default .primary-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
body.theme-default .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
body.theme-default .primary-600-fg {
  color: #353a48 !important;
}
body.theme-default .primary-600-border {
  border-color: #353a48 !important;
}
body.theme-default .primary-600-border-top {
  border-top-color: #353a48 !important;
}
body.theme-default .primary-600-border-right {
  border-right-color: #353a48 !important;
}
body.theme-default .primary-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-default .primary-600-border-left {
  border-left-color: #353a48 !important;
}
body.theme-default .primary-700-bg {
  background-color: #2d323e !important;
}
body.theme-default .primary-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .primary-700-fg {
  color: #2d323e !important;
}
body.theme-default .primary-700-border {
  border-color: #2d323e !important;
}
body.theme-default .primary-700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .primary-700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .primary-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .primary-700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-default .primary-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
body.theme-default .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
body.theme-default .primary-800-fg {
  color: #262933 !important;
}
body.theme-default .primary-800-border {
  border-color: #262933 !important;
}
body.theme-default .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-default .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-default .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-default .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-default .primary-900-bg {
  background-color: #1e2129 !important;
}
body.theme-default .primary-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
body.theme-default .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
body.theme-default .primary-900-fg {
  color: #1e2129 !important;
}
body.theme-default .primary-900-border {
  border-color: #1e2129 !important;
}
body.theme-default .primary-900-border-top {
  border-top-color: #1e2129 !important;
}
body.theme-default .primary-900-border-right {
  border-right-color: #1e2129 !important;
}
body.theme-default .primary-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
body.theme-default .primary-900-border-left {
  border-left-color: #1e2129 !important;
}
body.theme-default .primary-A100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .primary-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .primary-A100-fg {
  color: #c5c6cb !important;
}
body.theme-default .primary-A100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .primary-A100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .primary-A100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .primary-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .primary-A100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .primary-A200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .primary-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .primary-A200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .primary-A200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .primary-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .primary-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .primary-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .primary-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .primary-A400-bg {
  background-color: #5c616f !important;
}
body.theme-default .primary-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .primary-A400-fg {
  color: #5c616f !important;
}
body.theme-default .primary-A400-border {
  border-color: #5c616f !important;
}
body.theme-default .primary-A400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .primary-A400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .primary-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .primary-A400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .primary-A700-bg {
  background-color: #2d323e !important;
}
body.theme-default .primary-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .primary-A700-fg {
  color: #2d323e !important;
}
body.theme-default .primary-A700-border {
  border-color: #2d323e !important;
}
body.theme-default .primary-A700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .primary-A700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .primary-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .primary-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .primary-bg {
  background-color: #3c4252 !important;
}
body.theme-default .primary {
  background-color: #3c4252 !important;
  color: white !important;
}
body.theme-default .primary[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-fg {
  color: #3c4252 !important;
}
body.theme-default .primary-border {
  border-color: #3c4252 !important;
}
body.theme-default .primary-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .primary-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .primary-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .primary-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-default .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .accent-600-fg {
  color: #039be5 !important;
}
body.theme-default .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-default .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-default .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .accent-800-fg {
  color: #0277bd !important;
}
body.theme-default .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-default .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-default .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .accent-900-fg {
  color: #01579b !important;
}
body.theme-default .accent-900-border {
  border-color: #01579b !important;
}
body.theme-default .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-default .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .accent-bg {
  background-color: #039be5 !important;
}
body.theme-default .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-default .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-fg {
  color: #039be5 !important;
}
body.theme-default .accent-border {
  border-color: #039be5 !important;
}
body.theme-default .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-fg {
  color: #f44336 !important;
}
body.theme-default .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-red-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-red-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-red-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-red-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-red-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-red-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-red-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-red-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-red-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-red-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-red-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-red-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-red-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-red-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-red-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-red-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-red-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-red-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-red-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-red-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-red-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-red-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-red-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-red-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-red-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-red-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-red-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-red-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-red-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-red-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-red-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-red-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-red-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-red-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-red-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-red-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-red-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-red-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-red-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-red-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-red-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-red-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-red-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-red-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-red-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-red-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-red-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-red-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-red-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-red-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-red-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-red-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-red-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-red-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-red-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-red-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-red-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-red-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-red-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-red-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-red-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-red-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-red-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-red-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-red-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-red-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-red-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-red-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-red-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-red-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-red-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-red-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-red-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-red-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-red-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-red-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-red-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-red-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-red-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-red-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-red-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-red-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-red-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-blue-50-bg {
  background-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
body.theme-default .gt2-blue-50-fg {
  color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50-border {
  border-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
body.theme-default .gt2-blue-100-bg {
  background-color: #bbdefb !important;
}
body.theme-default .gt2-blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
body.theme-default .gt2-blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
body.theme-default .gt2-blue-100-fg {
  color: #bbdefb !important;
}
body.theme-default .gt2-blue-100-border {
  border-color: #bbdefb !important;
}
body.theme-default .gt2-blue-100-border-top {
  border-top-color: #bbdefb !important;
}
body.theme-default .gt2-blue-100-border-right {
  border-right-color: #bbdefb !important;
}
body.theme-default .gt2-blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
body.theme-default .gt2-blue-100-border-left {
  border-left-color: #bbdefb !important;
}
body.theme-default .gt2-blue-200-bg {
  background-color: #90caf9 !important;
}
body.theme-default .gt2-blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
body.theme-default .gt2-blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
body.theme-default .gt2-blue-200-fg {
  color: #90caf9 !important;
}
body.theme-default .gt2-blue-200-border {
  border-color: #90caf9 !important;
}
body.theme-default .gt2-blue-200-border-top {
  border-top-color: #90caf9 !important;
}
body.theme-default .gt2-blue-200-border-right {
  border-right-color: #90caf9 !important;
}
body.theme-default .gt2-blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
body.theme-default .gt2-blue-200-border-left {
  border-left-color: #90caf9 !important;
}
body.theme-default .gt2-blue-300-bg {
  background-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
body.theme-default .gt2-blue-300-fg {
  color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300-border {
  border-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
body.theme-default .gt2-blue-400-bg {
  background-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
body.theme-default .gt2-blue-400-fg {
  color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400-border {
  border-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
body.theme-default .gt2-blue-500-bg {
  background-color: #2196f3 !important;
}
body.theme-default .gt2-blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-default .gt2-blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-default .gt2-blue-500-fg {
  color: #2196f3 !important;
}
body.theme-default .gt2-blue-500-border {
  border-color: #2196f3 !important;
}
body.theme-default .gt2-blue-500-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-default .gt2-blue-500-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-default .gt2-blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-default .gt2-blue-500-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-default .gt2-blue-bg {
  background-color: #2196f3 !important;
}
body.theme-default .gt2-blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-default .gt2-blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-default .gt2-blue-fg {
  color: #2196f3 !important;
}
body.theme-default .gt2-blue-border {
  border-color: #2196f3 !important;
}
body.theme-default .gt2-blue-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-default .gt2-blue-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-default .gt2-blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-default .gt2-blue-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-default .gt2-blue-600-bg {
  background-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
body.theme-default .gt2-blue-600-fg {
  color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600-border {
  border-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
body.theme-default .gt2-blue-700-bg {
  background-color: #1976d2 !important;
}
body.theme-default .gt2-blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
body.theme-default .gt2-blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
body.theme-default .gt2-blue-700-fg {
  color: #1976d2 !important;
}
body.theme-default .gt2-blue-700-border {
  border-color: #1976d2 !important;
}
body.theme-default .gt2-blue-700-border-top {
  border-top-color: #1976d2 !important;
}
body.theme-default .gt2-blue-700-border-right {
  border-right-color: #1976d2 !important;
}
body.theme-default .gt2-blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
body.theme-default .gt2-blue-700-border-left {
  border-left-color: #1976d2 !important;
}
body.theme-default .gt2-blue-800-bg {
  background-color: #1565c0 !important;
}
body.theme-default .gt2-blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
body.theme-default .gt2-blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
body.theme-default .gt2-blue-800-fg {
  color: #1565c0 !important;
}
body.theme-default .gt2-blue-800-border {
  border-color: #1565c0 !important;
}
body.theme-default .gt2-blue-800-border-top {
  border-top-color: #1565c0 !important;
}
body.theme-default .gt2-blue-800-border-right {
  border-right-color: #1565c0 !important;
}
body.theme-default .gt2-blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
body.theme-default .gt2-blue-800-border-left {
  border-left-color: #1565c0 !important;
}
body.theme-default .gt2-blue-900-bg {
  background-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
body.theme-default .gt2-blue-900-fg {
  color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900-border {
  border-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
body.theme-default .gt2-blue-A100-bg {
  background-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
body.theme-default .gt2-blue-A100-fg {
  color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100-border {
  border-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
body.theme-default .gt2-blue-A200-bg {
  background-color: #448aff !important;
}
body.theme-default .gt2-blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
body.theme-default .gt2-blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
body.theme-default .gt2-blue-A200-fg {
  color: #448aff !important;
}
body.theme-default .gt2-blue-A200-border {
  border-color: #448aff !important;
}
body.theme-default .gt2-blue-A200-border-top {
  border-top-color: #448aff !important;
}
body.theme-default .gt2-blue-A200-border-right {
  border-right-color: #448aff !important;
}
body.theme-default .gt2-blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
body.theme-default .gt2-blue-A200-border-left {
  border-left-color: #448aff !important;
}
body.theme-default .gt2-blue-A400-bg {
  background-color: #2979ff !important;
}
body.theme-default .gt2-blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
body.theme-default .gt2-blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
body.theme-default .gt2-blue-A400-fg {
  color: #2979ff !important;
}
body.theme-default .gt2-blue-A400-border {
  border-color: #2979ff !important;
}
body.theme-default .gt2-blue-A400-border-top {
  border-top-color: #2979ff !important;
}
body.theme-default .gt2-blue-A400-border-right {
  border-right-color: #2979ff !important;
}
body.theme-default .gt2-blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
body.theme-default .gt2-blue-A400-border-left {
  border-left-color: #2979ff !important;
}
body.theme-default .gt2-blue-A700-bg {
  background-color: #2962ff !important;
}
body.theme-default .gt2-blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
body.theme-default .gt2-blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
body.theme-default .gt2-blue-A700-fg {
  color: #2962ff !important;
}
body.theme-default .gt2-blue-A700-border {
  border-color: #2962ff !important;
}
body.theme-default .gt2-blue-A700-border-top {
  border-top-color: #2962ff !important;
}
body.theme-default .gt2-blue-A700-border-right {
  border-right-color: #2962ff !important;
}
body.theme-default .gt2-blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
body.theme-default .gt2-blue-A700-border-left {
  border-left-color: #2962ff !important;
}
body.theme-default .gt2-light-blue-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .gt2-light-blue-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .gt2-light-blue-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .gt2-light-blue-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .gt2-light-blue-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .gt2-light-blue-200-fg {
  color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .gt2-light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .gt2-light-blue-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .gt2-light-blue-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .gt2-light-blue-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .gt2-light-blue-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-light-blue-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-light-blue-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-light-blue-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .gt2-light-blue-600-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-light-blue-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .gt2-light-blue-700-fg {
  color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .gt2-light-blue-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .gt2-light-blue-800-fg {
  color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800-border {
  border-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .gt2-light-blue-900-bg {
  background-color: #01579b !important;
}
body.theme-default .gt2-light-blue-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .gt2-light-blue-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .gt2-light-blue-900-fg {
  color: #01579b !important;
}
body.theme-default .gt2-light-blue-900-border {
  border-color: #01579b !important;
}
body.theme-default .gt2-light-blue-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .gt2-light-blue-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .gt2-light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .gt2-light-blue-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .gt2-light-blue-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .gt2-light-blue-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .gt2-light-blue-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .gt2-light-blue-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .gt2-light-blue-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .gt2-light-blue-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .gt2-light-blue-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .gt2-light-blue-A700-fg {
  color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .gt2-light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .gt2-pink-50-bg {
  background-color: #fce4ec !important;
}
body.theme-default .gt2-pink-50 {
  background-color: #fce4ec !important;
  color: #fce4ec !important;
}
body.theme-default .gt2-pink-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(252, 228, 236, 0.26) !important;
}
body.theme-default .gt2-pink-50-fg {
  color: #fce4ec !important;
}
body.theme-default .gt2-pink-50-border {
  border-color: #fce4ec !important;
}
body.theme-default .gt2-pink-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-default .gt2-pink-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-default .gt2-pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-default .gt2-pink-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-default .gt2-pink-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100 {
  background-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(248, 187, 208, 0.26) !important;
}
body.theme-default .gt2-pink-100-fg {
  color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-default .gt2-pink-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200 {
  background-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(244, 143, 177, 0.26) !important;
}
body.theme-default .gt2-pink-200-fg {
  color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200-border {
  border-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-default .gt2-pink-300-bg {
  background-color: #f06292 !important;
}
body.theme-default .gt2-pink-300 {
  background-color: #f06292 !important;
  color: #f06292 !important;
}
body.theme-default .gt2-pink-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(240, 98, 146, 0.26) !important;
}
body.theme-default .gt2-pink-300-fg {
  color: #f06292 !important;
}
body.theme-default .gt2-pink-300-border {
  border-color: #f06292 !important;
}
body.theme-default .gt2-pink-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-default .gt2-pink-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-default .gt2-pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-default .gt2-pink-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-default .gt2-pink-400-bg {
  background-color: #ec407a !important;
}
body.theme-default .gt2-pink-400 {
  background-color: #ec407a !important;
  color: #ec407a !important;
}
body.theme-default .gt2-pink-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(236, 64, 122, 0.26) !important;
}
body.theme-default .gt2-pink-400-fg {
  color: #ec407a !important;
}
body.theme-default .gt2-pink-400-border {
  border-color: #ec407a !important;
}
body.theme-default .gt2-pink-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-default .gt2-pink-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-default .gt2-pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-default .gt2-pink-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-default .gt2-pink-500-bg {
  background-color: #e91e63 !important;
}
body.theme-default .gt2-pink-500 {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-default .gt2-pink-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-default .gt2-pink-500-fg {
  color: #e91e63 !important;
}
body.theme-default .gt2-pink-500-border {
  border-color: #e91e63 !important;
}
body.theme-default .gt2-pink-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-default .gt2-pink-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-default .gt2-pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-default .gt2-pink-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-default .gt2-pink-bg {
  background-color: #e91e63 !important;
}
body.theme-default .gt2-pink {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-default .gt2-pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-default .gt2-pink-fg {
  color: #e91e63 !important;
}
body.theme-default .gt2-pink-border {
  border-color: #e91e63 !important;
}
body.theme-default .gt2-pink-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-default .gt2-pink-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-default .gt2-pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-default .gt2-pink-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-default .gt2-pink-600-bg {
  background-color: #d81b60 !important;
}
body.theme-default .gt2-pink-600 {
  background-color: #d81b60 !important;
  color: #d81b60 !important;
}
body.theme-default .gt2-pink-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(216, 27, 96, 0.26) !important;
}
body.theme-default .gt2-pink-600-fg {
  color: #d81b60 !important;
}
body.theme-default .gt2-pink-600-border {
  border-color: #d81b60 !important;
}
body.theme-default .gt2-pink-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-default .gt2-pink-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-default .gt2-pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-default .gt2-pink-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-default .gt2-pink-700-bg {
  background-color: #c2185b !important;
}
body.theme-default .gt2-pink-700 {
  background-color: #c2185b !important;
  color: #c2185b !important;
}
body.theme-default .gt2-pink-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(194, 24, 91, 0.26) !important;
}
body.theme-default .gt2-pink-700-fg {
  color: #c2185b !important;
}
body.theme-default .gt2-pink-700-border {
  border-color: #c2185b !important;
}
body.theme-default .gt2-pink-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-default .gt2-pink-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-default .gt2-pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-default .gt2-pink-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-default .gt2-pink-800-bg {
  background-color: #ad1457 !important;
}
body.theme-default .gt2-pink-800 {
  background-color: #ad1457 !important;
  color: #ad1457 !important;
}
body.theme-default .gt2-pink-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(173, 20, 87, 0.26) !important;
}
body.theme-default .gt2-pink-800-fg {
  color: #ad1457 !important;
}
body.theme-default .gt2-pink-800-border {
  border-color: #ad1457 !important;
}
body.theme-default .gt2-pink-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-default .gt2-pink-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-default .gt2-pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-default .gt2-pink-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-default .gt2-pink-900-bg {
  background-color: #880e4f !important;
}
body.theme-default .gt2-pink-900 {
  background-color: #880e4f !important;
  color: #880e4f !important;
}
body.theme-default .gt2-pink-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(136, 14, 79, 0.26) !important;
}
body.theme-default .gt2-pink-900-fg {
  color: #880e4f !important;
}
body.theme-default .gt2-pink-900-border {
  border-color: #880e4f !important;
}
body.theme-default .gt2-pink-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-default .gt2-pink-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-default .gt2-pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-default .gt2-pink-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-default .gt2-pink-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100 {
  background-color: #ff80ab !important;
  color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(255, 128, 171, 0.26) !important;
}
body.theme-default .gt2-pink-A100-fg {
  color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100-border {
  border-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-default .gt2-pink-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200 {
  background-color: #ff4081 !important;
  color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 64, 129, 0.26) !important;
}
body.theme-default .gt2-pink-A200-fg {
  color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200-border {
  border-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-default .gt2-pink-A400-bg {
  background-color: #f50057 !important;
}
body.theme-default .gt2-pink-A400 {
  background-color: #f50057 !important;
  color: #f50057 !important;
}
body.theme-default .gt2-pink-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(245, 0, 87, 0.26) !important;
}
body.theme-default .gt2-pink-A400-fg {
  color: #f50057 !important;
}
body.theme-default .gt2-pink-A400-border {
  border-color: #f50057 !important;
}
body.theme-default .gt2-pink-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-default .gt2-pink-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-default .gt2-pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-default .gt2-pink-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-default .gt2-pink-A700-bg {
  background-color: #c51162 !important;
}
body.theme-default .gt2-pink-A700 {
  background-color: #c51162 !important;
  color: #c51162 !important;
}
body.theme-default .gt2-pink-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(197, 17, 98, 0.26) !important;
}
body.theme-default .gt2-pink-A700-fg {
  color: #c51162 !important;
}
body.theme-default .gt2-pink-A700-border {
  border-color: #c51162 !important;
}
body.theme-default .gt2-pink-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-default .gt2-pink-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-default .gt2-pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-default .gt2-pink-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-default .gt2-purple-50-bg {
  background-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50 {
  background-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50[disabled] {
  background-color: rgba(243, 229, 245, 0.12) !important;
  color: rgba(243, 229, 245, 0.26) !important;
}
body.theme-default .gt2-purple-50-fg {
  color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50-border {
  border-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50-border-top {
  border-top-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50-border-bottom {
  border-bottom-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-50-border-left {
  border-left-color: #f3e5f5 !important;
}
body.theme-default .gt2-purple-100-bg {
  background-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100 {
  background-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100[disabled] {
  background-color: rgba(225, 190, 231, 0.12) !important;
  color: rgba(225, 190, 231, 0.26) !important;
}
body.theme-default .gt2-purple-100-fg {
  color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100-border {
  border-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100-border-top {
  border-top-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100-border-bottom {
  border-bottom-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-100-border-left {
  border-left-color: #e1bee7 !important;
}
body.theme-default .gt2-purple-200-bg {
  background-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200 {
  background-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200[disabled] {
  background-color: rgba(206, 147, 216, 0.12) !important;
  color: rgba(206, 147, 216, 0.26) !important;
}
body.theme-default .gt2-purple-200-fg {
  color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200-border {
  border-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200-border-top {
  border-top-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200-border-bottom {
  border-bottom-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-200-border-left {
  border-left-color: #ce93d8 !important;
}
body.theme-default .gt2-purple-300-bg {
  background-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300 {
  background-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300[disabled] {
  background-color: rgba(186, 104, 200, 0.12) !important;
  color: rgba(186, 104, 200, 0.26) !important;
}
body.theme-default .gt2-purple-300-fg {
  color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300-border {
  border-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300-border-top {
  border-top-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300-border-bottom {
  border-bottom-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-300-border-left {
  border-left-color: #ba68c8 !important;
}
body.theme-default .gt2-purple-400-bg {
  background-color: #ab47bc !important;
}
body.theme-default .gt2-purple-400 {
  background-color: #ab47bc !important;
  color: #ab47bc !important;
}
body.theme-default .gt2-purple-400[disabled] {
  background-color: rgba(171, 71, 188, 0.12) !important;
  color: rgba(171, 71, 188, 0.26) !important;
}
body.theme-default .gt2-purple-400-fg {
  color: #ab47bc !important;
}
body.theme-default .gt2-purple-400-border {
  border-color: #ab47bc !important;
}
body.theme-default .gt2-purple-400-border-top {
  border-top-color: #ab47bc !important;
}
body.theme-default .gt2-purple-400-border-right {
  border-right-color: #ab47bc !important;
}
body.theme-default .gt2-purple-400-border-bottom {
  border-bottom-color: #ab47bc !important;
}
body.theme-default .gt2-purple-400-border-left {
  border-left-color: #ab47bc !important;
}
body.theme-default .gt2-purple-500-bg {
  background-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500 {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-default .gt2-purple-500-fg {
  color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500-border {
  border-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-500-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-bg {
  background-color: #9c27b0 !important;
}
body.theme-default .gt2-purple {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-default .gt2-purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-default .gt2-purple-fg {
  color: #9c27b0 !important;
}
body.theme-default .gt2-purple-border {
  border-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-default .gt2-purple-600-bg {
  background-color: #8e24aa !important;
}
body.theme-default .gt2-purple-600 {
  background-color: #8e24aa !important;
  color: #8e24aa !important;
}
body.theme-default .gt2-purple-600[disabled] {
  background-color: rgba(142, 36, 170, 0.12) !important;
  color: rgba(142, 36, 170, 0.26) !important;
}
body.theme-default .gt2-purple-600-fg {
  color: #8e24aa !important;
}
body.theme-default .gt2-purple-600-border {
  border-color: #8e24aa !important;
}
body.theme-default .gt2-purple-600-border-top {
  border-top-color: #8e24aa !important;
}
body.theme-default .gt2-purple-600-border-right {
  border-right-color: #8e24aa !important;
}
body.theme-default .gt2-purple-600-border-bottom {
  border-bottom-color: #8e24aa !important;
}
body.theme-default .gt2-purple-600-border-left {
  border-left-color: #8e24aa !important;
}
body.theme-default .gt2-purple-700-bg {
  background-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700 {
  background-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700[disabled] {
  background-color: rgba(123, 31, 162, 0.12) !important;
  color: rgba(123, 31, 162, 0.26) !important;
}
body.theme-default .gt2-purple-700-fg {
  color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700-border {
  border-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700-border-top {
  border-top-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700-border-bottom {
  border-bottom-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-700-border-left {
  border-left-color: #7b1fa2 !important;
}
body.theme-default .gt2-purple-800-bg {
  background-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800 {
  background-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800[disabled] {
  background-color: rgba(106, 27, 154, 0.12) !important;
  color: rgba(106, 27, 154, 0.26) !important;
}
body.theme-default .gt2-purple-800-fg {
  color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800-border {
  border-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800-border-top {
  border-top-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800-border-bottom {
  border-bottom-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-800-border-left {
  border-left-color: #6a1b9a !important;
}
body.theme-default .gt2-purple-900-bg {
  background-color: #4a148c !important;
}
body.theme-default .gt2-purple-900 {
  background-color: #4a148c !important;
  color: #4a148c !important;
}
body.theme-default .gt2-purple-900[disabled] {
  background-color: rgba(74, 20, 140, 0.12) !important;
  color: rgba(74, 20, 140, 0.26) !important;
}
body.theme-default .gt2-purple-900-fg {
  color: #4a148c !important;
}
body.theme-default .gt2-purple-900-border {
  border-color: #4a148c !important;
}
body.theme-default .gt2-purple-900-border-top {
  border-top-color: #4a148c !important;
}
body.theme-default .gt2-purple-900-border-right {
  border-right-color: #4a148c !important;
}
body.theme-default .gt2-purple-900-border-bottom {
  border-bottom-color: #4a148c !important;
}
body.theme-default .gt2-purple-900-border-left {
  border-left-color: #4a148c !important;
}
body.theme-default .gt2-purple-A100-bg {
  background-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100 {
  background-color: #ea80fc !important;
  color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100[disabled] {
  background-color: rgba(234, 128, 252, 0.12) !important;
  color: rgba(234, 128, 252, 0.26) !important;
}
body.theme-default .gt2-purple-A100-fg {
  color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100-border {
  border-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100-border-top {
  border-top-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100-border-bottom {
  border-bottom-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A100-border-left {
  border-left-color: #ea80fc !important;
}
body.theme-default .gt2-purple-A200-bg {
  background-color: #e040fb !important;
}
body.theme-default .gt2-purple-A200 {
  background-color: #e040fb !important;
  color: #e040fb !important;
}
body.theme-default .gt2-purple-A200[disabled] {
  background-color: rgba(224, 64, 251, 0.12) !important;
  color: rgba(224, 64, 251, 0.26) !important;
}
body.theme-default .gt2-purple-A200-fg {
  color: #e040fb !important;
}
body.theme-default .gt2-purple-A200-border {
  border-color: #e040fb !important;
}
body.theme-default .gt2-purple-A200-border-top {
  border-top-color: #e040fb !important;
}
body.theme-default .gt2-purple-A200-border-right {
  border-right-color: #e040fb !important;
}
body.theme-default .gt2-purple-A200-border-bottom {
  border-bottom-color: #e040fb !important;
}
body.theme-default .gt2-purple-A200-border-left {
  border-left-color: #e040fb !important;
}
body.theme-default .gt2-purple-A400-bg {
  background-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400 {
  background-color: #d500f9 !important;
  color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400[disabled] {
  background-color: rgba(213, 0, 249, 0.12) !important;
  color: rgba(213, 0, 249, 0.26) !important;
}
body.theme-default .gt2-purple-A400-fg {
  color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400-border {
  border-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400-border-top {
  border-top-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400-border-bottom {
  border-bottom-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A400-border-left {
  border-left-color: #d500f9 !important;
}
body.theme-default .gt2-purple-A700-bg {
  background-color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700 {
  background-color: #aa00ff !important;
  color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700[disabled] {
  background-color: rgba(170, 0, 255, 0.12) !important;
  color: rgba(170, 0, 255, 0.26) !important;
}
body.theme-default .gt2-purple-A700-fg {
  color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700-border {
  border-color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700-border-top {
  border-top-color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700-border-bottom {
  border-bottom-color: #aa00ff !important;
}
body.theme-default .gt2-purple-A700-border-left {
  border-left-color: #aa00ff !important;
}
body.theme-default .gt2-green-50-bg {
  background-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
body.theme-default .gt2-green-50-fg {
  color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50-border {
  border-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
body.theme-default .gt2-green-100-bg {
  background-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
body.theme-default .gt2-green-100-fg {
  color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100-border {
  border-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
body.theme-default .gt2-green-200-bg {
  background-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
body.theme-default .gt2-green-200-fg {
  color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200-border {
  border-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
body.theme-default .gt2-green-300-bg {
  background-color: #81c784 !important;
}
body.theme-default .gt2-green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
body.theme-default .gt2-green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
body.theme-default .gt2-green-300-fg {
  color: #81c784 !important;
}
body.theme-default .gt2-green-300-border {
  border-color: #81c784 !important;
}
body.theme-default .gt2-green-300-border-top {
  border-top-color: #81c784 !important;
}
body.theme-default .gt2-green-300-border-right {
  border-right-color: #81c784 !important;
}
body.theme-default .gt2-green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
body.theme-default .gt2-green-300-border-left {
  border-left-color: #81c784 !important;
}
body.theme-default .gt2-green-400-bg {
  background-color: #66bb6a !important;
}
body.theme-default .gt2-green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
body.theme-default .gt2-green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
body.theme-default .gt2-green-400-fg {
  color: #66bb6a !important;
}
body.theme-default .gt2-green-400-border {
  border-color: #66bb6a !important;
}
body.theme-default .gt2-green-400-border-top {
  border-top-color: #66bb6a !important;
}
body.theme-default .gt2-green-400-border-right {
  border-right-color: #66bb6a !important;
}
body.theme-default .gt2-green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
body.theme-default .gt2-green-400-border-left {
  border-left-color: #66bb6a !important;
}
body.theme-default .gt2-green-500-bg {
  background-color: #4caf50 !important;
}
body.theme-default .gt2-green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-default .gt2-green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-default .gt2-green-500-fg {
  color: #4caf50 !important;
}
body.theme-default .gt2-green-500-border {
  border-color: #4caf50 !important;
}
body.theme-default .gt2-green-500-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-default .gt2-green-500-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-default .gt2-green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-default .gt2-green-500-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-default .gt2-green-bg {
  background-color: #4caf50 !important;
}
body.theme-default .gt2-green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-default .gt2-green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-default .gt2-green-fg {
  color: #4caf50 !important;
}
body.theme-default .gt2-green-border {
  border-color: #4caf50 !important;
}
body.theme-default .gt2-green-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-default .gt2-green-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-default .gt2-green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-default .gt2-green-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-default .gt2-green-600-bg {
  background-color: #43a047 !important;
}
body.theme-default .gt2-green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
body.theme-default .gt2-green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
body.theme-default .gt2-green-600-fg {
  color: #43a047 !important;
}
body.theme-default .gt2-green-600-border {
  border-color: #43a047 !important;
}
body.theme-default .gt2-green-600-border-top {
  border-top-color: #43a047 !important;
}
body.theme-default .gt2-green-600-border-right {
  border-right-color: #43a047 !important;
}
body.theme-default .gt2-green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
body.theme-default .gt2-green-600-border-left {
  border-left-color: #43a047 !important;
}
body.theme-default .gt2-green-700-bg {
  background-color: #388e3c !important;
}
body.theme-default .gt2-green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
body.theme-default .gt2-green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
body.theme-default .gt2-green-700-fg {
  color: #388e3c !important;
}
body.theme-default .gt2-green-700-border {
  border-color: #388e3c !important;
}
body.theme-default .gt2-green-700-border-top {
  border-top-color: #388e3c !important;
}
body.theme-default .gt2-green-700-border-right {
  border-right-color: #388e3c !important;
}
body.theme-default .gt2-green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
body.theme-default .gt2-green-700-border-left {
  border-left-color: #388e3c !important;
}
body.theme-default .gt2-green-800-bg {
  background-color: #2e7d32 !important;
}
body.theme-default .gt2-green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
body.theme-default .gt2-green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
body.theme-default .gt2-green-800-fg {
  color: #2e7d32 !important;
}
body.theme-default .gt2-green-800-border {
  border-color: #2e7d32 !important;
}
body.theme-default .gt2-green-800-border-top {
  border-top-color: #2e7d32 !important;
}
body.theme-default .gt2-green-800-border-right {
  border-right-color: #2e7d32 !important;
}
body.theme-default .gt2-green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
body.theme-default .gt2-green-800-border-left {
  border-left-color: #2e7d32 !important;
}
body.theme-default .gt2-green-900-bg {
  background-color: #1b5e20 !important;
}
body.theme-default .gt2-green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
body.theme-default .gt2-green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
body.theme-default .gt2-green-900-fg {
  color: #1b5e20 !important;
}
body.theme-default .gt2-green-900-border {
  border-color: #1b5e20 !important;
}
body.theme-default .gt2-green-900-border-top {
  border-top-color: #1b5e20 !important;
}
body.theme-default .gt2-green-900-border-right {
  border-right-color: #1b5e20 !important;
}
body.theme-default .gt2-green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
body.theme-default .gt2-green-900-border-left {
  border-left-color: #1b5e20 !important;
}
body.theme-default .gt2-green-A100-bg {
  background-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
body.theme-default .gt2-green-A100-fg {
  color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100-border {
  border-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
body.theme-default .gt2-green-A200-bg {
  background-color: #69f0ae !important;
}
body.theme-default .gt2-green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
body.theme-default .gt2-green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
body.theme-default .gt2-green-A200-fg {
  color: #69f0ae !important;
}
body.theme-default .gt2-green-A200-border {
  border-color: #69f0ae !important;
}
body.theme-default .gt2-green-A200-border-top {
  border-top-color: #69f0ae !important;
}
body.theme-default .gt2-green-A200-border-right {
  border-right-color: #69f0ae !important;
}
body.theme-default .gt2-green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
body.theme-default .gt2-green-A200-border-left {
  border-left-color: #69f0ae !important;
}
body.theme-default .gt2-green-A400-bg {
  background-color: #00e676 !important;
}
body.theme-default .gt2-green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
body.theme-default .gt2-green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
body.theme-default .gt2-green-A400-fg {
  color: #00e676 !important;
}
body.theme-default .gt2-green-A400-border {
  border-color: #00e676 !important;
}
body.theme-default .gt2-green-A400-border-top {
  border-top-color: #00e676 !important;
}
body.theme-default .gt2-green-A400-border-right {
  border-right-color: #00e676 !important;
}
body.theme-default .gt2-green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
body.theme-default .gt2-green-A400-border-left {
  border-left-color: #00e676 !important;
}
body.theme-default .gt2-green-A700-bg {
  background-color: #00c853 !important;
}
body.theme-default .gt2-green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
body.theme-default .gt2-green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
body.theme-default .gt2-green-A700-fg {
  color: #00c853 !important;
}
body.theme-default .gt2-green-A700-border {
  border-color: #00c853 !important;
}
body.theme-default .gt2-green-A700-border-top {
  border-top-color: #00c853 !important;
}
body.theme-default .gt2-green-A700-border-right {
  border-right-color: #00c853 !important;
}
body.theme-default .gt2-green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
body.theme-default .gt2-green-A700-border-left {
  border-left-color: #00c853 !important;
}
body.theme-default .gt2-light-green-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-default .gt2-light-green-50-fg {
  color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-default .gt2-light-green-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-default .gt2-light-green-100-fg {
  color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100-border {
  border-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-default .gt2-light-green-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-default .gt2-light-green-200-fg {
  color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-default .gt2-light-green-300-bg {
  background-color: #aed581 !important;
}
body.theme-default .gt2-light-green-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-default .gt2-light-green-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-default .gt2-light-green-300-fg {
  color: #aed581 !important;
}
body.theme-default .gt2-light-green-300-border {
  border-color: #aed581 !important;
}
body.theme-default .gt2-light-green-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-default .gt2-light-green-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-default .gt2-light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-default .gt2-light-green-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-default .gt2-light-green-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-default .gt2-light-green-400-fg {
  color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400-border {
  border-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-default .gt2-light-green-500-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-light-green-500-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-light-green {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-light-green[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-light-green-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-light-green-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-light-green-600-bg {
  background-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-default .gt2-light-green-600-fg {
  color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600-border {
  border-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-default .gt2-light-green-700-bg {
  background-color: #689f38 !important;
}
body.theme-default .gt2-light-green-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-default .gt2-light-green-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-default .gt2-light-green-700-fg {
  color: #689f38 !important;
}
body.theme-default .gt2-light-green-700-border {
  border-color: #689f38 !important;
}
body.theme-default .gt2-light-green-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-default .gt2-light-green-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-default .gt2-light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-default .gt2-light-green-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-default .gt2-light-green-800-bg {
  background-color: #558b2f !important;
}
body.theme-default .gt2-light-green-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-default .gt2-light-green-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-default .gt2-light-green-800-fg {
  color: #558b2f !important;
}
body.theme-default .gt2-light-green-800-border {
  border-color: #558b2f !important;
}
body.theme-default .gt2-light-green-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-default .gt2-light-green-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-default .gt2-light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-default .gt2-light-green-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-default .gt2-light-green-900-bg {
  background-color: #33691e !important;
}
body.theme-default .gt2-light-green-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-default .gt2-light-green-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-default .gt2-light-green-900-fg {
  color: #33691e !important;
}
body.theme-default .gt2-light-green-900-border {
  border-color: #33691e !important;
}
body.theme-default .gt2-light-green-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-default .gt2-light-green-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-default .gt2-light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-default .gt2-light-green-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-default .gt2-light-green-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-default .gt2-light-green-A100-fg {
  color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100-border {
  border-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-default .gt2-light-green-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-default .gt2-light-green-A200-fg {
  color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-default .gt2-light-green-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-default .gt2-light-green-A400-fg {
  color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400-border {
  border-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-default .gt2-light-green-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-default .gt2-light-green-A700-fg {
  color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700-border {
  border-color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-default .gt2-light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-default .gt2-amber-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-default .gt2-amber-50-fg {
  color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50-border {
  border-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-default .gt2-amber-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-default .gt2-amber-100-fg {
  color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100-border {
  border-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-default .gt2-amber-200-bg {
  background-color: #ffe082 !important;
}
body.theme-default .gt2-amber-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-default .gt2-amber-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-default .gt2-amber-200-fg {
  color: #ffe082 !important;
}
body.theme-default .gt2-amber-200-border {
  border-color: #ffe082 !important;
}
body.theme-default .gt2-amber-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-default .gt2-amber-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-default .gt2-amber-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-default .gt2-amber-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-default .gt2-amber-300-bg {
  background-color: #ffd54f !important;
}
body.theme-default .gt2-amber-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-default .gt2-amber-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-default .gt2-amber-300-fg {
  color: #ffd54f !important;
}
body.theme-default .gt2-amber-300-border {
  border-color: #ffd54f !important;
}
body.theme-default .gt2-amber-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-default .gt2-amber-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-default .gt2-amber-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-default .gt2-amber-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-default .gt2-amber-400-bg {
  background-color: #ffca28 !important;
}
body.theme-default .gt2-amber-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-default .gt2-amber-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-default .gt2-amber-400-fg {
  color: #ffca28 !important;
}
body.theme-default .gt2-amber-400-border {
  border-color: #ffca28 !important;
}
body.theme-default .gt2-amber-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-default .gt2-amber-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-default .gt2-amber-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-default .gt2-amber-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-default .gt2-amber-500-bg {
  background-color: #ffc107 !important;
}
body.theme-default .gt2-amber-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-default .gt2-amber-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-default .gt2-amber-500-fg {
  color: #ffc107 !important;
}
body.theme-default .gt2-amber-500-border {
  border-color: #ffc107 !important;
}
body.theme-default .gt2-amber-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .gt2-amber-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .gt2-amber-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .gt2-amber-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .gt2-amber-bg {
  background-color: #ffc107 !important;
}
body.theme-default .gt2-amber {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-default .gt2-amber[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-default .gt2-amber-fg {
  color: #ffc107 !important;
}
body.theme-default .gt2-amber-border {
  border-color: #ffc107 !important;
}
body.theme-default .gt2-amber-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .gt2-amber-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .gt2-amber-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .gt2-amber-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .gt2-amber-600-bg {
  background-color: #ffb300 !important;
}
body.theme-default .gt2-amber-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-default .gt2-amber-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-default .gt2-amber-600-fg {
  color: #ffb300 !important;
}
body.theme-default .gt2-amber-600-border {
  border-color: #ffb300 !important;
}
body.theme-default .gt2-amber-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-default .gt2-amber-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-default .gt2-amber-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-default .gt2-amber-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-default .gt2-amber-700-bg {
  background-color: #ffa000 !important;
}
body.theme-default .gt2-amber-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-default .gt2-amber-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-default .gt2-amber-700-fg {
  color: #ffa000 !important;
}
body.theme-default .gt2-amber-700-border {
  border-color: #ffa000 !important;
}
body.theme-default .gt2-amber-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-default .gt2-amber-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-default .gt2-amber-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-default .gt2-amber-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-default .gt2-amber-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-default .gt2-amber-800-fg {
  color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800-border {
  border-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-default .gt2-amber-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-default .gt2-amber-900-fg {
  color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900-border {
  border-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-default .gt2-amber-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-default .gt2-amber-A100-fg {
  color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100-border {
  border-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-default .gt2-amber-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-default .gt2-amber-A200-fg {
  color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200-border {
  border-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-default .gt2-amber-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-default .gt2-amber-A400-fg {
  color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400-border {
  border-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-default .gt2-amber-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-default .gt2-amber-A700-fg {
  color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700-border {
  border-color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-default .gt2-amber-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-default .gt2-blue-gray-50-bg {
  background-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-default .gt2-blue-gray-50-fg {
  color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50-border {
  border-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-default .gt2-blue-gray-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-blue-gray-100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-blue-gray-200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-300-bg {
  background-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-default .gt2-blue-gray-300-fg {
  color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300-border {
  border-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-default .gt2-blue-gray-400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-blue-gray-400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-500-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-blue-gray-500-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-blue-gray[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-blue-gray-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-blue-gray-600-bg {
  background-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-default .gt2-blue-gray-600-fg {
  color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600-border {
  border-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-default .gt2-blue-gray-700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-blue-gray-700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-800-bg {
  background-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-default .gt2-blue-gray-800-fg {
  color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800-border {
  border-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-default .gt2-blue-gray-900-bg {
  background-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-default .gt2-blue-gray-900-fg {
  color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900-border {
  border-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-default .gt2-blue-gray-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-blue-gray-A100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-gray-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-blue-gray-A200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-gray-A400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-blue-gray-A400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-blue-gray-A700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-blue-gray-A700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-blue-gray-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-50-bg {
  background-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-default .gt2-blue-grey-50-fg {
  color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50-border {
  border-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-default .gt2-blue-grey-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-blue-grey-100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-blue-grey-200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-300-bg {
  background-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-default .gt2-blue-grey-300-fg {
  color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300-border {
  border-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-default .gt2-blue-grey-400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-blue-grey-400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-500-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-blue-grey-500-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-blue-grey[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-blue-grey-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-blue-grey-600-bg {
  background-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-default .gt2-blue-grey-600-fg {
  color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600-border {
  border-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-default .gt2-blue-grey-700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-blue-grey-700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-800-bg {
  background-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-default .gt2-blue-grey-800-fg {
  color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800-border {
  border-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-default .gt2-blue-grey-900-bg {
  background-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-default .gt2-blue-grey-900-fg {
  color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900-border {
  border-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-default .gt2-blue-grey-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-blue-grey-A100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-blue-grey-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-blue-grey-A200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-blue-grey-A400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-blue-grey-A400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-blue-grey-A700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-blue-grey-A700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-blue-grey-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-brown-50-bg {
  background-color: #efebe9 !important;
}
body.theme-default .gt2-brown-50 {
  background-color: #efebe9 !important;
  color: #efebe9 !important;
}
body.theme-default .gt2-brown-50[disabled] {
  background-color: rgba(239, 235, 233, 0.12) !important;
  color: rgba(239, 235, 233, 0.26) !important;
}
body.theme-default .gt2-brown-50-fg {
  color: #efebe9 !important;
}
body.theme-default .gt2-brown-50-border {
  border-color: #efebe9 !important;
}
body.theme-default .gt2-brown-50-border-top {
  border-top-color: #efebe9 !important;
}
body.theme-default .gt2-brown-50-border-right {
  border-right-color: #efebe9 !important;
}
body.theme-default .gt2-brown-50-border-bottom {
  border-bottom-color: #efebe9 !important;
}
body.theme-default .gt2-brown-50-border-left {
  border-left-color: #efebe9 !important;
}
body.theme-default .gt2-brown-100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-default .gt2-brown-100-fg {
  color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100-border {
  border-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-default .gt2-brown-200-fg {
  color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200-border {
  border-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-300-bg {
  background-color: #a1887f !important;
}
body.theme-default .gt2-brown-300 {
  background-color: #a1887f !important;
  color: #a1887f !important;
}
body.theme-default .gt2-brown-300[disabled] {
  background-color: rgba(161, 136, 127, 0.12) !important;
  color: rgba(161, 136, 127, 0.26) !important;
}
body.theme-default .gt2-brown-300-fg {
  color: #a1887f !important;
}
body.theme-default .gt2-brown-300-border {
  border-color: #a1887f !important;
}
body.theme-default .gt2-brown-300-border-top {
  border-top-color: #a1887f !important;
}
body.theme-default .gt2-brown-300-border-right {
  border-right-color: #a1887f !important;
}
body.theme-default .gt2-brown-300-border-bottom {
  border-bottom-color: #a1887f !important;
}
body.theme-default .gt2-brown-300-border-left {
  border-left-color: #a1887f !important;
}
body.theme-default .gt2-brown-400-bg {
  background-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-default .gt2-brown-400-fg {
  color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400-border {
  border-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-500-bg {
  background-color: #795548 !important;
}
body.theme-default .gt2-brown-500 {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-default .gt2-brown-500[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-default .gt2-brown-500-fg {
  color: #795548 !important;
}
body.theme-default .gt2-brown-500-border {
  border-color: #795548 !important;
}
body.theme-default .gt2-brown-500-border-top {
  border-top-color: #795548 !important;
}
body.theme-default .gt2-brown-500-border-right {
  border-right-color: #795548 !important;
}
body.theme-default .gt2-brown-500-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-default .gt2-brown-500-border-left {
  border-left-color: #795548 !important;
}
body.theme-default .gt2-brown-bg {
  background-color: #795548 !important;
}
body.theme-default .gt2-brown {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-default .gt2-brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-default .gt2-brown-fg {
  color: #795548 !important;
}
body.theme-default .gt2-brown-border {
  border-color: #795548 !important;
}
body.theme-default .gt2-brown-border-top {
  border-top-color: #795548 !important;
}
body.theme-default .gt2-brown-border-right {
  border-right-color: #795548 !important;
}
body.theme-default .gt2-brown-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-default .gt2-brown-border-left {
  border-left-color: #795548 !important;
}
body.theme-default .gt2-brown-600-bg {
  background-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600 {
  background-color: #6d4c41 !important;
  color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600[disabled] {
  background-color: rgba(109, 76, 65, 0.12) !important;
  color: rgba(109, 76, 65, 0.26) !important;
}
body.theme-default .gt2-brown-600-fg {
  color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600-border {
  border-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600-border-top {
  border-top-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600-border-bottom {
  border-bottom-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-600-border-left {
  border-left-color: #6d4c41 !important;
}
body.theme-default .gt2-brown-700-bg {
  background-color: #5d4037 !important;
}
body.theme-default .gt2-brown-700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-default .gt2-brown-700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-default .gt2-brown-700-fg {
  color: #5d4037 !important;
}
body.theme-default .gt2-brown-700-border {
  border-color: #5d4037 !important;
}
body.theme-default .gt2-brown-700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-default .gt2-brown-700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-default .gt2-brown-700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-default .gt2-brown-700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-default .gt2-brown-800-bg {
  background-color: #4e342e !important;
}
body.theme-default .gt2-brown-800 {
  background-color: #4e342e !important;
  color: #4e342e !important;
}
body.theme-default .gt2-brown-800[disabled] {
  background-color: rgba(78, 52, 46, 0.12) !important;
  color: rgba(78, 52, 46, 0.26) !important;
}
body.theme-default .gt2-brown-800-fg {
  color: #4e342e !important;
}
body.theme-default .gt2-brown-800-border {
  border-color: #4e342e !important;
}
body.theme-default .gt2-brown-800-border-top {
  border-top-color: #4e342e !important;
}
body.theme-default .gt2-brown-800-border-right {
  border-right-color: #4e342e !important;
}
body.theme-default .gt2-brown-800-border-bottom {
  border-bottom-color: #4e342e !important;
}
body.theme-default .gt2-brown-800-border-left {
  border-left-color: #4e342e !important;
}
body.theme-default .gt2-brown-900-bg {
  background-color: #3e2723 !important;
}
body.theme-default .gt2-brown-900 {
  background-color: #3e2723 !important;
  color: #3e2723 !important;
}
body.theme-default .gt2-brown-900[disabled] {
  background-color: rgba(62, 39, 35, 0.12) !important;
  color: rgba(62, 39, 35, 0.26) !important;
}
body.theme-default .gt2-brown-900-fg {
  color: #3e2723 !important;
}
body.theme-default .gt2-brown-900-border {
  border-color: #3e2723 !important;
}
body.theme-default .gt2-brown-900-border-top {
  border-top-color: #3e2723 !important;
}
body.theme-default .gt2-brown-900-border-right {
  border-right-color: #3e2723 !important;
}
body.theme-default .gt2-brown-900-border-bottom {
  border-bottom-color: #3e2723 !important;
}
body.theme-default .gt2-brown-900-border-left {
  border-left-color: #3e2723 !important;
}
body.theme-default .gt2-brown-A100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-default .gt2-brown-A100-fg {
  color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100-border {
  border-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-default .gt2-brown-A200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-default .gt2-brown-A200-fg {
  color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200-border {
  border-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-default .gt2-brown-A400-bg {
  background-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-default .gt2-brown-A400-fg {
  color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400-border {
  border-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-default .gt2-brown-A700-bg {
  background-color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-default .gt2-brown-A700-fg {
  color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700-border {
  border-color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-default .gt2-brown-A700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-default .gt2-cyan-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-default .gt2-cyan-50-fg {
  color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50-border {
  border-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-default .gt2-cyan-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-default .gt2-cyan-100-fg {
  color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-default .gt2-cyan-200-bg {
  background-color: #80deea !important;
}
body.theme-default .gt2-cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-default .gt2-cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-default .gt2-cyan-200-fg {
  color: #80deea !important;
}
body.theme-default .gt2-cyan-200-border {
  border-color: #80deea !important;
}
body.theme-default .gt2-cyan-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-default .gt2-cyan-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-default .gt2-cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-default .gt2-cyan-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-default .gt2-cyan-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-default .gt2-cyan-300-fg {
  color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-default .gt2-cyan-400-bg {
  background-color: #26c6da !important;
}
body.theme-default .gt2-cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-default .gt2-cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-default .gt2-cyan-400-fg {
  color: #26c6da !important;
}
body.theme-default .gt2-cyan-400-border {
  border-color: #26c6da !important;
}
body.theme-default .gt2-cyan-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-default .gt2-cyan-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-default .gt2-cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-default .gt2-cyan-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-default .gt2-cyan-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-default .gt2-cyan-500-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-default .gt2-cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-default .gt2-cyan-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-cyan-600-bg {
  background-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-default .gt2-cyan-600-fg {
  color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600-border {
  border-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-default .gt2-cyan-700-bg {
  background-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-default .gt2-cyan-700-fg {
  color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700-border {
  border-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-default .gt2-cyan-800-bg {
  background-color: #00838f !important;
}
body.theme-default .gt2-cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-default .gt2-cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-default .gt2-cyan-800-fg {
  color: #00838f !important;
}
body.theme-default .gt2-cyan-800-border {
  border-color: #00838f !important;
}
body.theme-default .gt2-cyan-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-default .gt2-cyan-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-default .gt2-cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-default .gt2-cyan-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-default .gt2-cyan-900-bg {
  background-color: #006064 !important;
}
body.theme-default .gt2-cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-default .gt2-cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-default .gt2-cyan-900-fg {
  color: #006064 !important;
}
body.theme-default .gt2-cyan-900-border {
  border-color: #006064 !important;
}
body.theme-default .gt2-cyan-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-default .gt2-cyan-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-default .gt2-cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-default .gt2-cyan-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-default .gt2-cyan-A100-bg {
  background-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-default .gt2-cyan-A100-fg {
  color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100-border {
  border-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-default .gt2-cyan-A200-bg {
  background-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-default .gt2-cyan-A200-fg {
  color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200-border {
  border-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-default .gt2-cyan-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-default .gt2-cyan-A400-fg {
  color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400-border {
  border-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-default .gt2-cyan-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-default .gt2-cyan-A700-fg {
  color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-default .gt2-cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-default .gt2-deep-purple-50-bg {
  background-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50[disabled] {
  background-color: rgba(237, 231, 246, 0.12) !important;
  color: rgba(237, 231, 246, 0.26) !important;
}
body.theme-default .gt2-deep-purple-50-fg {
  color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50-border {
  border-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50-border-top {
  border-top-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50-border-bottom {
  border-bottom-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-50-border-left {
  border-left-color: #ede7f6 !important;
}
body.theme-default .gt2-deep-purple-100-bg {
  background-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100[disabled] {
  background-color: rgba(209, 196, 233, 0.12) !important;
  color: rgba(209, 196, 233, 0.26) !important;
}
body.theme-default .gt2-deep-purple-100-fg {
  color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100-border {
  border-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100-border-top {
  border-top-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100-border-bottom {
  border-bottom-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-100-border-left {
  border-left-color: #d1c4e9 !important;
}
body.theme-default .gt2-deep-purple-200-bg {
  background-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200 {
  background-color: #b39ddb !important;
  color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200[disabled] {
  background-color: rgba(179, 157, 219, 0.12) !important;
  color: rgba(179, 157, 219, 0.26) !important;
}
body.theme-default .gt2-deep-purple-200-fg {
  color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200-border {
  border-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200-border-top {
  border-top-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200-border-bottom {
  border-bottom-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-200-border-left {
  border-left-color: #b39ddb !important;
}
body.theme-default .gt2-deep-purple-300-bg {
  background-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300 {
  background-color: #9575cd !important;
  color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300[disabled] {
  background-color: rgba(149, 117, 205, 0.12) !important;
  color: rgba(149, 117, 205, 0.26) !important;
}
body.theme-default .gt2-deep-purple-300-fg {
  color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300-border {
  border-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300-border-top {
  border-top-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300-border-bottom {
  border-bottom-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-300-border-left {
  border-left-color: #9575cd !important;
}
body.theme-default .gt2-deep-purple-400-bg {
  background-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400[disabled] {
  background-color: rgba(126, 87, 194, 0.12) !important;
  color: rgba(126, 87, 194, 0.26) !important;
}
body.theme-default .gt2-deep-purple-400-fg {
  color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400-border {
  border-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400-border-top {
  border-top-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400-border-bottom {
  border-bottom-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-400-border-left {
  border-left-color: #7e57c2 !important;
}
body.theme-default .gt2-deep-purple-500-bg {
  background-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500 {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-default .gt2-deep-purple-500-fg {
  color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500-border {
  border-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-500-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-bg {
  background-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-default .gt2-deep-purple-fg {
  color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-border {
  border-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-default .gt2-deep-purple-600-bg {
  background-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600[disabled] {
  background-color: rgba(94, 53, 177, 0.12) !important;
  color: rgba(94, 53, 177, 0.26) !important;
}
body.theme-default .gt2-deep-purple-600-fg {
  color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600-border {
  border-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600-border-top {
  border-top-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600-border-bottom {
  border-bottom-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-600-border-left {
  border-left-color: #5e35b1 !important;
}
body.theme-default .gt2-deep-purple-700-bg {
  background-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700 {
  background-color: #512da8 !important;
  color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700[disabled] {
  background-color: rgba(81, 45, 168, 0.12) !important;
  color: rgba(81, 45, 168, 0.26) !important;
}
body.theme-default .gt2-deep-purple-700-fg {
  color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700-border {
  border-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700-border-top {
  border-top-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700-border-bottom {
  border-bottom-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-700-border-left {
  border-left-color: #512da8 !important;
}
body.theme-default .gt2-deep-purple-800-bg {
  background-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800 {
  background-color: #4527a0 !important;
  color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800[disabled] {
  background-color: rgba(69, 39, 160, 0.12) !important;
  color: rgba(69, 39, 160, 0.26) !important;
}
body.theme-default .gt2-deep-purple-800-fg {
  color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800-border {
  border-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800-border-top {
  border-top-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800-border-bottom {
  border-bottom-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-800-border-left {
  border-left-color: #4527a0 !important;
}
body.theme-default .gt2-deep-purple-900-bg {
  background-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900 {
  background-color: #311b92 !important;
  color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900[disabled] {
  background-color: rgba(49, 27, 146, 0.12) !important;
  color: rgba(49, 27, 146, 0.26) !important;
}
body.theme-default .gt2-deep-purple-900-fg {
  color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900-border {
  border-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900-border-top {
  border-top-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900-border-bottom {
  border-bottom-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-900-border-left {
  border-left-color: #311b92 !important;
}
body.theme-default .gt2-deep-purple-A100-bg {
  background-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100 {
  background-color: #b388ff !important;
  color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100[disabled] {
  background-color: rgba(179, 136, 255, 0.12) !important;
  color: rgba(179, 136, 255, 0.26) !important;
}
body.theme-default .gt2-deep-purple-A100-fg {
  color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100-border {
  border-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100-border-top {
  border-top-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100-border-bottom {
  border-bottom-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A100-border-left {
  border-left-color: #b388ff !important;
}
body.theme-default .gt2-deep-purple-A200-bg {
  background-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200[disabled] {
  background-color: rgba(124, 77, 255, 0.12) !important;
  color: rgba(124, 77, 255, 0.26) !important;
}
body.theme-default .gt2-deep-purple-A200-fg {
  color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200-border {
  border-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200-border-top {
  border-top-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200-border-bottom {
  border-bottom-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A200-border-left {
  border-left-color: #7c4dff !important;
}
body.theme-default .gt2-deep-purple-A400-bg {
  background-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400 {
  background-color: #651fff !important;
  color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400[disabled] {
  background-color: rgba(101, 31, 255, 0.12) !important;
  color: rgba(101, 31, 255, 0.26) !important;
}
body.theme-default .gt2-deep-purple-A400-fg {
  color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400-border {
  border-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400-border-top {
  border-top-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400-border-bottom {
  border-bottom-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A400-border-left {
  border-left-color: #651fff !important;
}
body.theme-default .gt2-deep-purple-A700-bg {
  background-color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700 {
  background-color: #6200ea !important;
  color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700[disabled] {
  background-color: rgba(98, 0, 234, 0.12) !important;
  color: rgba(98, 0, 234, 0.26) !important;
}
body.theme-default .gt2-deep-purple-A700-fg {
  color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700-border {
  border-color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700-border-top {
  border-top-color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700-border-bottom {
  border-bottom-color: #6200ea !important;
}
body.theme-default .gt2-deep-purple-A700-border-left {
  border-left-color: #6200ea !important;
}
body.theme-default .gt2-indigo-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50 {
  background-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(232, 234, 246, 0.26) !important;
}
body.theme-default .gt2-indigo-50-fg {
  color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-default .gt2-indigo-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100 {
  background-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(197, 202, 233, 0.26) !important;
}
body.theme-default .gt2-indigo-100-fg {
  color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100-border {
  border-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-default .gt2-indigo-200-bg {
  background-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200 {
  background-color: #9fa8da !important;
  color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(159, 168, 218, 0.26) !important;
}
body.theme-default .gt2-indigo-200-fg {
  color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200-border {
  border-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-default .gt2-indigo-300-bg {
  background-color: #7986cb !important;
}
body.theme-default .gt2-indigo-300 {
  background-color: #7986cb !important;
  color: #7986cb !important;
}
body.theme-default .gt2-indigo-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(121, 134, 203, 0.26) !important;
}
body.theme-default .gt2-indigo-300-fg {
  color: #7986cb !important;
}
body.theme-default .gt2-indigo-300-border {
  border-color: #7986cb !important;
}
body.theme-default .gt2-indigo-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-default .gt2-indigo-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-default .gt2-indigo-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-default .gt2-indigo-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-default .gt2-indigo-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400 {
  background-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(92, 107, 192, 0.26) !important;
}
body.theme-default .gt2-indigo-400-fg {
  color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-default .gt2-indigo-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500 {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-default .gt2-indigo-500-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-default .gt2-indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-default .gt2-indigo-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-indigo-600-bg {
  background-color: #3949ab !important;
}
body.theme-default .gt2-indigo-600 {
  background-color: #3949ab !important;
  color: #3949ab !important;
}
body.theme-default .gt2-indigo-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(57, 73, 171, 0.26) !important;
}
body.theme-default .gt2-indigo-600-fg {
  color: #3949ab !important;
}
body.theme-default .gt2-indigo-600-border {
  border-color: #3949ab !important;
}
body.theme-default .gt2-indigo-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-default .gt2-indigo-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-default .gt2-indigo-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-default .gt2-indigo-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-default .gt2-indigo-700-bg {
  background-color: #303f9f !important;
}
body.theme-default .gt2-indigo-700 {
  background-color: #303f9f !important;
  color: #303f9f !important;
}
body.theme-default .gt2-indigo-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(48, 63, 159, 0.26) !important;
}
body.theme-default .gt2-indigo-700-fg {
  color: #303f9f !important;
}
body.theme-default .gt2-indigo-700-border {
  border-color: #303f9f !important;
}
body.theme-default .gt2-indigo-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-default .gt2-indigo-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-default .gt2-indigo-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-default .gt2-indigo-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-default .gt2-indigo-800-bg {
  background-color: #283593 !important;
}
body.theme-default .gt2-indigo-800 {
  background-color: #283593 !important;
  color: #283593 !important;
}
body.theme-default .gt2-indigo-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(40, 53, 147, 0.26) !important;
}
body.theme-default .gt2-indigo-800-fg {
  color: #283593 !important;
}
body.theme-default .gt2-indigo-800-border {
  border-color: #283593 !important;
}
body.theme-default .gt2-indigo-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-default .gt2-indigo-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-default .gt2-indigo-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-default .gt2-indigo-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-default .gt2-indigo-900-bg {
  background-color: #1a237e !important;
}
body.theme-default .gt2-indigo-900 {
  background-color: #1a237e !important;
  color: #1a237e !important;
}
body.theme-default .gt2-indigo-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(26, 35, 126, 0.26) !important;
}
body.theme-default .gt2-indigo-900-fg {
  color: #1a237e !important;
}
body.theme-default .gt2-indigo-900-border {
  border-color: #1a237e !important;
}
body.theme-default .gt2-indigo-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-default .gt2-indigo-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-default .gt2-indigo-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-default .gt2-indigo-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-default .gt2-indigo-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100 {
  background-color: #8c9eff !important;
  color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(140, 158, 255, 0.26) !important;
}
body.theme-default .gt2-indigo-A100-fg {
  color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100-border {
  border-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-default .gt2-indigo-A200-bg {
  background-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200 {
  background-color: #536dfe !important;
  color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(83, 109, 254, 0.26) !important;
}
body.theme-default .gt2-indigo-A200-fg {
  color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200-border {
  border-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-default .gt2-indigo-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400 {
  background-color: #3d5afe !important;
  color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(61, 90, 254, 0.26) !important;
}
body.theme-default .gt2-indigo-A400-fg {
  color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400-border {
  border-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-default .gt2-indigo-A700-bg {
  background-color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700 {
  background-color: #304ffe !important;
  color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(48, 79, 254, 0.26) !important;
}
body.theme-default .gt2-indigo-A700-fg {
  color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700-border {
  border-color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-default .gt2-indigo-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-default .gt2-lime-50-bg {
  background-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50 {
  background-color: #f9fbe7 !important;
  color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50[disabled] {
  background-color: rgba(249, 251, 231, 0.12) !important;
  color: rgba(249, 251, 231, 0.26) !important;
}
body.theme-default .gt2-lime-50-fg {
  color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50-border {
  border-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50-border-top {
  border-top-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50-border-bottom {
  border-bottom-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-50-border-left {
  border-left-color: #f9fbe7 !important;
}
body.theme-default .gt2-lime-100-bg {
  background-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100 {
  background-color: #f0f4c3 !important;
  color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100[disabled] {
  background-color: rgba(240, 244, 195, 0.12) !important;
  color: rgba(240, 244, 195, 0.26) !important;
}
body.theme-default .gt2-lime-100-fg {
  color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100-border {
  border-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100-border-top {
  border-top-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100-border-bottom {
  border-bottom-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-100-border-left {
  border-left-color: #f0f4c3 !important;
}
body.theme-default .gt2-lime-200-bg {
  background-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200 {
  background-color: #e6ee9c !important;
  color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200[disabled] {
  background-color: rgba(230, 238, 156, 0.12) !important;
  color: rgba(230, 238, 156, 0.26) !important;
}
body.theme-default .gt2-lime-200-fg {
  color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200-border {
  border-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200-border-top {
  border-top-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200-border-bottom {
  border-bottom-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-200-border-left {
  border-left-color: #e6ee9c !important;
}
body.theme-default .gt2-lime-300-bg {
  background-color: #dce775 !important;
}
body.theme-default .gt2-lime-300 {
  background-color: #dce775 !important;
  color: #dce775 !important;
}
body.theme-default .gt2-lime-300[disabled] {
  background-color: rgba(220, 231, 117, 0.12) !important;
  color: rgba(220, 231, 117, 0.26) !important;
}
body.theme-default .gt2-lime-300-fg {
  color: #dce775 !important;
}
body.theme-default .gt2-lime-300-border {
  border-color: #dce775 !important;
}
body.theme-default .gt2-lime-300-border-top {
  border-top-color: #dce775 !important;
}
body.theme-default .gt2-lime-300-border-right {
  border-right-color: #dce775 !important;
}
body.theme-default .gt2-lime-300-border-bottom {
  border-bottom-color: #dce775 !important;
}
body.theme-default .gt2-lime-300-border-left {
  border-left-color: #dce775 !important;
}
body.theme-default .gt2-lime-400-bg {
  background-color: #d4e157 !important;
}
body.theme-default .gt2-lime-400 {
  background-color: #d4e157 !important;
  color: #d4e157 !important;
}
body.theme-default .gt2-lime-400[disabled] {
  background-color: rgba(212, 225, 87, 0.12) !important;
  color: rgba(212, 225, 87, 0.26) !important;
}
body.theme-default .gt2-lime-400-fg {
  color: #d4e157 !important;
}
body.theme-default .gt2-lime-400-border {
  border-color: #d4e157 !important;
}
body.theme-default .gt2-lime-400-border-top {
  border-top-color: #d4e157 !important;
}
body.theme-default .gt2-lime-400-border-right {
  border-right-color: #d4e157 !important;
}
body.theme-default .gt2-lime-400-border-bottom {
  border-bottom-color: #d4e157 !important;
}
body.theme-default .gt2-lime-400-border-left {
  border-left-color: #d4e157 !important;
}
body.theme-default .gt2-lime-500-bg {
  background-color: #cddc39 !important;
}
body.theme-default .gt2-lime-500 {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-default .gt2-lime-500[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-default .gt2-lime-500-fg {
  color: #cddc39 !important;
}
body.theme-default .gt2-lime-500-border {
  border-color: #cddc39 !important;
}
body.theme-default .gt2-lime-500-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-default .gt2-lime-500-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-default .gt2-lime-500-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-default .gt2-lime-500-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-default .gt2-lime-bg {
  background-color: #cddc39 !important;
}
body.theme-default .gt2-lime {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-default .gt2-lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-default .gt2-lime-fg {
  color: #cddc39 !important;
}
body.theme-default .gt2-lime-border {
  border-color: #cddc39 !important;
}
body.theme-default .gt2-lime-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-default .gt2-lime-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-default .gt2-lime-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-default .gt2-lime-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-default .gt2-lime-600-bg {
  background-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600 {
  background-color: #c0ca33 !important;
  color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600[disabled] {
  background-color: rgba(192, 202, 51, 0.12) !important;
  color: rgba(192, 202, 51, 0.26) !important;
}
body.theme-default .gt2-lime-600-fg {
  color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600-border {
  border-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600-border-top {
  border-top-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600-border-bottom {
  border-bottom-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-600-border-left {
  border-left-color: #c0ca33 !important;
}
body.theme-default .gt2-lime-700-bg {
  background-color: #afb42b !important;
}
body.theme-default .gt2-lime-700 {
  background-color: #afb42b !important;
  color: #afb42b !important;
}
body.theme-default .gt2-lime-700[disabled] {
  background-color: rgba(175, 180, 43, 0.12) !important;
  color: rgba(175, 180, 43, 0.26) !important;
}
body.theme-default .gt2-lime-700-fg {
  color: #afb42b !important;
}
body.theme-default .gt2-lime-700-border {
  border-color: #afb42b !important;
}
body.theme-default .gt2-lime-700-border-top {
  border-top-color: #afb42b !important;
}
body.theme-default .gt2-lime-700-border-right {
  border-right-color: #afb42b !important;
}
body.theme-default .gt2-lime-700-border-bottom {
  border-bottom-color: #afb42b !important;
}
body.theme-default .gt2-lime-700-border-left {
  border-left-color: #afb42b !important;
}
body.theme-default .gt2-lime-800-bg {
  background-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800 {
  background-color: #9e9d24 !important;
  color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800[disabled] {
  background-color: rgba(158, 157, 36, 0.12) !important;
  color: rgba(158, 157, 36, 0.26) !important;
}
body.theme-default .gt2-lime-800-fg {
  color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800-border {
  border-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800-border-top {
  border-top-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800-border-bottom {
  border-bottom-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-800-border-left {
  border-left-color: #9e9d24 !important;
}
body.theme-default .gt2-lime-900-bg {
  background-color: #827717 !important;
}
body.theme-default .gt2-lime-900 {
  background-color: #827717 !important;
  color: #827717 !important;
}
body.theme-default .gt2-lime-900[disabled] {
  background-color: rgba(130, 119, 23, 0.12) !important;
  color: rgba(130, 119, 23, 0.26) !important;
}
body.theme-default .gt2-lime-900-fg {
  color: #827717 !important;
}
body.theme-default .gt2-lime-900-border {
  border-color: #827717 !important;
}
body.theme-default .gt2-lime-900-border-top {
  border-top-color: #827717 !important;
}
body.theme-default .gt2-lime-900-border-right {
  border-right-color: #827717 !important;
}
body.theme-default .gt2-lime-900-border-bottom {
  border-bottom-color: #827717 !important;
}
body.theme-default .gt2-lime-900-border-left {
  border-left-color: #827717 !important;
}
body.theme-default .gt2-lime-A100-bg {
  background-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100 {
  background-color: #f4ff81 !important;
  color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100[disabled] {
  background-color: rgba(244, 255, 129, 0.12) !important;
  color: rgba(244, 255, 129, 0.26) !important;
}
body.theme-default .gt2-lime-A100-fg {
  color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100-border {
  border-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100-border-top {
  border-top-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100-border-bottom {
  border-bottom-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A100-border-left {
  border-left-color: #f4ff81 !important;
}
body.theme-default .gt2-lime-A200-bg {
  background-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200 {
  background-color: #eeff41 !important;
  color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200[disabled] {
  background-color: rgba(238, 255, 65, 0.12) !important;
  color: rgba(238, 255, 65, 0.26) !important;
}
body.theme-default .gt2-lime-A200-fg {
  color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200-border {
  border-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200-border-top {
  border-top-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200-border-bottom {
  border-bottom-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A200-border-left {
  border-left-color: #eeff41 !important;
}
body.theme-default .gt2-lime-A400-bg {
  background-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400 {
  background-color: #c6ff00 !important;
  color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400[disabled] {
  background-color: rgba(198, 255, 0, 0.12) !important;
  color: rgba(198, 255, 0, 0.26) !important;
}
body.theme-default .gt2-lime-A400-fg {
  color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400-border {
  border-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400-border-top {
  border-top-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400-border-bottom {
  border-bottom-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A400-border-left {
  border-left-color: #c6ff00 !important;
}
body.theme-default .gt2-lime-A700-bg {
  background-color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700 {
  background-color: #aeea00 !important;
  color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700[disabled] {
  background-color: rgba(174, 234, 0, 0.12) !important;
  color: rgba(174, 234, 0, 0.26) !important;
}
body.theme-default .gt2-lime-A700-fg {
  color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700-border {
  border-color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700-border-top {
  border-top-color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700-border-bottom {
  border-bottom-color: #aeea00 !important;
}
body.theme-default .gt2-lime-A700-border-left {
  border-left-color: #aeea00 !important;
}
body.theme-default .gt2-orange-50-bg {
  background-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
body.theme-default .gt2-orange-50-fg {
  color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50-border {
  border-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
body.theme-default .gt2-orange-100-bg {
  background-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
body.theme-default .gt2-orange-100-fg {
  color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100-border {
  border-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
body.theme-default .gt2-orange-200-bg {
  background-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
body.theme-default .gt2-orange-200-fg {
  color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200-border {
  border-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
body.theme-default .gt2-orange-300-bg {
  background-color: #ffb74d !important;
}
body.theme-default .gt2-orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
body.theme-default .gt2-orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
body.theme-default .gt2-orange-300-fg {
  color: #ffb74d !important;
}
body.theme-default .gt2-orange-300-border {
  border-color: #ffb74d !important;
}
body.theme-default .gt2-orange-300-border-top {
  border-top-color: #ffb74d !important;
}
body.theme-default .gt2-orange-300-border-right {
  border-right-color: #ffb74d !important;
}
body.theme-default .gt2-orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
body.theme-default .gt2-orange-300-border-left {
  border-left-color: #ffb74d !important;
}
body.theme-default .gt2-orange-400-bg {
  background-color: #ffa726 !important;
}
body.theme-default .gt2-orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
body.theme-default .gt2-orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
body.theme-default .gt2-orange-400-fg {
  color: #ffa726 !important;
}
body.theme-default .gt2-orange-400-border {
  border-color: #ffa726 !important;
}
body.theme-default .gt2-orange-400-border-top {
  border-top-color: #ffa726 !important;
}
body.theme-default .gt2-orange-400-border-right {
  border-right-color: #ffa726 !important;
}
body.theme-default .gt2-orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
body.theme-default .gt2-orange-400-border-left {
  border-left-color: #ffa726 !important;
}
body.theme-default .gt2-orange-500-bg {
  background-color: #ff9800 !important;
}
body.theme-default .gt2-orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-default .gt2-orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-default .gt2-orange-500-fg {
  color: #ff9800 !important;
}
body.theme-default .gt2-orange-500-border {
  border-color: #ff9800 !important;
}
body.theme-default .gt2-orange-500-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-default .gt2-orange-500-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-default .gt2-orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-default .gt2-orange-500-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-default .gt2-orange-bg {
  background-color: #ff9800 !important;
}
body.theme-default .gt2-orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-default .gt2-orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-default .gt2-orange-fg {
  color: #ff9800 !important;
}
body.theme-default .gt2-orange-border {
  border-color: #ff9800 !important;
}
body.theme-default .gt2-orange-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-default .gt2-orange-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-default .gt2-orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-default .gt2-orange-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-default .gt2-orange-600-bg {
  background-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
body.theme-default .gt2-orange-600-fg {
  color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600-border {
  border-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
body.theme-default .gt2-orange-700-bg {
  background-color: #f57c00 !important;
}
body.theme-default .gt2-orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
body.theme-default .gt2-orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
body.theme-default .gt2-orange-700-fg {
  color: #f57c00 !important;
}
body.theme-default .gt2-orange-700-border {
  border-color: #f57c00 !important;
}
body.theme-default .gt2-orange-700-border-top {
  border-top-color: #f57c00 !important;
}
body.theme-default .gt2-orange-700-border-right {
  border-right-color: #f57c00 !important;
}
body.theme-default .gt2-orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
body.theme-default .gt2-orange-700-border-left {
  border-left-color: #f57c00 !important;
}
body.theme-default .gt2-orange-800-bg {
  background-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
body.theme-default .gt2-orange-800-fg {
  color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800-border {
  border-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
body.theme-default .gt2-orange-900-bg {
  background-color: #e65100 !important;
}
body.theme-default .gt2-orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
body.theme-default .gt2-orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
body.theme-default .gt2-orange-900-fg {
  color: #e65100 !important;
}
body.theme-default .gt2-orange-900-border {
  border-color: #e65100 !important;
}
body.theme-default .gt2-orange-900-border-top {
  border-top-color: #e65100 !important;
}
body.theme-default .gt2-orange-900-border-right {
  border-right-color: #e65100 !important;
}
body.theme-default .gt2-orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
body.theme-default .gt2-orange-900-border-left {
  border-left-color: #e65100 !important;
}
body.theme-default .gt2-orange-A100-bg {
  background-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
body.theme-default .gt2-orange-A100-fg {
  color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100-border {
  border-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
body.theme-default .gt2-orange-A200-bg {
  background-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
body.theme-default .gt2-orange-A200-fg {
  color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200-border {
  border-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
body.theme-default .gt2-orange-A400-bg {
  background-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
body.theme-default .gt2-orange-A400-fg {
  color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400-border {
  border-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
body.theme-default .gt2-orange-A700-bg {
  background-color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
body.theme-default .gt2-orange-A700-fg {
  color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700-border {
  border-color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
body.theme-default .gt2-orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
body.theme-default .gt2-deep-orange-50-bg {
  background-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50[disabled] {
  background-color: rgba(251, 233, 231, 0.12) !important;
  color: rgba(251, 233, 231, 0.26) !important;
}
body.theme-default .gt2-deep-orange-50-fg {
  color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50-border {
  border-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50-border-top {
  border-top-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50-border-bottom {
  border-bottom-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-50-border-left {
  border-left-color: #fbe9e7 !important;
}
body.theme-default .gt2-deep-orange-100-bg {
  background-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100 {
  background-color: #ffccbc !important;
  color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100[disabled] {
  background-color: rgba(255, 204, 188, 0.12) !important;
  color: rgba(255, 204, 188, 0.26) !important;
}
body.theme-default .gt2-deep-orange-100-fg {
  color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100-border {
  border-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100-border-top {
  border-top-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100-border-bottom {
  border-bottom-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-100-border-left {
  border-left-color: #ffccbc !important;
}
body.theme-default .gt2-deep-orange-200-bg {
  background-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200 {
  background-color: #ffab91 !important;
  color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200[disabled] {
  background-color: rgba(255, 171, 145, 0.12) !important;
  color: rgba(255, 171, 145, 0.26) !important;
}
body.theme-default .gt2-deep-orange-200-fg {
  color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200-border {
  border-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200-border-top {
  border-top-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200-border-bottom {
  border-bottom-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-200-border-left {
  border-left-color: #ffab91 !important;
}
body.theme-default .gt2-deep-orange-300-bg {
  background-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300[disabled] {
  background-color: rgba(255, 138, 101, 0.12) !important;
  color: rgba(255, 138, 101, 0.26) !important;
}
body.theme-default .gt2-deep-orange-300-fg {
  color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300-border {
  border-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300-border-top {
  border-top-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300-border-bottom {
  border-bottom-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-300-border-left {
  border-left-color: #ff8a65 !important;
}
body.theme-default .gt2-deep-orange-400-bg {
  background-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400 {
  background-color: #ff7043 !important;
  color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400[disabled] {
  background-color: rgba(255, 112, 67, 0.12) !important;
  color: rgba(255, 112, 67, 0.26) !important;
}
body.theme-default .gt2-deep-orange-400-fg {
  color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400-border {
  border-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400-border-top {
  border-top-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400-border-bottom {
  border-bottom-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-400-border-left {
  border-left-color: #ff7043 !important;
}
body.theme-default .gt2-deep-orange-500-bg {
  background-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500 {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-default .gt2-deep-orange-500-fg {
  color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500-border {
  border-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-500-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-bg {
  background-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-default .gt2-deep-orange-fg {
  color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-border {
  border-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-default .gt2-deep-orange-600-bg {
  background-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600 {
  background-color: #f4511e !important;
  color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600[disabled] {
  background-color: rgba(244, 81, 30, 0.12) !important;
  color: rgba(244, 81, 30, 0.26) !important;
}
body.theme-default .gt2-deep-orange-600-fg {
  color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600-border {
  border-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600-border-top {
  border-top-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600-border-bottom {
  border-bottom-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-600-border-left {
  border-left-color: #f4511e !important;
}
body.theme-default .gt2-deep-orange-700-bg {
  background-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700 {
  background-color: #e64a19 !important;
  color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700[disabled] {
  background-color: rgba(230, 74, 25, 0.12) !important;
  color: rgba(230, 74, 25, 0.26) !important;
}
body.theme-default .gt2-deep-orange-700-fg {
  color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700-border {
  border-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700-border-top {
  border-top-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700-border-bottom {
  border-bottom-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-700-border-left {
  border-left-color: #e64a19 !important;
}
body.theme-default .gt2-deep-orange-800-bg {
  background-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800 {
  background-color: #d84315 !important;
  color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800[disabled] {
  background-color: rgba(216, 67, 21, 0.12) !important;
  color: rgba(216, 67, 21, 0.26) !important;
}
body.theme-default .gt2-deep-orange-800-fg {
  color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800-border {
  border-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800-border-top {
  border-top-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800-border-bottom {
  border-bottom-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-800-border-left {
  border-left-color: #d84315 !important;
}
body.theme-default .gt2-deep-orange-900-bg {
  background-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900 {
  background-color: #bf360c !important;
  color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900[disabled] {
  background-color: rgba(191, 54, 12, 0.12) !important;
  color: rgba(191, 54, 12, 0.26) !important;
}
body.theme-default .gt2-deep-orange-900-fg {
  color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900-border {
  border-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900-border-top {
  border-top-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900-border-bottom {
  border-bottom-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-900-border-left {
  border-left-color: #bf360c !important;
}
body.theme-default .gt2-deep-orange-A100-bg {
  background-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100[disabled] {
  background-color: rgba(255, 158, 128, 0.12) !important;
  color: rgba(255, 158, 128, 0.26) !important;
}
body.theme-default .gt2-deep-orange-A100-fg {
  color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100-border {
  border-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100-border-top {
  border-top-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100-border-bottom {
  border-bottom-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A100-border-left {
  border-left-color: #ff9e80 !important;
}
body.theme-default .gt2-deep-orange-A200-bg {
  background-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200[disabled] {
  background-color: rgba(255, 110, 64, 0.12) !important;
  color: rgba(255, 110, 64, 0.26) !important;
}
body.theme-default .gt2-deep-orange-A200-fg {
  color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200-border {
  border-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200-border-top {
  border-top-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200-border-bottom {
  border-bottom-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A200-border-left {
  border-left-color: #ff6e40 !important;
}
body.theme-default .gt2-deep-orange-A400-bg {
  background-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400[disabled] {
  background-color: rgba(255, 61, 0, 0.12) !important;
  color: rgba(255, 61, 0, 0.26) !important;
}
body.theme-default .gt2-deep-orange-A400-fg {
  color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400-border {
  border-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400-border-top {
  border-top-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400-border-bottom {
  border-bottom-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A400-border-left {
  border-left-color: #ff3d00 !important;
}
body.theme-default .gt2-deep-orange-A700-bg {
  background-color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700[disabled] {
  background-color: rgba(221, 44, 0, 0.12) !important;
  color: rgba(221, 44, 0, 0.26) !important;
}
body.theme-default .gt2-deep-orange-A700-fg {
  color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700-border {
  border-color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700-border-top {
  border-top-color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700-border-bottom {
  border-bottom-color: #dd2c00 !important;
}
body.theme-default .gt2-deep-orange-A700-border-left {
  border-left-color: #dd2c00 !important;
}
body.theme-default .gt2-teal-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-default .gt2-teal-50-fg {
  color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-default .gt2-teal-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-default .gt2-teal-100-fg {
  color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100-border {
  border-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-default .gt2-teal-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-default .gt2-teal-200-fg {
  color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200-border {
  border-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-default .gt2-teal-300-bg {
  background-color: #4db6ac !important;
}
body.theme-default .gt2-teal-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-default .gt2-teal-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-default .gt2-teal-300-fg {
  color: #4db6ac !important;
}
body.theme-default .gt2-teal-300-border {
  border-color: #4db6ac !important;
}
body.theme-default .gt2-teal-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-default .gt2-teal-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-default .gt2-teal-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-default .gt2-teal-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-default .gt2-teal-400-bg {
  background-color: #26a69a !important;
}
body.theme-default .gt2-teal-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-default .gt2-teal-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-default .gt2-teal-400-fg {
  color: #26a69a !important;
}
body.theme-default .gt2-teal-400-border {
  border-color: #26a69a !important;
}
body.theme-default .gt2-teal-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-default .gt2-teal-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-default .gt2-teal-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-default .gt2-teal-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-default .gt2-teal-500-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-teal-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-default .gt2-teal-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-default .gt2-teal-500-fg {
  color: #009688 !important;
}
body.theme-default .gt2-teal-500-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-teal-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-teal-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-teal-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-teal-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-teal-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-teal {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-default .gt2-teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-default .gt2-teal-fg {
  color: #009688 !important;
}
body.theme-default .gt2-teal-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-teal-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-teal-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-teal-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-teal-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-teal-600-bg {
  background-color: #00897b !important;
}
body.theme-default .gt2-teal-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-default .gt2-teal-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-default .gt2-teal-600-fg {
  color: #00897b !important;
}
body.theme-default .gt2-teal-600-border {
  border-color: #00897b !important;
}
body.theme-default .gt2-teal-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-default .gt2-teal-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-default .gt2-teal-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-default .gt2-teal-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-default .gt2-teal-700-bg {
  background-color: #00796b !important;
}
body.theme-default .gt2-teal-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-default .gt2-teal-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-default .gt2-teal-700-fg {
  color: #00796b !important;
}
body.theme-default .gt2-teal-700-border {
  border-color: #00796b !important;
}
body.theme-default .gt2-teal-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-default .gt2-teal-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-default .gt2-teal-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-default .gt2-teal-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-default .gt2-teal-800-bg {
  background-color: #00695c !important;
}
body.theme-default .gt2-teal-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-default .gt2-teal-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-default .gt2-teal-800-fg {
  color: #00695c !important;
}
body.theme-default .gt2-teal-800-border {
  border-color: #00695c !important;
}
body.theme-default .gt2-teal-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-default .gt2-teal-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-default .gt2-teal-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-default .gt2-teal-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-default .gt2-teal-900-bg {
  background-color: #004d40 !important;
}
body.theme-default .gt2-teal-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-default .gt2-teal-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-default .gt2-teal-900-fg {
  color: #004d40 !important;
}
body.theme-default .gt2-teal-900-border {
  border-color: #004d40 !important;
}
body.theme-default .gt2-teal-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-default .gt2-teal-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-default .gt2-teal-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-default .gt2-teal-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-default .gt2-teal-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-default .gt2-teal-A100-fg {
  color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-default .gt2-teal-A200-bg {
  background-color: #64ffda !important;
}
body.theme-default .gt2-teal-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-default .gt2-teal-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-default .gt2-teal-A200-fg {
  color: #64ffda !important;
}
body.theme-default .gt2-teal-A200-border {
  border-color: #64ffda !important;
}
body.theme-default .gt2-teal-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-default .gt2-teal-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-default .gt2-teal-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-default .gt2-teal-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-default .gt2-teal-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-default .gt2-teal-A400-fg {
  color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-default .gt2-teal-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-default .gt2-teal-A700-fg {
  color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-default .gt2-teal-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-default .gt2-gray-50-bg {
  background-color: #fafafa !important;
}
body.theme-default .gt2-gray-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-default .gt2-gray-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-default .gt2-gray-50-fg {
  color: #fafafa !important;
}
body.theme-default .gt2-gray-50-border {
  border-color: #fafafa !important;
}
body.theme-default .gt2-gray-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-default .gt2-gray-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-default .gt2-gray-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-default .gt2-gray-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-default .gt2-gray-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-default .gt2-gray-100-fg {
  color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-default .gt2-gray-200-bg {
  background-color: #eeeeee !important;
}
body.theme-default .gt2-gray-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-default .gt2-gray-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-default .gt2-gray-200-fg {
  color: #eeeeee !important;
}
body.theme-default .gt2-gray-200-border {
  border-color: #eeeeee !important;
}
body.theme-default .gt2-gray-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-default .gt2-gray-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-default .gt2-gray-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-default .gt2-gray-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-default .gt2-gray-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-default .gt2-gray-300-fg {
  color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-default .gt2-gray-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-default .gt2-gray-400-fg {
  color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400-border {
  border-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-default .gt2-gray-500-fg {
  color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500-border {
  border-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-bg {
  background-color: #9e9e9e !important;
}
body.theme-default .gt2-gray {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-default .gt2-gray[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-default .gt2-gray-fg {
  color: #9e9e9e !important;
}
body.theme-default .gt2-gray-border {
  border-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-default .gt2-gray-600-bg {
  background-color: #757575 !important;
}
body.theme-default .gt2-gray-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-default .gt2-gray-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-default .gt2-gray-600-fg {
  color: #757575 !important;
}
body.theme-default .gt2-gray-600-border {
  border-color: #757575 !important;
}
body.theme-default .gt2-gray-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-default .gt2-gray-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-default .gt2-gray-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-default .gt2-gray-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-default .gt2-gray-700-bg {
  background-color: #616161 !important;
}
body.theme-default .gt2-gray-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-default .gt2-gray-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-default .gt2-gray-700-fg {
  color: #616161 !important;
}
body.theme-default .gt2-gray-700-border {
  border-color: #616161 !important;
}
body.theme-default .gt2-gray-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-default .gt2-gray-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-default .gt2-gray-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-default .gt2-gray-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-default .gt2-gray-800-bg {
  background-color: #424242 !important;
}
body.theme-default .gt2-gray-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-default .gt2-gray-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-default .gt2-gray-800-fg {
  color: #424242 !important;
}
body.theme-default .gt2-gray-800-border {
  border-color: #424242 !important;
}
body.theme-default .gt2-gray-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-default .gt2-gray-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-default .gt2-gray-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-default .gt2-gray-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-default .gt2-gray-900-bg {
  background-color: #212121 !important;
}
body.theme-default .gt2-gray-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-default .gt2-gray-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-default .gt2-gray-900-fg {
  color: #212121 !important;
}
body.theme-default .gt2-gray-900-border {
  border-color: #212121 !important;
}
body.theme-default .gt2-gray-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-default .gt2-gray-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-default .gt2-gray-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-default .gt2-gray-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-default .gt2-gray-A100-bg {
  background-color: #ffffff !important;
}
body.theme-default .gt2-gray-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-default .gt2-gray-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-gray-A100-fg {
  color: #ffffff !important;
}
body.theme-default .gt2-gray-A100-border {
  border-color: #ffffff !important;
}
body.theme-default .gt2-gray-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-default .gt2-gray-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-default .gt2-gray-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-default .gt2-gray-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-default .gt2-gray-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-default .gt2-gray-A200-fg {
  color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200-border {
  border-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-default .gt2-gray-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-default .gt2-gray-A400-fg {
  color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-default .gt2-gray-A700-bg {
  background-color: #616161 !important;
}
body.theme-default .gt2-gray-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-default .gt2-gray-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-default .gt2-gray-A700-fg {
  color: #616161 !important;
}
body.theme-default .gt2-gray-A700-border {
  border-color: #616161 !important;
}
body.theme-default .gt2-gray-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-default .gt2-gray-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-default .gt2-gray-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-default .gt2-gray-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-default .gt2-grey-50-bg {
  background-color: #fafafa !important;
}
body.theme-default .gt2-grey-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-default .gt2-grey-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-default .gt2-grey-50-fg {
  color: #fafafa !important;
}
body.theme-default .gt2-grey-50-border {
  border-color: #fafafa !important;
}
body.theme-default .gt2-grey-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-default .gt2-grey-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-default .gt2-grey-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-default .gt2-grey-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-default .gt2-grey-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-default .gt2-grey-100-fg {
  color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-default .gt2-grey-200-bg {
  background-color: #eeeeee !important;
}
body.theme-default .gt2-grey-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-default .gt2-grey-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-default .gt2-grey-200-fg {
  color: #eeeeee !important;
}
body.theme-default .gt2-grey-200-border {
  border-color: #eeeeee !important;
}
body.theme-default .gt2-grey-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-default .gt2-grey-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-default .gt2-grey-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-default .gt2-grey-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-default .gt2-grey-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-default .gt2-grey-300-fg {
  color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-default .gt2-grey-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-default .gt2-grey-400-fg {
  color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400-border {
  border-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-default .gt2-grey-500-fg {
  color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500-border {
  border-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-bg {
  background-color: #9e9e9e !important;
}
body.theme-default .gt2-grey {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-default .gt2-grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-default .gt2-grey-fg {
  color: #9e9e9e !important;
}
body.theme-default .gt2-grey-border {
  border-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-default .gt2-grey-600-bg {
  background-color: #757575 !important;
}
body.theme-default .gt2-grey-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-default .gt2-grey-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-default .gt2-grey-600-fg {
  color: #757575 !important;
}
body.theme-default .gt2-grey-600-border {
  border-color: #757575 !important;
}
body.theme-default .gt2-grey-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-default .gt2-grey-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-default .gt2-grey-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-default .gt2-grey-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-default .gt2-grey-700-bg {
  background-color: #616161 !important;
}
body.theme-default .gt2-grey-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-default .gt2-grey-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-default .gt2-grey-700-fg {
  color: #616161 !important;
}
body.theme-default .gt2-grey-700-border {
  border-color: #616161 !important;
}
body.theme-default .gt2-grey-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-default .gt2-grey-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-default .gt2-grey-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-default .gt2-grey-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-default .gt2-grey-800-bg {
  background-color: #424242 !important;
}
body.theme-default .gt2-grey-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-default .gt2-grey-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-default .gt2-grey-800-fg {
  color: #424242 !important;
}
body.theme-default .gt2-grey-800-border {
  border-color: #424242 !important;
}
body.theme-default .gt2-grey-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-default .gt2-grey-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-default .gt2-grey-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-default .gt2-grey-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-default .gt2-grey-900-bg {
  background-color: #212121 !important;
}
body.theme-default .gt2-grey-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-default .gt2-grey-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-default .gt2-grey-900-fg {
  color: #212121 !important;
}
body.theme-default .gt2-grey-900-border {
  border-color: #212121 !important;
}
body.theme-default .gt2-grey-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-default .gt2-grey-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-default .gt2-grey-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-default .gt2-grey-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-default .gt2-grey-A100-bg {
  background-color: #ffffff !important;
}
body.theme-default .gt2-grey-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-default .gt2-grey-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-grey-A100-fg {
  color: #ffffff !important;
}
body.theme-default .gt2-grey-A100-border {
  border-color: #ffffff !important;
}
body.theme-default .gt2-grey-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-default .gt2-grey-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-default .gt2-grey-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-default .gt2-grey-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-default .gt2-grey-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-default .gt2-grey-A200-fg {
  color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200-border {
  border-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-default .gt2-grey-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-default .gt2-grey-A400-fg {
  color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-default .gt2-grey-A700-bg {
  background-color: #616161 !important;
}
body.theme-default .gt2-grey-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-default .gt2-grey-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-default .gt2-grey-A700-fg {
  color: #616161 !important;
}
body.theme-default .gt2-grey-A700-border {
  border-color: #616161 !important;
}
body.theme-default .gt2-grey-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-default .gt2-grey-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-default .gt2-grey-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-default .gt2-grey-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-default .gt2-yellow-50-bg {
  background-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
body.theme-default .gt2-yellow-50-fg {
  color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50-border {
  border-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
body.theme-default .gt2-yellow-100-bg {
  background-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
body.theme-default .gt2-yellow-100-fg {
  color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100-border {
  border-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
body.theme-default .gt2-yellow-200-bg {
  background-color: #fff59d !important;
}
body.theme-default .gt2-yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
body.theme-default .gt2-yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
body.theme-default .gt2-yellow-200-fg {
  color: #fff59d !important;
}
body.theme-default .gt2-yellow-200-border {
  border-color: #fff59d !important;
}
body.theme-default .gt2-yellow-200-border-top {
  border-top-color: #fff59d !important;
}
body.theme-default .gt2-yellow-200-border-right {
  border-right-color: #fff59d !important;
}
body.theme-default .gt2-yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
body.theme-default .gt2-yellow-200-border-left {
  border-left-color: #fff59d !important;
}
body.theme-default .gt2-yellow-300-bg {
  background-color: #fff176 !important;
}
body.theme-default .gt2-yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
body.theme-default .gt2-yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
body.theme-default .gt2-yellow-300-fg {
  color: #fff176 !important;
}
body.theme-default .gt2-yellow-300-border {
  border-color: #fff176 !important;
}
body.theme-default .gt2-yellow-300-border-top {
  border-top-color: #fff176 !important;
}
body.theme-default .gt2-yellow-300-border-right {
  border-right-color: #fff176 !important;
}
body.theme-default .gt2-yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
body.theme-default .gt2-yellow-300-border-left {
  border-left-color: #fff176 !important;
}
body.theme-default .gt2-yellow-400-bg {
  background-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
body.theme-default .gt2-yellow-400-fg {
  color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400-border {
  border-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
body.theme-default .gt2-yellow-500-bg {
  background-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-default .gt2-yellow-500-fg {
  color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500-border {
  border-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-bg {
  background-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-default .gt2-yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-default .gt2-yellow-fg {
  color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-border {
  border-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-default .gt2-yellow-600-bg {
  background-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
body.theme-default .gt2-yellow-600-fg {
  color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600-border {
  border-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-default .gt2-yellow-700-bg {
  background-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
body.theme-default .gt2-yellow-700-fg {
  color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700-border {
  border-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
body.theme-default .gt2-yellow-800-bg {
  background-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
body.theme-default .gt2-yellow-800-fg {
  color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800-border {
  border-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
body.theme-default .gt2-yellow-900-bg {
  background-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
body.theme-default .gt2-yellow-900-fg {
  color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900-border {
  border-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
body.theme-default .gt2-yellow-A100-bg {
  background-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
body.theme-default .gt2-yellow-A100-fg {
  color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100-border {
  border-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
body.theme-default .gt2-yellow-A200-bg {
  background-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
body.theme-default .gt2-yellow-A200-fg {
  color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200-border {
  border-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
body.theme-default .gt2-yellow-A400-bg {
  background-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
body.theme-default .gt2-yellow-A400-fg {
  color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400-border {
  border-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
body.theme-default .gt2-yellow-A700-bg {
  background-color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
body.theme-default .gt2-yellow-A700-fg {
  color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700-border {
  border-color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
body.theme-default .gt2-yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
body.theme-default .gt2-edit-button-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-default .gt2-edit-button-50-fg {
  color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50-border {
  border-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-default .gt2-edit-button-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-default .gt2-edit-button-100-fg {
  color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100-border {
  border-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-default .gt2-edit-button-200-bg {
  background-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-default .gt2-edit-button-200-fg {
  color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200-border {
  border-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-default .gt2-edit-button-300-bg {
  background-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-default .gt2-edit-button-300-fg {
  color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300-border {
  border-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-default .gt2-edit-button-400-bg {
  background-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-default .gt2-edit-button-400-fg {
  color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400-border {
  border-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-default .gt2-edit-button-500-bg {
  background-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-default .gt2-edit-button-500-fg {
  color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500-border {
  border-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-bg {
  background-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-default .gt2-edit-button[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-default .gt2-edit-button-fg {
  color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-border {
  border-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .gt2-edit-button-600-bg {
  background-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-600-fg {
  color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600-border {
  border-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-default .gt2-edit-button-700-bg {
  background-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-700-fg {
  color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700-border {
  border-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-default .gt2-edit-button-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-800-fg {
  color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800-border {
  border-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-default .gt2-edit-button-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-900-fg {
  color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900-border {
  border-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-default .gt2-edit-button-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-default .gt2-edit-button-A100-fg {
  color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100-border {
  border-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-default .gt2-edit-button-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-default .gt2-edit-button-A200-fg {
  color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200-border {
  border-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-default .gt2-edit-button-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-A400-fg {
  color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400-border {
  border-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-default .gt2-edit-button-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-default .gt2-edit-button-A700-fg {
  color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700-border {
  border-color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-default .gt2-edit-button-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-default .gt2-create-button-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-default .gt2-create-button-50-fg {
  color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-default .gt2-create-button-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-default .gt2-create-button-100-fg {
  color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100-border {
  border-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-default .gt2-create-button-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-default .gt2-create-button-200-fg {
  color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-default .gt2-create-button-300-bg {
  background-color: #aed581 !important;
}
body.theme-default .gt2-create-button-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-default .gt2-create-button-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-default .gt2-create-button-300-fg {
  color: #aed581 !important;
}
body.theme-default .gt2-create-button-300-border {
  border-color: #aed581 !important;
}
body.theme-default .gt2-create-button-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-default .gt2-create-button-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-default .gt2-create-button-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-default .gt2-create-button-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-default .gt2-create-button-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-default .gt2-create-button-400-fg {
  color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400-border {
  border-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-default .gt2-create-button-500-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-create-button-500-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-create-button {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-create-button[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-create-button-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-create-button-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-create-button-600-bg {
  background-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-default .gt2-create-button-600-fg {
  color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600-border {
  border-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-default .gt2-create-button-700-bg {
  background-color: #689f38 !important;
}
body.theme-default .gt2-create-button-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-default .gt2-create-button-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-default .gt2-create-button-700-fg {
  color: #689f38 !important;
}
body.theme-default .gt2-create-button-700-border {
  border-color: #689f38 !important;
}
body.theme-default .gt2-create-button-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-default .gt2-create-button-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-default .gt2-create-button-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-default .gt2-create-button-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-default .gt2-create-button-800-bg {
  background-color: #558b2f !important;
}
body.theme-default .gt2-create-button-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-default .gt2-create-button-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-default .gt2-create-button-800-fg {
  color: #558b2f !important;
}
body.theme-default .gt2-create-button-800-border {
  border-color: #558b2f !important;
}
body.theme-default .gt2-create-button-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-default .gt2-create-button-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-default .gt2-create-button-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-default .gt2-create-button-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-default .gt2-create-button-900-bg {
  background-color: #33691e !important;
}
body.theme-default .gt2-create-button-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-default .gt2-create-button-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-default .gt2-create-button-900-fg {
  color: #33691e !important;
}
body.theme-default .gt2-create-button-900-border {
  border-color: #33691e !important;
}
body.theme-default .gt2-create-button-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-default .gt2-create-button-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-default .gt2-create-button-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-default .gt2-create-button-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-default .gt2-create-button-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-default .gt2-create-button-A100-fg {
  color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100-border {
  border-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-default .gt2-create-button-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-default .gt2-create-button-A200-fg {
  color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-default .gt2-create-button-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-default .gt2-create-button-A400-fg {
  color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400-border {
  border-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-default .gt2-create-button-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-default .gt2-create-button-A700-fg {
  color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700-border {
  border-color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-default .gt2-create-button-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-default .gt2-save-button-50-fg {
  color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-default .gt2-save-button-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-default .gt2-save-button-100-fg {
  color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100-border {
  border-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-default .gt2-save-button-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-default .gt2-save-button-200-fg {
  color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-default .gt2-save-button-300-bg {
  background-color: #aed581 !important;
}
body.theme-default .gt2-save-button-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-default .gt2-save-button-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-default .gt2-save-button-300-fg {
  color: #aed581 !important;
}
body.theme-default .gt2-save-button-300-border {
  border-color: #aed581 !important;
}
body.theme-default .gt2-save-button-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-default .gt2-save-button-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-default .gt2-save-button-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-default .gt2-save-button-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-default .gt2-save-button-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-default .gt2-save-button-400-fg {
  color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400-border {
  border-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-default .gt2-save-button-500-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-save-button-500-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-bg {
  background-color: #8bc34a !important;
}
body.theme-default .gt2-save-button {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-default .gt2-save-button[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-default .gt2-save-button-fg {
  color: #8bc34a !important;
}
body.theme-default .gt2-save-button-border {
  border-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-default .gt2-save-button-600-bg {
  background-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-default .gt2-save-button-600-fg {
  color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600-border {
  border-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-default .gt2-save-button-700-bg {
  background-color: #689f38 !important;
}
body.theme-default .gt2-save-button-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-default .gt2-save-button-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-default .gt2-save-button-700-fg {
  color: #689f38 !important;
}
body.theme-default .gt2-save-button-700-border {
  border-color: #689f38 !important;
}
body.theme-default .gt2-save-button-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-default .gt2-save-button-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-default .gt2-save-button-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-default .gt2-save-button-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-default .gt2-save-button-800-bg {
  background-color: #558b2f !important;
}
body.theme-default .gt2-save-button-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-default .gt2-save-button-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-default .gt2-save-button-800-fg {
  color: #558b2f !important;
}
body.theme-default .gt2-save-button-800-border {
  border-color: #558b2f !important;
}
body.theme-default .gt2-save-button-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-default .gt2-save-button-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-default .gt2-save-button-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-default .gt2-save-button-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-default .gt2-save-button-900-bg {
  background-color: #33691e !important;
}
body.theme-default .gt2-save-button-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-default .gt2-save-button-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-default .gt2-save-button-900-fg {
  color: #33691e !important;
}
body.theme-default .gt2-save-button-900-border {
  border-color: #33691e !important;
}
body.theme-default .gt2-save-button-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-default .gt2-save-button-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-default .gt2-save-button-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-default .gt2-save-button-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-default .gt2-save-button-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-default .gt2-save-button-A100-fg {
  color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100-border {
  border-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-default .gt2-save-button-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-default .gt2-save-button-A200-fg {
  color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-default .gt2-save-button-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-default .gt2-save-button-A400-fg {
  color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400-border {
  border-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-default .gt2-save-button-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-default .gt2-save-button-A700-fg {
  color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700-border {
  border-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-default .gt2-save-button-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-default .gt2-cancel-edit-button-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-cancel-edit-button-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-cancel-edit-button-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-cancel-edit-button-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-cancel-edit-button-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-cancel-edit-button-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-cancel-edit-button-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-cancel-edit-button-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-cancel-edit-button-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-cancel-edit-button-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-cancel-edit-button-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-cancel-edit-button-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-cancel-edit-button-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #039be5;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3f51b5;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
body.theme-default .gt2-theme-no-min-width .mat-accent {
  --mat-option-selected-state-label-text-color: #039be5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-no-min-width .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-no-min-width .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-no-min-width .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-no-min-width .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #039be5;
  --mdc-linear-progress-track-color: rgba(3, 155, 229, 0.25);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #039be5;
  --mdc-filled-text-field-focus-active-indicator-color: #039be5;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mdc-outlined-text-field-caret-color: #039be5;
  --mdc-outlined-text-field-focus-outline-color: #039be5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(3, 155, 229, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 155, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #039be5;
  --mdc-chip-elevated-selected-container-color: #039be5;
  --mdc-chip-elevated-disabled-container-color: #039be5;
  --mdc-chip-flat-disabled-selected-container-color: #039be5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .gt2-theme-no-min-width .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #039be5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-no-min-width .mat-accent {
  --mdc-slider-handle-color: #039be5;
  --mdc-slider-focus-handle-color: #039be5;
  --mdc-slider-hover-handle-color: #039be5;
  --mdc-slider-active-track-color: #039be5;
  --mdc-slider-inactive-track-color: #039be5;
  --mdc-slider-with-tick-marks-inactive-container-color: #039be5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #039be5;
  --mat-slider-hover-state-layer-color: rgba(3, 155, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 155, 229, 0.2);
}
body.theme-default .gt2-theme-no-min-width .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-default .gt2-theme-no-min-width .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
body.theme-default .gt2-theme-no-min-width .mat-accent .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
}
body.theme-default .gt2-theme-no-min-width .mat-warn .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default .gt2-theme-no-min-width .mdc-list-item__start,
body.theme-default .gt2-theme-no-min-width .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-no-min-width .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group.mat-accent,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #039be5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #039be5;
  --mat-tab-header-active-ripple-color: #039be5;
  --mat-tab-header-inactive-ripple-color: #039be5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #039be5;
  --mat-tab-header-active-hover-label-text-color: #039be5;
  --mat-tab-header-active-focus-indicator-color: #039be5;
  --mat-tab-header-active-hover-indicator-color: #039be5;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group.mat-warn,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group.mat-background-primary,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group.mat-background-accent,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #039be5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-group.mat-background-warn,
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #039be5;
  --mat-text-button-state-layer-color: #039be5;
  --mat-text-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #039be5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #039be5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #039be5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #039be5;
  --mat-outlined-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #039be5;
  --mat-icon-button-state-layer-color: #039be5;
  --mat-icon-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #039be5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #039be5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-no-min-width .mat-accent {
  --mdc-circular-progress-active-indicator-color: #039be5;
}
body.theme-default .gt2-theme-no-min-width .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-default .gt2-theme-no-min-width .mat-badge-accent {
  --mat-badge-background-color: #039be5;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #039be5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 155, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 155, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-no-min-width .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-no-min-width .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #039be5;
}
body.theme-default .gt2-theme-no-min-width .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-default .gt2-theme-no-min-width .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .gt2-theme-no-min-width .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default .gt2-theme-no-min-width .mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
body.theme-default .gt2-theme-no-min-width .mat-icon.mat-accent {
  --mat-icon-color: #039be5;
}
body.theme-default .gt2-theme-no-min-width .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-default .gt2-theme-no-min-width .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #039be5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #039be5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #039be5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #039be5;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-no-min-width .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-no-min-width .primary-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50 {
  background-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(232, 234, 246, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-fg {
  color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100 {
  background-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(197, 202, 233, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-fg {
  color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-border {
  border-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-bg {
  background-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200 {
  background-color: #9fa8da !important;
  color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(159, 168, 218, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-fg {
  color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-border {
  border-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-bg {
  background-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300 {
  background-color: #7986cb !important;
  color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(121, 134, 203, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-fg {
  color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-border {
  border-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400 {
  background-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(92, 107, 192, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-fg {
  color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500 {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-bg {
  background-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600 {
  background-color: #3949ab !important;
  color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(57, 73, 171, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-fg {
  color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-border {
  border-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-bg {
  background-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700 {
  background-color: #303f9f !important;
  color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(48, 63, 159, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-fg {
  color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-border {
  border-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-bg {
  background-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800 {
  background-color: #283593 !important;
  color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(40, 53, 147, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-fg {
  color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-border {
  border-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-bg {
  background-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900 {
  background-color: #1a237e !important;
  color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(26, 35, 126, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-fg {
  color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-border {
  border-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100 {
  background-color: #8c9eff !important;
  color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(140, 158, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-fg {
  color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-border {
  border-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-bg {
  background-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200 {
  background-color: #536dfe !important;
  color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(83, 109, 254, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-fg {
  color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-border {
  border-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400 {
  background-color: #3d5afe !important;
  color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(61, 90, 254, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-fg {
  color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-border {
  border-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-bg {
  background-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700 {
  background-color: #304ffe !important;
  color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(48, 79, 254, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-fg {
  color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-border {
  border-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-default .gt2-theme-no-min-width .primary-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary {
  background-color: #3f51b5 !important;
  color: white !important;
}
body.theme-default .gt2-theme-no-min-width .primary[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .primary-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .primary-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-fg {
  color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-fg {
  color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-border {
  border-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .gt2-theme-no-min-width .accent-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-default .gt2-theme-no-min-width .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .accent-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-theme-no-min-width .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-no-min-width .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-theme-no-min-width .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-theme .primary-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50 {
  background-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(232, 234, 246, 0.26) !important;
}
body.theme-default .gt2-theme .primary-50-fg {
  color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-default .gt2-theme .primary-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100 {
  background-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(197, 202, 233, 0.26) !important;
}
body.theme-default .gt2-theme .primary-100-fg {
  color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100-border {
  border-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-default .gt2-theme .primary-200-bg {
  background-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200 {
  background-color: #9fa8da !important;
  color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(159, 168, 218, 0.26) !important;
}
body.theme-default .gt2-theme .primary-200-fg {
  color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200-border {
  border-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-default .gt2-theme .primary-300-bg {
  background-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300 {
  background-color: #7986cb !important;
  color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(121, 134, 203, 0.26) !important;
}
body.theme-default .gt2-theme .primary-300-fg {
  color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300-border {
  border-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-default .gt2-theme .primary-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400 {
  background-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(92, 107, 192, 0.26) !important;
}
body.theme-default .gt2-theme .primary-400-fg {
  color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-default .gt2-theme .primary-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500 {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-default .gt2-theme .primary-500-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-600-bg {
  background-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600 {
  background-color: #3949ab !important;
  color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(57, 73, 171, 0.26) !important;
}
body.theme-default .gt2-theme .primary-600-fg {
  color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600-border {
  border-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-default .gt2-theme .primary-700-bg {
  background-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700 {
  background-color: #303f9f !important;
  color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(48, 63, 159, 0.26) !important;
}
body.theme-default .gt2-theme .primary-700-fg {
  color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700-border {
  border-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-default .gt2-theme .primary-800-bg {
  background-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800 {
  background-color: #283593 !important;
  color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(40, 53, 147, 0.26) !important;
}
body.theme-default .gt2-theme .primary-800-fg {
  color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800-border {
  border-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-default .gt2-theme .primary-900-bg {
  background-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900 {
  background-color: #1a237e !important;
  color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(26, 35, 126, 0.26) !important;
}
body.theme-default .gt2-theme .primary-900-fg {
  color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900-border {
  border-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-default .gt2-theme .primary-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100 {
  background-color: #8c9eff !important;
  color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(140, 158, 255, 0.26) !important;
}
body.theme-default .gt2-theme .primary-A100-fg {
  color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100-border {
  border-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-default .gt2-theme .primary-A200-bg {
  background-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200 {
  background-color: #536dfe !important;
  color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(83, 109, 254, 0.26) !important;
}
body.theme-default .gt2-theme .primary-A200-fg {
  color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200-border {
  border-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-default .gt2-theme .primary-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400 {
  background-color: #3d5afe !important;
  color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(61, 90, 254, 0.26) !important;
}
body.theme-default .gt2-theme .primary-A400-fg {
  color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400-border {
  border-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-default .gt2-theme .primary-A700-bg {
  background-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700 {
  background-color: #304ffe !important;
  color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(48, 79, 254, 0.26) !important;
}
body.theme-default .gt2-theme .primary-A700-fg {
  color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700-border {
  border-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-default .gt2-theme .primary-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary {
  background-color: #3f51b5 !important;
  color: white !important;
}
body.theme-default .gt2-theme .primary[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme .primary-fg {
  color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-border {
  border-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .primary-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .gt2-theme .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .gt2-theme .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .gt2-theme .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .gt2-theme .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .gt2-theme .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .gt2-theme .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .gt2-theme .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .gt2-theme .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .gt2-theme .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .gt2-theme .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-theme .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-theme .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .gt2-theme .accent-600-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .gt2-theme .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .gt2-theme .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .gt2-theme .accent-800-fg {
  color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .gt2-theme .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .gt2-theme .accent-900-fg {
  color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900-border {
  border-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .gt2-theme .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .gt2-theme .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .gt2-theme .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .gt2-theme .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .gt2-theme .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .gt2-theme .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .gt2-theme .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .gt2-theme .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .gt2-theme .accent-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-default .gt2-theme .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme .accent-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-theme .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-theme .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-theme .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-theme .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-theme .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-theme .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-theme .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-theme .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-theme .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-theme .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-theme .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-theme .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-theme .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-theme .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-theme .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-theme .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-theme .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-theme .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-theme .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-theme .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-theme .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-theme .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-theme .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-theme .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-theme .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-theme .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-theme .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-theme .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-theme .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-theme-extended {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #ff9800;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #43a047;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #43a047;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #ff9800;
  --mdc-filled-text-field-focus-active-indicator-color: #ff9800;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 152, 0, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #607d8b;
  --mdc-filled-text-field-error-focus-label-text-color: #607d8b;
  --mdc-filled-text-field-error-label-text-color: #607d8b;
  --mdc-filled-text-field-error-caret-color: #607d8b;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #607d8b;
  --mdc-filled-text-field-error-focus-active-indicator-color: #607d8b;
  --mdc-filled-text-field-error-hover-active-indicator-color: #607d8b;
  --mdc-outlined-text-field-caret-color: #ff9800;
  --mdc-outlined-text-field-focus-outline-color: #ff9800;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 152, 0, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #607d8b;
  --mdc-outlined-text-field-error-focus-label-text-color: #607d8b;
  --mdc-outlined-text-field-error-label-text-color: #607d8b;
  --mdc-outlined-text-field-error-hover-label-text-color: #607d8b;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #607d8b;
  --mdc-outlined-text-field-error-hover-outline-color: #607d8b;
  --mdc-outlined-text-field-error-outline-color: #607d8b;
  --mat-form-field-focus-select-arrow-color: rgba(255, 152, 0, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #607d8b;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 152, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #fb8c00;
  --mdc-switch-selected-handle-color: #fb8c00;
  --mdc-switch-selected-hover-state-layer-color: #fb8c00;
  --mdc-switch-selected-pressed-state-layer-color: #fb8c00;
  --mdc-switch-selected-focus-handle-color: #e65100;
  --mdc-switch-selected-hover-handle-color: #e65100;
  --mdc-switch-selected-pressed-handle-color: #e65100;
  --mdc-switch-selected-focus-track-color: #ffb74d;
  --mdc-switch-selected-hover-track-color: #ffb74d;
  --mdc-switch-selected-pressed-track-color: #ffb74d;
  --mdc-switch-selected-track-color: #ffb74d;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #ff9800;
  --mdc-slider-focus-handle-color: #ff9800;
  --mdc-slider-hover-handle-color: #ff9800;
  --mdc-slider-active-track-color: #ff9800;
  --mdc-slider-inactive-track-color: #ff9800;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff9800;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #ff9800;
  --mat-slider-hover-state-layer-color: rgba(255, 152, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 152, 0, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #43a047;
  --mdc-checkbox-selected-hover-state-layer-color: #43a047;
  --mdc-checkbox-selected-pressed-state-layer-color: #43a047;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #43a047;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ff9800;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #ff9800;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ff9800;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 152, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 152, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 152, 0, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ff9800;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 152, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ff9800;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ff9800;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ff9800;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #607d8b;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #607d8b;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
body.theme-default .gt2-theme-extended .mat-accent {
  --mat-option-selected-state-label-text-color: #43a047;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-extended .mat-warn {
  --mat-option-selected-state-label-text-color: #607d8b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-extended .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff9800;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff9800;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #43a047;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #43a047;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #607d8b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #607d8b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ff9800;
  --mdc-linear-progress-track-color: rgba(255, 152, 0, 0.25);
}
body.theme-default .gt2-theme-extended .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #43a047;
  --mdc-linear-progress-track-color: rgba(67, 160, 71, 0.25);
}
body.theme-default .gt2-theme-extended .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #607d8b;
  --mdc-linear-progress-track-color: rgba(96, 125, 139, 0.25);
}
body.theme-default .gt2-theme-extended .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #43a047;
  --mdc-filled-text-field-focus-active-indicator-color: #43a047;
  --mdc-filled-text-field-focus-label-text-color: rgba(67, 160, 71, 0.87);
  --mdc-outlined-text-field-caret-color: #43a047;
  --mdc-outlined-text-field-focus-outline-color: #43a047;
  --mdc-outlined-text-field-focus-label-text-color: rgba(67, 160, 71, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(67, 160, 71, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #607d8b;
  --mdc-filled-text-field-focus-active-indicator-color: #607d8b;
  --mdc-filled-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
  --mdc-outlined-text-field-caret-color: #607d8b;
  --mdc-outlined-text-field-focus-outline-color: #607d8b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(67, 160, 71, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(96, 125, 139, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #ff9800;
  --mdc-chip-elevated-selected-container-color: #ff9800;
  --mdc-chip-elevated-disabled-container-color: #ff9800;
  --mdc-chip-flat-disabled-selected-container-color: #ff9800;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #43a047;
  --mdc-chip-elevated-selected-container-color: #43a047;
  --mdc-chip-elevated-disabled-container-color: #43a047;
  --mdc-chip-flat-disabled-selected-container-color: #43a047;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .gt2-theme-extended .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #607d8b;
  --mdc-chip-elevated-selected-container-color: #607d8b;
  --mdc-chip-elevated-disabled-container-color: #607d8b;
  --mdc-chip-flat-disabled-selected-container-color: #607d8b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-extended .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default .gt2-theme-extended .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default .gt2-theme-extended .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
body.theme-default .gt2-theme-extended .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #546e7a;
  --mdc-switch-selected-handle-color: #546e7a;
  --mdc-switch-selected-hover-state-layer-color: #546e7a;
  --mdc-switch-selected-pressed-state-layer-color: #546e7a;
  --mdc-switch-selected-focus-handle-color: #263238;
  --mdc-switch-selected-hover-handle-color: #263238;
  --mdc-switch-selected-pressed-handle-color: #263238;
  --mdc-switch-selected-focus-track-color: #90a4ae;
  --mdc-switch-selected-hover-track-color: #90a4ae;
  --mdc-switch-selected-pressed-track-color: #90a4ae;
  --mdc-switch-selected-track-color: #90a4ae;
}
body.theme-default .gt2-theme-extended .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff9800;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #43a047;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #607d8b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-accent {
  --mdc-slider-handle-color: #43a047;
  --mdc-slider-focus-handle-color: #43a047;
  --mdc-slider-hover-handle-color: #43a047;
  --mdc-slider-active-track-color: #43a047;
  --mdc-slider-inactive-track-color: #43a047;
  --mdc-slider-with-tick-marks-inactive-container-color: #43a047;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #43a047;
  --mat-slider-hover-state-layer-color: rgba(67, 160, 71, 0.05);
  --mat-slider-focus-state-layer-color: rgba(67, 160, 71, 0.2);
}
body.theme-default .gt2-theme-extended .mat-warn {
  --mdc-slider-handle-color: #607d8b;
  --mdc-slider-focus-handle-color: #607d8b;
  --mdc-slider-hover-handle-color: #607d8b;
  --mdc-slider-active-track-color: #607d8b;
  --mdc-slider-inactive-track-color: #607d8b;
  --mdc-slider-with-tick-marks-inactive-container-color: #607d8b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #607d8b;
  --mat-slider-hover-state-layer-color: rgba(96, 125, 139, 0.05);
  --mat-slider-focus-state-layer-color: rgba(96, 125, 139, 0.2);
}
body.theme-default .gt2-theme-extended .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff9800;
  --mdc-radio-selected-hover-icon-color: #ff9800;
  --mdc-radio-selected-icon-color: #ff9800;
  --mdc-radio-selected-pressed-icon-color: #ff9800;
}
body.theme-default .gt2-theme-extended .mat-accent .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #43a047;
  --mdc-radio-selected-hover-icon-color: #43a047;
  --mdc-radio-selected-icon-color: #43a047;
  --mdc-radio-selected-pressed-icon-color: #43a047;
}
body.theme-default .gt2-theme-extended .mat-warn .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff9800;
  --mdc-checkbox-selected-hover-state-layer-color: #ff9800;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff9800;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #43a047;
  --mdc-checkbox-selected-hover-icon-color: #43a047;
  --mdc-checkbox-selected-icon-color: #43a047;
  --mdc-checkbox-selected-pressed-icon-color: #43a047;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #43a047;
  --mdc-checkbox-selected-hover-state-layer-color: #43a047;
  --mdc-checkbox-selected-pressed-state-layer-color: #43a047;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .gt2-theme-extended .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .gt2-theme-extended .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ff9800;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .gt2-theme-extended .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default .gt2-theme-extended .mdc-list-item__start,
body.theme-default .gt2-theme-extended .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-extended .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ff9800;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff9800;
  --mat-tab-header-active-ripple-color: #ff9800;
  --mat-tab-header-inactive-ripple-color: #ff9800;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff9800;
  --mat-tab-header-active-hover-label-text-color: #ff9800;
  --mat-tab-header-active-focus-indicator-color: #ff9800;
  --mat-tab-header-active-hover-indicator-color: #ff9800;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group.mat-accent,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #43a047;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #43a047;
  --mat-tab-header-active-ripple-color: #43a047;
  --mat-tab-header-inactive-ripple-color: #43a047;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #43a047;
  --mat-tab-header-active-hover-label-text-color: #43a047;
  --mat-tab-header-active-focus-indicator-color: #43a047;
  --mat-tab-header-active-hover-indicator-color: #43a047;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group.mat-warn,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #607d8b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #607d8b;
  --mat-tab-header-active-ripple-color: #607d8b;
  --mat-tab-header-inactive-ripple-color: #607d8b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #607d8b;
  --mat-tab-header-active-hover-label-text-color: #607d8b;
  --mat-tab-header-active-focus-indicator-color: #607d8b;
  --mat-tab-header-active-hover-indicator-color: #607d8b;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group.mat-background-primary,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ff9800;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group.mat-background-accent,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #43a047;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-group.mat-background-warn,
body.theme-default .gt2-theme-extended .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #607d8b;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-extended .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default .gt2-theme-extended .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ff9800;
  --mdc-checkbox-selected-hover-icon-color: #ff9800;
  --mdc-checkbox-selected-icon-color: #ff9800;
  --mdc-checkbox-selected-pressed-icon-color: #ff9800;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff9800;
  --mdc-checkbox-selected-hover-state-layer-color: #ff9800;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff9800;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ff9800;
  --mat-text-button-state-layer-color: #ff9800;
  --mat-text-button-ripple-color: rgba(255, 152, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #43a047;
  --mat-text-button-state-layer-color: #43a047;
  --mat-text-button-ripple-color: rgba(67, 160, 71, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #607d8b;
  --mat-text-button-state-layer-color: #607d8b;
  --mat-text-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ff9800;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #43a047;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #607d8b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ff9800;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #43a047;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #607d8b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ff9800;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff9800;
  --mat-outlined-button-ripple-color: rgba(255, 152, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #43a047;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #43a047;
  --mat-outlined-button-ripple-color: rgba(67, 160, 71, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #607d8b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #607d8b;
  --mat-outlined-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ff9800;
  --mat-icon-button-state-layer-color: #ff9800;
  --mat-icon-button-ripple-color: rgba(255, 152, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #43a047;
  --mat-icon-button-state-layer-color: #43a047;
  --mat-icon-button-ripple-color: rgba(67, 160, 71, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #607d8b;
  --mat-icon-button-state-layer-color: #607d8b;
  --mat-icon-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default .gt2-theme-extended .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #ff9800;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #43a047;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #607d8b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #ff9800;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #43a047;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #607d8b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended .mat-accent {
  --mdc-circular-progress-active-indicator-color: #43a047;
}
body.theme-default .gt2-theme-extended .mat-warn {
  --mdc-circular-progress-active-indicator-color: #607d8b;
}
body.theme-default .gt2-theme-extended .mat-badge-accent {
  --mat-badge-background-color: #43a047;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-extended .mat-badge-warn {
  --mat-badge-background-color: #607d8b;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-extended .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #43a047;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(67, 160, 71, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(67, 160, 71, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(67, 160, 71, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(67, 160, 71, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-extended .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #607d8b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(96, 125, 139, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(96, 125, 139, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-extended .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #43a047;
}
body.theme-default .gt2-theme-extended .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .gt2-theme-extended .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default .gt2-theme-extended .mat-icon.mat-primary {
  --mat-icon-color: #ff9800;
}
body.theme-default .gt2-theme-extended .mat-icon.mat-accent {
  --mat-icon-color: #43a047;
}
body.theme-default .gt2-theme-extended .mat-icon.mat-warn {
  --mat-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #43a047;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #43a047;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #43a047;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-extended .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #607d8b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #607d8b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #607d8b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-extended .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ff9800;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #43a047;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-extended .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #607d8b;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-extended .primary-50-bg {
  background-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-50-fg {
  color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50-border {
  border-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50-border-top {
  border-top-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50-border-right {
  border-right-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-50-border-left {
  border-left-color: #fff3e0 !important;
}
body.theme-default .gt2-theme-extended .primary-100-bg {
  background-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-100-fg {
  color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100-border {
  border-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100-border-top {
  border-top-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100-border-right {
  border-right-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-100-border-left {
  border-left-color: #ffe0b2 !important;
}
body.theme-default .gt2-theme-extended .primary-200-bg {
  background-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-200-fg {
  color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200-border {
  border-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200-border-top {
  border-top-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200-border-right {
  border-right-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-200-border-left {
  border-left-color: #ffcc80 !important;
}
body.theme-default .gt2-theme-extended .primary-300-bg {
  background-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-300-fg {
  color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300-border {
  border-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300-border-top {
  border-top-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300-border-right {
  border-right-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-300-border-left {
  border-left-color: #ffb74d !important;
}
body.theme-default .gt2-theme-extended .primary-400-bg {
  background-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-400-fg {
  color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400-border {
  border-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400-border-top {
  border-top-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400-border-right {
  border-right-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-400-border-left {
  border-left-color: #ffa726 !important;
}
body.theme-default .gt2-theme-extended .primary-500-bg {
  background-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-500-fg {
  color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500-border {
  border-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-500-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-600-bg {
  background-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-600-fg {
  color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600-border {
  border-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600-border-top {
  border-top-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600-border-right {
  border-right-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-600-border-left {
  border-left-color: #fb8c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-bg {
  background-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-700-fg {
  color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-border {
  border-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-border-top {
  border-top-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-border-right {
  border-right-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-700-border-left {
  border-left-color: #f57c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-bg {
  background-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-800-fg {
  color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-border {
  border-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-border-top {
  border-top-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-border-right {
  border-right-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-800-border-left {
  border-left-color: #ef6c00 !important;
}
body.theme-default .gt2-theme-extended .primary-900-bg {
  background-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-900-fg {
  color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900-border {
  border-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900-border-top {
  border-top-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900-border-right {
  border-right-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-900-border-left {
  border-left-color: #e65100 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-bg {
  background-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-A100-fg {
  color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-border {
  border-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-border-top {
  border-top-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-border-right {
  border-right-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A100-border-left {
  border-left-color: #ffd180 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-bg {
  background-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-A200-fg {
  color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-border {
  border-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-border-top {
  border-top-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-border-right {
  border-right-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A200-border-left {
  border-left-color: #ffab40 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-bg {
  background-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-A400-fg {
  color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-border {
  border-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-border-top {
  border-top-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-border-right {
  border-right-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A400-border-left {
  border-left-color: #ff9100 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-bg {
  background-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-A700-fg {
  color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-border {
  border-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-border-top {
  border-top-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-border-right {
  border-right-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-A700-border-left {
  border-left-color: #ff6d00 !important;
}
body.theme-default .gt2-theme-extended .primary-bg {
  background-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .gt2-theme-extended .primary[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .gt2-theme-extended .primary-fg {
  color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-border {
  border-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .primary-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-default .gt2-theme-extended .accent-50-bg {
  background-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-50-fg {
  color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50-border {
  border-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50-border-top {
  border-top-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50-border-right {
  border-right-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-50-border-left {
  border-left-color: #e8f5e9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-bg {
  background-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-100-fg {
  color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-border {
  border-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-border-top {
  border-top-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-border-right {
  border-right-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-100-border-left {
  border-left-color: #c8e6c9 !important;
}
body.theme-default .gt2-theme-extended .accent-200-bg {
  background-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-200-fg {
  color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200-border {
  border-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200-border-top {
  border-top-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200-border-right {
  border-right-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-200-border-left {
  border-left-color: #a5d6a7 !important;
}
body.theme-default .gt2-theme-extended .accent-300-bg {
  background-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-300-fg {
  color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300-border {
  border-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300-border-top {
  border-top-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300-border-right {
  border-right-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-300-border-left {
  border-left-color: #81c784 !important;
}
body.theme-default .gt2-theme-extended .accent-400-bg {
  background-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-400-fg {
  color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400-border {
  border-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400-border-top {
  border-top-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400-border-right {
  border-right-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-400-border-left {
  border-left-color: #66bb6a !important;
}
body.theme-default .gt2-theme-extended .accent-500-bg {
  background-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-500-fg {
  color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500-border {
  border-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-500-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-default .gt2-theme-extended .accent-600-bg {
  background-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-600-fg {
  color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600-border {
  border-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600-border-top {
  border-top-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600-border-right {
  border-right-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-600-border-left {
  border-left-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-700-bg {
  background-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-700-fg {
  color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700-border {
  border-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700-border-top {
  border-top-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700-border-right {
  border-right-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-700-border-left {
  border-left-color: #388e3c !important;
}
body.theme-default .gt2-theme-extended .accent-800-bg {
  background-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-800-fg {
  color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800-border {
  border-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800-border-top {
  border-top-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800-border-right {
  border-right-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-800-border-left {
  border-left-color: #2e7d32 !important;
}
body.theme-default .gt2-theme-extended .accent-900-bg {
  background-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-900-fg {
  color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900-border {
  border-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900-border-top {
  border-top-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900-border-right {
  border-right-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-900-border-left {
  border-left-color: #1b5e20 !important;
}
body.theme-default .gt2-theme-extended .accent-A100-bg {
  background-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-A100-fg {
  color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100-border {
  border-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100-border-top {
  border-top-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100-border-right {
  border-right-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A100-border-left {
  border-left-color: #b9f6ca !important;
}
body.theme-default .gt2-theme-extended .accent-A200-bg {
  background-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-A200-fg {
  color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200-border {
  border-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200-border-top {
  border-top-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200-border-right {
  border-right-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A200-border-left {
  border-left-color: #69f0ae !important;
}
body.theme-default .gt2-theme-extended .accent-A400-bg {
  background-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-A400-fg {
  color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400-border {
  border-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400-border-top {
  border-top-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400-border-right {
  border-right-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A400-border-left {
  border-left-color: #00e676 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-bg {
  background-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-A700-fg {
  color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-border {
  border-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-border-top {
  border-top-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-border-right {
  border-right-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-A700-border-left {
  border-left-color: #00c853 !important;
}
body.theme-default .gt2-theme-extended .accent-bg {
  background-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent {
  background-color: #43a047 !important;
  color: white !important;
}
body.theme-default .gt2-theme-extended .accent[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended .accent-fg {
  color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-border {
  border-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-border-top {
  border-top-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-border-right {
  border-right-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-border-bottom {
  border-bottom-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .accent-border-left {
  border-left-color: #43a047 !important;
}
body.theme-default .gt2-theme-extended .warn-50-bg {
  background-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-50-fg {
  color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50-border {
  border-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended .warn-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-300-bg {
  background-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-300-fg {
  color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300-border {
  border-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended .warn-400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-500-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-500-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-600-bg {
  background-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-600-fg {
  color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600-border {
  border-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended .warn-700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-800-bg {
  background-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-800-fg {
  color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800-border {
  border-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-default .gt2-theme-extended .warn-900-bg {
  background-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-900-fg {
  color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900-border {
  border-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-default .gt2-theme-extended .warn-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-A100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended .warn-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-A200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended .warn-A400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-A400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-theme-extended .warn-A700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-A700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended .warn-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn {
  background-color: #607d8b !important;
  color: white !important;
}
body.theme-default .gt2-theme-extended .warn[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended .warn-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended .warn-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #3c4252;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3c4252;
  --mdc-filled-text-field-focus-active-indicator-color: #3c4252;
  --mdc-filled-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #607d8b;
  --mdc-filled-text-field-error-focus-label-text-color: #607d8b;
  --mdc-filled-text-field-error-label-text-color: #607d8b;
  --mdc-filled-text-field-error-caret-color: #607d8b;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #607d8b;
  --mdc-filled-text-field-error-focus-active-indicator-color: #607d8b;
  --mdc-filled-text-field-error-hover-active-indicator-color: #607d8b;
  --mdc-outlined-text-field-caret-color: #3c4252;
  --mdc-outlined-text-field-focus-outline-color: #3c4252;
  --mdc-outlined-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #607d8b;
  --mdc-outlined-text-field-error-focus-label-text-color: #607d8b;
  --mdc-outlined-text-field-error-label-text-color: #607d8b;
  --mdc-outlined-text-field-error-hover-label-text-color: #607d8b;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #607d8b;
  --mdc-outlined-text-field-error-hover-outline-color: #607d8b;
  --mdc-outlined-text-field-error-outline-color: #607d8b;
  --mat-form-field-focus-select-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #607d8b;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #353a48;
  --mdc-switch-selected-handle-color: #353a48;
  --mdc-switch-selected-hover-state-layer-color: #353a48;
  --mdc-switch-selected-pressed-state-layer-color: #353a48;
  --mdc-switch-selected-focus-handle-color: #1e2129;
  --mdc-switch-selected-hover-handle-color: #1e2129;
  --mdc-switch-selected-pressed-handle-color: #1e2129;
  --mdc-switch-selected-focus-track-color: #7d818c;
  --mdc-switch-selected-hover-track-color: #7d818c;
  --mdc-switch-selected-pressed-track-color: #7d818c;
  --mdc-switch-selected-track-color: #7d818c;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #3c4252;
  --mdc-slider-focus-handle-color: #3c4252;
  --mdc-slider-hover-handle-color: #3c4252;
  --mdc-slider-active-track-color: #3c4252;
  --mdc-slider-inactive-track-color: #3c4252;
  --mdc-slider-with-tick-marks-inactive-container-color: #3c4252;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #3c4252;
  --mat-slider-hover-state-layer-color: rgba(60, 66, 82, 0.05);
  --mat-slider-focus-state-layer-color: rgba(60, 66, 82, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #039be5;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3c4252;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #3c4252;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3c4252;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(60, 66, 82, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3c4252;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(60, 66, 82, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3c4252;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3c4252;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3c4252;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #607d8b;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #607d8b;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  min-width: 1023px;
}
body.theme-default .gt2-theme-extended2 .mat-accent {
  --mat-option-selected-state-label-text-color: #039be5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-extended2 .mat-warn {
  --mat-option-selected-state-label-text-color: #607d8b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-theme-extended2 .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c4252;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c4252;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended2 .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended2 .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #607d8b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #607d8b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3c4252;
  --mdc-linear-progress-track-color: rgba(60, 66, 82, 0.25);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #039be5;
  --mdc-linear-progress-track-color: rgba(3, 155, 229, 0.25);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #607d8b;
  --mdc-linear-progress-track-color: rgba(96, 125, 139, 0.25);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #039be5;
  --mdc-filled-text-field-focus-active-indicator-color: #039be5;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mdc-outlined-text-field-caret-color: #039be5;
  --mdc-outlined-text-field-focus-outline-color: #039be5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(3, 155, 229, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #607d8b;
  --mdc-filled-text-field-focus-active-indicator-color: #607d8b;
  --mdc-filled-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
  --mdc-outlined-text-field-caret-color: #607d8b;
  --mdc-outlined-text-field-focus-outline-color: #607d8b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 155, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(96, 125, 139, 0.87);
  --mat-select-invalid-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3c4252;
  --mdc-chip-elevated-selected-container-color: #3c4252;
  --mdc-chip-elevated-disabled-container-color: #3c4252;
  --mdc-chip-flat-disabled-selected-container-color: #3c4252;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #039be5;
  --mdc-chip-elevated-selected-container-color: #039be5;
  --mdc-chip-elevated-disabled-container-color: #039be5;
  --mdc-chip-flat-disabled-selected-container-color: #039be5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .gt2-theme-extended2 .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #607d8b;
  --mdc-chip-elevated-selected-container-color: #607d8b;
  --mdc-chip-elevated-disabled-container-color: #607d8b;
  --mdc-chip-flat-disabled-selected-container-color: #607d8b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #039be5;
  --mdc-switch-selected-handle-color: #039be5;
  --mdc-switch-selected-hover-state-layer-color: #039be5;
  --mdc-switch-selected-pressed-state-layer-color: #039be5;
  --mdc-switch-selected-focus-handle-color: #01579b;
  --mdc-switch-selected-hover-handle-color: #01579b;
  --mdc-switch-selected-pressed-handle-color: #01579b;
  --mdc-switch-selected-focus-track-color: #4fc3f7;
  --mdc-switch-selected-hover-track-color: #4fc3f7;
  --mdc-switch-selected-pressed-track-color: #4fc3f7;
  --mdc-switch-selected-track-color: #4fc3f7;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #546e7a;
  --mdc-switch-selected-handle-color: #546e7a;
  --mdc-switch-selected-hover-state-layer-color: #546e7a;
  --mdc-switch-selected-pressed-state-layer-color: #546e7a;
  --mdc-switch-selected-focus-handle-color: #263238;
  --mdc-switch-selected-hover-handle-color: #263238;
  --mdc-switch-selected-pressed-handle-color: #263238;
  --mdc-switch-selected-focus-track-color: #90a4ae;
  --mdc-switch-selected-hover-track-color: #90a4ae;
  --mdc-switch-selected-pressed-track-color: #90a4ae;
  --mdc-switch-selected-track-color: #90a4ae;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3c4252;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #039be5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #607d8b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-theme-extended2 .mat-accent {
  --mdc-slider-handle-color: #039be5;
  --mdc-slider-focus-handle-color: #039be5;
  --mdc-slider-hover-handle-color: #039be5;
  --mdc-slider-active-track-color: #039be5;
  --mdc-slider-inactive-track-color: #039be5;
  --mdc-slider-with-tick-marks-inactive-container-color: #039be5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #039be5;
  --mat-slider-hover-state-layer-color: rgba(3, 155, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 155, 229, 0.2);
}
body.theme-default .gt2-theme-extended2 .mat-warn {
  --mdc-slider-handle-color: #607d8b;
  --mdc-slider-focus-handle-color: #607d8b;
  --mdc-slider-hover-handle-color: #607d8b;
  --mdc-slider-active-track-color: #607d8b;
  --mdc-slider-inactive-track-color: #607d8b;
  --mdc-slider-with-tick-marks-inactive-container-color: #607d8b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #607d8b;
  --mat-slider-hover-state-layer-color: rgba(96, 125, 139, 0.05);
  --mat-slider-focus-state-layer-color: rgba(96, 125, 139, 0.2);
}
body.theme-default .gt2-theme-extended2 .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
}
body.theme-default .gt2-theme-extended2 .mat-accent .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
}
body.theme-default .gt2-theme-extended2 .mat-warn .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3c4252;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default .gt2-theme-extended2 .mdc-list-item__start,
body.theme-default .gt2-theme-extended2 .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .gt2-theme-extended2 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3c4252;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3c4252;
  --mat-tab-header-active-ripple-color: #3c4252;
  --mat-tab-header-inactive-ripple-color: #3c4252;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3c4252;
  --mat-tab-header-active-hover-label-text-color: #3c4252;
  --mat-tab-header-active-focus-indicator-color: #3c4252;
  --mat-tab-header-active-hover-indicator-color: #3c4252;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group.mat-accent,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #039be5;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #039be5;
  --mat-tab-header-active-ripple-color: #039be5;
  --mat-tab-header-inactive-ripple-color: #039be5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #039be5;
  --mat-tab-header-active-hover-label-text-color: #039be5;
  --mat-tab-header-active-focus-indicator-color: #039be5;
  --mat-tab-header-active-hover-indicator-color: #039be5;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group.mat-warn,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #607d8b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #607d8b;
  --mat-tab-header-active-ripple-color: #607d8b;
  --mat-tab-header-inactive-ripple-color: #607d8b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #607d8b;
  --mat-tab-header-active-hover-label-text-color: #607d8b;
  --mat-tab-header-active-focus-indicator-color: #607d8b;
  --mat-tab-header-active-hover-indicator-color: #607d8b;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group.mat-background-primary,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3c4252;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group.mat-background-accent,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #039be5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-group.mat-background-warn,
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #607d8b;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3c4252;
  --mat-text-button-state-layer-color: #3c4252;
  --mat-text-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #039be5;
  --mat-text-button-state-layer-color: #039be5;
  --mat-text-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #607d8b;
  --mat-text-button-state-layer-color: #607d8b;
  --mat-text-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3c4252;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #039be5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #607d8b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3c4252;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #039be5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #607d8b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3c4252;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #3c4252;
  --mat-outlined-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #039be5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #039be5;
  --mat-outlined-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #607d8b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #607d8b;
  --mat-outlined-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3c4252;
  --mat-icon-button-state-layer-color: #3c4252;
  --mat-icon-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #039be5;
  --mat-icon-button-state-layer-color: #039be5;
  --mat-icon-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #607d8b;
  --mat-icon-button-state-layer-color: #607d8b;
  --mat-icon-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default .gt2-theme-extended2 .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3c4252;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #039be5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #607d8b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3c4252;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #039be5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #607d8b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-theme-extended2 .mat-accent {
  --mdc-circular-progress-active-indicator-color: #039be5;
}
body.theme-default .gt2-theme-extended2 .mat-warn {
  --mdc-circular-progress-active-indicator-color: #607d8b;
}
body.theme-default .gt2-theme-extended2 .mat-badge-accent {
  --mat-badge-background-color: #039be5;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-badge-warn {
  --mat-badge-background-color: #607d8b;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #039be5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 155, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 155, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-extended2 .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #607d8b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(96, 125, 139, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(96, 125, 139, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-theme-extended2 .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #039be5;
}
body.theme-default .gt2-theme-extended2 .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended2 .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .gt2-theme-extended2 .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default .gt2-theme-extended2 .mat-icon.mat-primary {
  --mat-icon-color: #3c4252;
}
body.theme-default .gt2-theme-extended2 .mat-icon.mat-accent {
  --mat-icon-color: #039be5;
}
body.theme-default .gt2-theme-extended2 .mat-icon.mat-warn {
  --mat-icon-color: #607d8b;
}
body.theme-default .gt2-theme-extended2 .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #039be5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #039be5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #039be5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #607d8b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #607d8b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #607d8b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3c4252;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #039be5;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-extended2 .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #607d8b;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-theme-extended2 .primary-50-bg {
  background-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-fg {
  color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-border {
  border-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-border-top {
  border-top-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-border-right {
  border-right-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-border-bottom {
  border-bottom-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-50-border-left {
  border-left-color: #ececee !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-fg {
  color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-bg {
  background-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-fg {
  color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-border {
  border-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-border-top {
  border-top-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-border-right {
  border-right-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-300-border-left {
  border-left-color: #7d818c !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-bg {
  background-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-fg {
  color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-border {
  border-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-bg {
  background-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-fg {
  color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-border {
  border-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-500-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-bg {
  background-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-fg {
  color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-border {
  border-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-border-top {
  border-top-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-border-right {
  border-right-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-600-border-left {
  border-left-color: #353a48 !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-bg {
  background-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-fg {
  color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-border {
  border-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-fg {
  color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-border {
  border-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-bg {
  background-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-fg {
  color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-border {
  border-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-border-top {
  border-top-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-border-right {
  border-right-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-900-border-left {
  border-left-color: #1e2129 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-fg {
  color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-bg {
  background-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-fg {
  color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-border {
  border-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-bg {
  background-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-fg {
  color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-border {
  border-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .gt2-theme-extended2 .primary-bg {
  background-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary {
  background-color: #3c4252 !important;
  color: white !important;
}
body.theme-default .gt2-theme-extended2 .primary[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .primary-fg {
  color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-border {
  border-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .primary-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-fg {
  color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-fg {
  color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-border {
  border-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .gt2-theme-extended2 .accent-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-default .gt2-theme-extended2 .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .accent-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-bg {
  background-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-fg {
  color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-border {
  border-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-bg {
  background-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-fg {
  color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-border {
  border-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-bg {
  background-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-fg {
  color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-border {
  border-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-bg {
  background-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-fg {
  color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-border {
  border-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-bg {
  background-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-fg {
  color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-border {
  border-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-fg {
  color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-fg {
  color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-bg {
  background-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-fg {
  color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-border {
  border-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-bg {
  background-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-fg {
  color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-border {
  border-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-default .gt2-theme-extended2 .warn-bg {
  background-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn {
  background-color: #607d8b !important;
  color: white !important;
}
body.theme-default .gt2-theme-extended2 .warn[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-theme-extended2 .warn-fg {
  color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-border {
  border-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-border-top {
  border-top-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-border-right {
  border-right-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-default .gt2-theme-extended2 .warn-border-left {
  border-left-color: #607d8b !important;
}
body.theme-default .gt2-order-theme {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #009688;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #00bcd4;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00bcd4;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #009688;
  --mdc-filled-text-field-focus-active-indicator-color: #009688;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #009688;
  --mdc-outlined-text-field-focus-outline-color: #009688;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 150, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 150, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #009688;
  --mdc-slider-focus-handle-color: #009688;
  --mdc-slider-hover-handle-color: #009688;
  --mdc-slider-active-track-color: #009688;
  --mdc-slider-inactive-track-color: #009688;
  --mdc-slider-with-tick-marks-inactive-container-color: #009688;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #009688;
  --mat-slider-hover-state-layer-color: rgba(0, 150, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 150, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00bcd4;
  --mdc-checkbox-selected-hover-state-layer-color: #00bcd4;
  --mdc-checkbox-selected-pressed-state-layer-color: #00bcd4;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #00bcd4;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #009688;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #009688;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #009688;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 150, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 150, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #009688;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 150, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #009688;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #009688;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #009688;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
body.theme-default .gt2-order-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #00bcd4;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-order-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .gt2-order-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #009688;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #009688;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-order-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #00bcd4;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00bcd4;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-order-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .gt2-order-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #009688;
  --mdc-linear-progress-track-color: rgba(0, 150, 136, 0.25);
}
body.theme-default .gt2-order-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #00bcd4;
  --mdc-linear-progress-track-color: rgba(0, 188, 212, 0.25);
}
body.theme-default .gt2-order-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-default .gt2-order-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #00bcd4;
  --mdc-filled-text-field-focus-active-indicator-color: #00bcd4;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 188, 212, 0.87);
  --mdc-outlined-text-field-caret-color: #00bcd4;
  --mdc-outlined-text-field-focus-outline-color: #00bcd4;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 188, 212, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(0, 188, 212, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 188, 212, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .gt2-order-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #009688;
  --mdc-chip-elevated-selected-container-color: #009688;
  --mdc-chip-elevated-disabled-container-color: #009688;
  --mdc-chip-flat-disabled-selected-container-color: #009688;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #00bcd4;
  --mdc-chip-elevated-selected-container-color: #00bcd4;
  --mdc-chip-elevated-disabled-container-color: #00bcd4;
  --mdc-chip-flat-disabled-selected-container-color: #00bcd4;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .gt2-order-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default .gt2-order-theme .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default .gt2-order-theme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #00acc1;
  --mdc-switch-selected-handle-color: #00acc1;
  --mdc-switch-selected-hover-state-layer-color: #00acc1;
  --mdc-switch-selected-pressed-state-layer-color: #00acc1;
  --mdc-switch-selected-focus-handle-color: #006064;
  --mdc-switch-selected-hover-handle-color: #006064;
  --mdc-switch-selected-pressed-handle-color: #006064;
  --mdc-switch-selected-focus-track-color: #4dd0e1;
  --mdc-switch-selected-hover-track-color: #4dd0e1;
  --mdc-switch-selected-pressed-track-color: #4dd0e1;
  --mdc-switch-selected-track-color: #4dd0e1;
}
body.theme-default .gt2-order-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.theme-default .gt2-order-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #00bcd4;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-order-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .gt2-order-theme .mat-accent {
  --mdc-slider-handle-color: #00bcd4;
  --mdc-slider-focus-handle-color: #00bcd4;
  --mdc-slider-hover-handle-color: #00bcd4;
  --mdc-slider-active-track-color: #00bcd4;
  --mdc-slider-inactive-track-color: #00bcd4;
  --mdc-slider-with-tick-marks-inactive-container-color: #00bcd4;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #00bcd4;
  --mat-slider-hover-state-layer-color: rgba(0, 188, 212, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 188, 212, 0.2);
}
body.theme-default .gt2-order-theme .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-default .gt2-order-theme .mdc-list-item__start,
body.theme-default .gt2-order-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #009688;
  --mdc-radio-selected-hover-icon-color: #009688;
  --mdc-radio-selected-icon-color: #009688;
  --mdc-radio-selected-pressed-icon-color: #009688;
}
body.theme-default .gt2-order-theme .mat-accent .mdc-list-item__start,
body.theme-default .gt2-order-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00bcd4;
  --mdc-radio-selected-hover-icon-color: #00bcd4;
  --mdc-radio-selected-icon-color: #00bcd4;
  --mdc-radio-selected-pressed-icon-color: #00bcd4;
}
body.theme-default .gt2-order-theme .mat-warn .mdc-list-item__start,
body.theme-default .gt2-order-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-default .gt2-order-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-order-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00bcd4;
  --mdc-checkbox-selected-hover-icon-color: #00bcd4;
  --mdc-checkbox-selected-icon-color: #00bcd4;
  --mdc-checkbox-selected-pressed-icon-color: #00bcd4;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00bcd4;
  --mdc-checkbox-selected-hover-state-layer-color: #00bcd4;
  --mdc-checkbox-selected-pressed-state-layer-color: #00bcd4;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-order-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-order-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .gt2-order-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .gt2-order-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .gt2-order-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #009688;
}
body.theme-default .gt2-order-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .gt2-order-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .gt2-order-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default .gt2-order-theme .mdc-list-item__start,
body.theme-default .gt2-order-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .gt2-order-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #009688;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #009688;
  --mat-tab-header-active-ripple-color: #009688;
  --mat-tab-header-inactive-ripple-color: #009688;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #009688;
  --mat-tab-header-active-hover-label-text-color: #009688;
  --mat-tab-header-active-focus-indicator-color: #009688;
  --mat-tab-header-active-hover-indicator-color: #009688;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group.mat-accent,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #00bcd4;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #00bcd4;
  --mat-tab-header-active-ripple-color: #00bcd4;
  --mat-tab-header-inactive-ripple-color: #00bcd4;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #00bcd4;
  --mat-tab-header-active-hover-label-text-color: #00bcd4;
  --mat-tab-header-active-focus-indicator-color: #00bcd4;
  --mat-tab-header-active-hover-indicator-color: #00bcd4;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group.mat-warn,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group.mat-background-primary,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #009688;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group.mat-background-accent,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #00bcd4;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-group.mat-background-warn,
body.theme-default .gt2-order-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .gt2-order-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default .gt2-order-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #009688;
  --mdc-checkbox-selected-hover-icon-color: #009688;
  --mdc-checkbox-selected-icon-color: #009688;
  --mdc-checkbox-selected-pressed-icon-color: #009688;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #009688;
  --mdc-checkbox-selected-hover-state-layer-color: #009688;
  --mdc-checkbox-selected-pressed-state-layer-color: #009688;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-order-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .gt2-order-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #009688;
  --mat-text-button-state-layer-color: #009688;
  --mat-text-button-ripple-color: rgba(0, 150, 136, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #00bcd4;
  --mat-text-button-state-layer-color: #00bcd4;
  --mat-text-button-ripple-color: rgba(0, 188, 212, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #009688;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #00bcd4;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #009688;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #00bcd4;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #009688;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #009688;
  --mat-outlined-button-ripple-color: rgba(0, 150, 136, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #00bcd4;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #00bcd4;
  --mat-outlined-button-ripple-color: rgba(0, 188, 212, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #009688;
  --mat-icon-button-state-layer-color: #009688;
  --mat-icon-button-ripple-color: rgba(0, 150, 136, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #00bcd4;
  --mat-icon-button-state-layer-color: #00bcd4;
  --mat-icon-button-ripple-color: rgba(0, 188, 212, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default .gt2-order-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #009688;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #00bcd4;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #009688;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #00bcd4;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .gt2-order-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #00bcd4;
}
body.theme-default .gt2-order-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-default .gt2-order-theme .mat-badge-accent {
  --mat-badge-background-color: #00bcd4;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-order-theme .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-default .gt2-order-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #00bcd4;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 188, 212, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 188, 212, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 188, 212, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 188, 212, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-order-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-default .gt2-order-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #00bcd4;
}
body.theme-default .gt2-order-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-default .gt2-order-theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .gt2-order-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default .gt2-order-theme .mat-icon.mat-primary {
  --mat-icon-color: #009688;
}
body.theme-default .gt2-order-theme .mat-icon.mat-accent {
  --mat-icon-color: #00bcd4;
}
body.theme-default .gt2-order-theme .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-default .gt2-order-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #00bcd4;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #00bcd4;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #00bcd4;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-order-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .gt2-order-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #009688;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-order-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #00bcd4;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-order-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .gt2-order-theme .primary-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-50-fg {
  color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme .primary-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-100-fg {
  color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100-border {
  border-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme .primary-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-200-fg {
  color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200-border {
  border-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme .primary-300-bg {
  background-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-300-fg {
  color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300-border {
  border-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme .primary-400-bg {
  background-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-400-fg {
  color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400-border {
  border-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-default .gt2-order-theme .primary-500-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-500-fg {
  color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-600-bg {
  background-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-600-fg {
  color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600-border {
  border-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-default .gt2-order-theme .primary-700-bg {
  background-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-700-fg {
  color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700-border {
  border-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-default .gt2-order-theme .primary-800-bg {
  background-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-800-fg {
  color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800-border {
  border-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-default .gt2-order-theme .primary-900-bg {
  background-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-900-fg {
  color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900-border {
  border-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-default .gt2-order-theme .primary-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-A100-fg {
  color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme .primary-A200-bg {
  background-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-A200-fg {
  color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200-border {
  border-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-default .gt2-order-theme .primary-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-A400-fg {
  color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme .primary-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-A700-fg {
  color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme .primary-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary {
  background-color: #009688 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme .primary[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .primary-fg {
  color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-order-theme .primary-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-order-theme .accent-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-50-fg {
  color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50-border {
  border-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme .accent-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-100-fg {
  color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme .accent-200-bg {
  background-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-200-fg {
  color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200-border {
  border-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-default .gt2-order-theme .accent-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-300-fg {
  color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme .accent-400-bg {
  background-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-400-fg {
  color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400-border {
  border-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-default .gt2-order-theme .accent-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-500-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-600-bg {
  background-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-600-fg {
  color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600-border {
  border-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme .accent-700-bg {
  background-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-700-fg {
  color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700-border {
  border-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme .accent-800-bg {
  background-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-800-fg {
  color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800-border {
  border-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-default .gt2-order-theme .accent-900-bg {
  background-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-900-fg {
  color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900-border {
  border-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-default .gt2-order-theme .accent-A100-bg {
  background-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-A100-fg {
  color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100-border {
  border-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-bg {
  background-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-A200-fg {
  color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-border {
  border-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-default .gt2-order-theme .accent-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-A400-fg {
  color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400-border {
  border-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme .accent-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-A700-fg {
  color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme .accent-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent {
  background-color: #00bcd4 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme .accent[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .accent-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .accent-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-order-theme .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-order-theme .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-order-theme .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-order-theme .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-order-theme .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-order-theme .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-fg {
  color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-fg {
  color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-border {
  border-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-fg {
  color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-border {
  border-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-bg {
  background-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-fg {
  color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-border {
  border-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-bg {
  background-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-fg {
  color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-border {
  border-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-fg {
  color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-bg {
  background-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-fg {
  color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-border {
  border-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-bg {
  background-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-fg {
  color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-border {
  border-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-bg {
  background-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-fg {
  color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-border {
  border-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-bg {
  background-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-fg {
  color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-border {
  border-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-fg {
  color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-bg {
  background-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-fg {
  color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-border {
  border-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-fg {
  color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-fg {
  color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary {
  background-color: #009688 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-fg {
  color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .primary-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-fg {
  color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-border {
  border-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-fg {
  color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-bg {
  background-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-fg {
  color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-border {
  border-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-fg {
  color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-bg {
  background-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-fg {
  color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-border {
  border-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-bg {
  background-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-fg {
  color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-border {
  border-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-bg {
  background-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-fg {
  color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-border {
  border-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-bg {
  background-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-fg {
  color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-border {
  border-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-bg {
  background-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-fg {
  color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-border {
  border-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-bg {
  background-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-fg {
  color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-border {
  border-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-bg {
  background-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-fg {
  color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-border {
  border-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-fg {
  color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-border {
  border-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-fg {
  color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent {
  background-color: #00bcd4 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .accent-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-order-theme-no-min-width .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .primary-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-50-fg {
  color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-default .gt2-org-theme .primary-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-100-fg {
  color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100-border {
  border-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-default .gt2-org-theme .primary-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-200-fg {
  color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200-border {
  border-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-default .gt2-org-theme .primary-300-bg {
  background-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-300-fg {
  color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300-border {
  border-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-default .gt2-org-theme .primary-400-bg {
  background-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-400-fg {
  color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400-border {
  border-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-default .gt2-org-theme .primary-500-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-500-fg {
  color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-600-bg {
  background-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-600-fg {
  color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600-border {
  border-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-default .gt2-org-theme .primary-700-bg {
  background-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-700-fg {
  color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700-border {
  border-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-default .gt2-org-theme .primary-800-bg {
  background-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-800-fg {
  color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800-border {
  border-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-default .gt2-org-theme .primary-900-bg {
  background-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-900-fg {
  color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900-border {
  border-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-default .gt2-org-theme .primary-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-A100-fg {
  color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-default .gt2-org-theme .primary-A200-bg {
  background-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-A200-fg {
  color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200-border {
  border-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-default .gt2-org-theme .primary-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-A400-fg {
  color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-default .gt2-org-theme .primary-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-A700-fg {
  color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-default .gt2-org-theme .primary-bg {
  background-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary {
  background-color: #009688 !important;
  color: white !important;
}
body.theme-default .gt2-org-theme .primary[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .primary-fg {
  color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-border {
  border-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-border-top {
  border-top-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-border-right {
  border-right-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-default .gt2-org-theme .primary-border-left {
  border-left-color: #009688 !important;
}
body.theme-default .gt2-org-theme .accent-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-50-fg {
  color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50-border {
  border-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-default .gt2-org-theme .accent-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-100-fg {
  color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-default .gt2-org-theme .accent-200-bg {
  background-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-200-fg {
  color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200-border {
  border-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-default .gt2-org-theme .accent-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-300-fg {
  color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-default .gt2-org-theme .accent-400-bg {
  background-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-400-fg {
  color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400-border {
  border-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-default .gt2-org-theme .accent-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-500-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-600-bg {
  background-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-600-fg {
  color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600-border {
  border-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-default .gt2-org-theme .accent-700-bg {
  background-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-700-fg {
  color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700-border {
  border-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-default .gt2-org-theme .accent-800-bg {
  background-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-800-fg {
  color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800-border {
  border-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-default .gt2-org-theme .accent-900-bg {
  background-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-900-fg {
  color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900-border {
  border-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-default .gt2-org-theme .accent-A100-bg {
  background-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-A100-fg {
  color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100-border {
  border-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-bg {
  background-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-A200-fg {
  color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-border {
  border-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-default .gt2-org-theme .accent-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-A400-fg {
  color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400-border {
  border-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-default .gt2-org-theme .accent-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-A700-fg {
  color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-default .gt2-org-theme .accent-bg {
  background-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent {
  background-color: #00bcd4 !important;
  color: white !important;
}
body.theme-default .gt2-org-theme .accent[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .accent-fg {
  color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-border {
  border-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .accent-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-default .gt2-org-theme .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-org-theme .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-org-theme .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-org-theme .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-org-theme .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-org-theme .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-org-theme .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-org-theme .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-org-theme .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-org-theme .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-org-theme .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-org-theme .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-org-theme .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-org-theme .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-org-theme .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-org-theme .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-org-theme .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .primary-50-bg {
  background-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-50-fg {
  color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50-border {
  border-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50-border-top {
  border-top-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50-border-right {
  border-right-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50-border-bottom {
  border-bottom-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-50-border-left {
  border-left-color: #ececee !important;
}
body.theme-default .gt2-buttons-theme .primary-100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-100-fg {
  color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-300-bg {
  background-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-300-fg {
  color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300-border {
  border-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300-border-top {
  border-top-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300-border-right {
  border-right-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-300-border-left {
  border-left-color: #7d818c !important;
}
body.theme-default .gt2-buttons-theme .primary-400-bg {
  background-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-400-fg {
  color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400-border {
  border-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-500-bg {
  background-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-500-fg {
  color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500-border {
  border-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-500-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-bg {
  background-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-600-fg {
  color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-border {
  border-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-border-top {
  border-top-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-border-right {
  border-right-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-600-border-left {
  border-left-color: #353a48 !important;
}
body.theme-default .gt2-buttons-theme .primary-700-bg {
  background-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-700-fg {
  color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700-border {
  border-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-800-fg {
  color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800-border {
  border-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-bg {
  background-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-900-fg {
  color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-border {
  border-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-border-top {
  border-top-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-border-right {
  border-right-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-900-border-left {
  border-left-color: #1e2129 !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-bg {
  background-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-fg {
  color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-border {
  border-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-fg {
  color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-border {
  border-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-bg {
  background-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-fg {
  color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-border {
  border-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-bg {
  background-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-fg {
  color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-border {
  border-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-default .gt2-buttons-theme .primary-bg {
  background-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary {
  background-color: #3c4252 !important;
  color: white !important;
}
body.theme-default .gt2-buttons-theme .primary[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .primary-fg {
  color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-border {
  border-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .primary-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-default .gt2-buttons-theme .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-default .gt2-buttons-theme .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-default .gt2-buttons-theme .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-default .gt2-buttons-theme .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-600-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-default .gt2-buttons-theme .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-800-fg {
  color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-default .gt2-buttons-theme .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-900-fg {
  color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900-border {
  border-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-default .gt2-buttons-theme .accent-bg {
  background-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-default .gt2-buttons-theme .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .accent-fg {
  color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-border {
  border-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-default .gt2-buttons-theme .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .gt2-buttons-theme .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .gt2-buttons-theme .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .gt2-buttons-theme .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .gt2-buttons-theme .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .gt2-buttons-theme .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .gt2-buttons-theme .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .gt2-buttons-theme .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .gt2-buttons-theme .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .gt2-buttons-theme .warn-fg {
  color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .gt2-buttons-theme .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #353a48;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #fdd835;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #fdd835;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #353a48;
  --mdc-filled-text-field-focus-active-indicator-color: #353a48;
  --mdc-filled-text-field-focus-label-text-color: rgba(53, 58, 72, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #353a48;
  --mdc-outlined-text-field-focus-outline-color: #353a48;
  --mdc-outlined-text-field-focus-label-text-color: rgba(53, 58, 72, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(53, 58, 72, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(53, 58, 72, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #353a48;
  --mdc-switch-selected-handle-color: #353a48;
  --mdc-switch-selected-hover-state-layer-color: #353a48;
  --mdc-switch-selected-pressed-state-layer-color: #353a48;
  --mdc-switch-selected-focus-handle-color: #1e2129;
  --mdc-switch-selected-hover-handle-color: #1e2129;
  --mdc-switch-selected-pressed-handle-color: #1e2129;
  --mdc-switch-selected-focus-track-color: #7d818c;
  --mdc-switch-selected-hover-track-color: #7d818c;
  --mdc-switch-selected-pressed-track-color: #7d818c;
  --mdc-switch-selected-track-color: #7d818c;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #353a48;
  --mdc-slider-focus-handle-color: #353a48;
  --mdc-slider-hover-handle-color: #353a48;
  --mdc-slider-active-track-color: #353a48;
  --mdc-slider-inactive-track-color: #353a48;
  --mdc-slider-with-tick-marks-inactive-container-color: #353a48;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #353a48;
  --mat-slider-hover-state-layer-color: rgba(53, 58, 72, 0.05);
  --mat-slider-focus-state-layer-color: rgba(53, 58, 72, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #fdd835;
  --mdc-checkbox-selected-hover-icon-color: #fdd835;
  --mdc-checkbox-selected-icon-color: #fdd835;
  --mdc-checkbox-selected-pressed-icon-color: #fdd835;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fdd835;
  --mdc-checkbox-selected-hover-state-layer-color: #fdd835;
  --mdc-checkbox-selected-pressed-state-layer-color: #fdd835;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #fdd835;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #353a48;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #353a48;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #353a48;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(53, 58, 72, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(53, 58, 72, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(53, 58, 72, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #353a48;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(53, 58, 72, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #353a48;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #353a48;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #353a48;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
body.theme-yellow-light .mat-accent {
  --mat-option-selected-state-label-text-color: #fdd835;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #353a48;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #353a48;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-yellow-light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #fdd835;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #fdd835;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-yellow-light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-yellow-light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #353a48;
  --mdc-linear-progress-track-color: rgba(53, 58, 72, 0.25);
}
body.theme-yellow-light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #fdd835;
  --mdc-linear-progress-track-color: rgba(253, 216, 53, 0.25);
}
body.theme-yellow-light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-yellow-light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #fdd835;
  --mdc-filled-text-field-focus-active-indicator-color: #fdd835;
  --mdc-filled-text-field-focus-label-text-color: rgba(253, 216, 53, 0.87);
  --mdc-outlined-text-field-caret-color: #fdd835;
  --mdc-outlined-text-field-focus-outline-color: #fdd835;
  --mdc-outlined-text-field-focus-label-text-color: rgba(253, 216, 53, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(253, 216, 53, 0.87);
}
body.theme-yellow-light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-yellow-light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(253, 216, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-yellow-light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-yellow-light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-yellow-light .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #353a48;
  --mdc-chip-elevated-selected-container-color: #353a48;
  --mdc-chip-elevated-disabled-container-color: #353a48;
  --mdc-chip-flat-disabled-selected-container-color: #353a48;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #fdd835;
  --mdc-chip-elevated-selected-container-color: #fdd835;
  --mdc-chip-elevated-disabled-container-color: #fdd835;
  --mdc-chip-flat-disabled-selected-container-color: #fdd835;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-yellow-light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-yellow-light .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-yellow-light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-yellow-light .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fdd835;
  --mdc-switch-selected-handle-color: #fdd835;
  --mdc-switch-selected-hover-state-layer-color: #fdd835;
  --mdc-switch-selected-pressed-state-layer-color: #fdd835;
  --mdc-switch-selected-focus-handle-color: #f57f17;
  --mdc-switch-selected-hover-handle-color: #f57f17;
  --mdc-switch-selected-pressed-handle-color: #f57f17;
  --mdc-switch-selected-focus-track-color: #fff176;
  --mdc-switch-selected-hover-track-color: #fff176;
  --mdc-switch-selected-pressed-track-color: #fff176;
  --mdc-switch-selected-track-color: #fff176;
}
body.theme-yellow-light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.theme-yellow-light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #353a48;
  --mdc-radio-selected-hover-icon-color: #353a48;
  --mdc-radio-selected-icon-color: #353a48;
  --mdc-radio-selected-pressed-icon-color: #353a48;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #353a48;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #fdd835;
  --mdc-radio-selected-hover-icon-color: #fdd835;
  --mdc-radio-selected-icon-color: #fdd835;
  --mdc-radio-selected-pressed-icon-color: #fdd835;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fdd835;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-accent {
  --mdc-slider-handle-color: #fdd835;
  --mdc-slider-focus-handle-color: #fdd835;
  --mdc-slider-hover-handle-color: #fdd835;
  --mdc-slider-active-track-color: #fdd835;
  --mdc-slider-inactive-track-color: #fdd835;
  --mdc-slider-with-tick-marks-inactive-container-color: #fdd835;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-ripple-color: #fdd835;
  --mat-slider-hover-state-layer-color: rgba(253, 216, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(253, 216, 53, 0.2);
}
body.theme-yellow-light .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-yellow-light .mdc-list-item__start,
body.theme-yellow-light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #353a48;
  --mdc-radio-selected-hover-icon-color: #353a48;
  --mdc-radio-selected-icon-color: #353a48;
  --mdc-radio-selected-pressed-icon-color: #353a48;
}
body.theme-yellow-light .mat-accent .mdc-list-item__start,
body.theme-yellow-light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #fdd835;
  --mdc-radio-selected-hover-icon-color: #fdd835;
  --mdc-radio-selected-icon-color: #fdd835;
  --mdc-radio-selected-pressed-icon-color: #fdd835;
}
body.theme-yellow-light .mat-warn .mdc-list-item__start,
body.theme-yellow-light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-yellow-light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #353a48;
  --mdc-checkbox-selected-hover-icon-color: #353a48;
  --mdc-checkbox-selected-icon-color: #353a48;
  --mdc-checkbox-selected-pressed-icon-color: #353a48;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #353a48;
  --mdc-checkbox-selected-hover-state-layer-color: #353a48;
  --mdc-checkbox-selected-pressed-state-layer-color: #353a48;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-yellow-light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #fdd835;
  --mdc-checkbox-selected-hover-icon-color: #fdd835;
  --mdc-checkbox-selected-icon-color: #fdd835;
  --mdc-checkbox-selected-pressed-icon-color: #fdd835;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #fdd835;
  --mdc-checkbox-selected-hover-state-layer-color: #fdd835;
  --mdc-checkbox-selected-pressed-state-layer-color: #fdd835;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-yellow-light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-yellow-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-yellow-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-yellow-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-yellow-light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #353a48;
}
body.theme-yellow-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-yellow-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-yellow-light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-yellow-light .mdc-list-item__start,
body.theme-yellow-light .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-yellow-light .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-yellow-light .mat-mdc-tab-group,
body.theme-yellow-light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #353a48;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #353a48;
  --mat-tab-header-active-ripple-color: #353a48;
  --mat-tab-header-inactive-ripple-color: #353a48;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #353a48;
  --mat-tab-header-active-hover-label-text-color: #353a48;
  --mat-tab-header-active-focus-indicator-color: #353a48;
  --mat-tab-header-active-hover-indicator-color: #353a48;
}
body.theme-yellow-light .mat-mdc-tab-group.mat-accent,
body.theme-yellow-light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #fdd835;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #fdd835;
  --mat-tab-header-active-ripple-color: #fdd835;
  --mat-tab-header-inactive-ripple-color: #fdd835;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #fdd835;
  --mat-tab-header-active-hover-label-text-color: #fdd835;
  --mat-tab-header-active-focus-indicator-color: #fdd835;
  --mat-tab-header-active-hover-indicator-color: #fdd835;
}
body.theme-yellow-light .mat-mdc-tab-group.mat-warn,
body.theme-yellow-light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-yellow-light .mat-mdc-tab-group.mat-background-primary,
body.theme-yellow-light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #353a48;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-yellow-light .mat-mdc-tab-group.mat-background-accent,
body.theme-yellow-light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #fdd835;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-mdc-tab-group.mat-background-warn,
body.theme-yellow-light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-yellow-light .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-yellow-light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #353a48;
  --mdc-checkbox-selected-hover-icon-color: #353a48;
  --mdc-checkbox-selected-icon-color: #353a48;
  --mdc-checkbox-selected-pressed-icon-color: #353a48;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #353a48;
  --mdc-checkbox-selected-hover-state-layer-color: #353a48;
  --mdc-checkbox-selected-pressed-state-layer-color: #353a48;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-yellow-light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-yellow-light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #353a48;
  --mat-text-button-state-layer-color: #353a48;
  --mat-text-button-ripple-color: rgba(53, 58, 72, 0.1);
}
body.theme-yellow-light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #fdd835;
  --mat-text-button-state-layer-color: #fdd835;
  --mat-text-button-ripple-color: rgba(253, 216, 53, 0.1);
}
body.theme-yellow-light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-yellow-light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #353a48;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #fdd835;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #353a48;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #fdd835;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #353a48;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #353a48;
  --mat-outlined-button-ripple-color: rgba(53, 58, 72, 0.1);
}
body.theme-yellow-light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #fdd835;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #fdd835;
  --mat-outlined-button-ripple-color: rgba(253, 216, 53, 0.1);
}
body.theme-yellow-light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-yellow-light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #353a48;
  --mat-icon-button-state-layer-color: #353a48;
  --mat-icon-button-ripple-color: rgba(53, 58, 72, 0.1);
}
body.theme-yellow-light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #fdd835;
  --mat-icon-button-state-layer-color: #fdd835;
  --mat-icon-button-ripple-color: rgba(253, 216, 53, 0.1);
}
body.theme-yellow-light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-yellow-light .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-yellow-light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #353a48;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #fdd835;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #353a48;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #fdd835;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #fdd835;
}
body.theme-yellow-light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-yellow-light .mat-badge-accent {
  --mat-badge-background-color: #fdd835;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-yellow-light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #fdd835;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(253, 216, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(253, 216, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(253, 216, 53, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(253, 216, 53, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-yellow-light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-yellow-light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #fdd835;
}
body.theme-yellow-light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-yellow-light .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-yellow-light .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-yellow-light .mat-icon.mat-primary {
  --mat-icon-color: #353a48;
}
body.theme-yellow-light .mat-icon.mat-accent {
  --mat-icon-color: #fdd835;
}
body.theme-yellow-light .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-yellow-light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #fdd835;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #fdd835;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #fdd835;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-yellow-light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #353a48;
  --mat-toolbar-container-text-color: white;
}
body.theme-yellow-light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #fdd835;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-yellow-light {
  color: rgba(0, 0, 0, 0.87);
  background: #f5f5f5;
}
body.theme-yellow-light .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .icon,
body.theme-yellow-light i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .fade-text,
body.theme-yellow-light .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .form-wrapper {
  background-color: white;
}
body.theme-yellow-light .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .simple-pagination {
  background: white;
}
body.theme-yellow-light .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .price-tables .price-table {
  background: white;
}
body.theme-yellow-light .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .simple-table-container {
  background: white;
}
body.theme-yellow-light table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-yellow-light .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-yellow-light .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-yellow-light .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-yellow-light .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .page-layout.simple.left-sidebar > .center > .content,
body.theme-yellow-light .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-yellow-light .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-yellow-light .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-yellow-light a {
  color: #fdd835;
}
body.theme-yellow-light code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-yellow-light .changelog .entry {
  background-color: white;
}
body.theme-yellow-light .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .fuse-search-bar.expanded {
  background-color: #fafafa;
}
body.theme-yellow-light #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-yellow-light fuse-sidebar {
  background: var(--bg-colors);
}
body.theme-yellow-light .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-yellow-light .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #2a2d3b;
}
body.theme-yellow-light fuse-widget > .fuse-widget-front,
body.theme-yellow-light fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #fdd835;
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-yellow-light chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #353a48;
  color: white;
}
body.theme-yellow-light chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-yellow-light chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-yellow-light .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-start .big-circle {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-view .chat .chat-toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-view .chat #chat-content .message-row.contact .bubble {
  background-color: #353a48;
  color: white;
}
body.theme-yellow-light chat-view .chat #chat-content .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-yellow-light chat-view .chat .chat-footer {
  background: #f5f5f5;
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-view .chat .chat-footer .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-view .chat .chat-footer .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: white;
}
body.theme-yellow-light chat-chats-sidenav .sidenav-header mat-toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-chats-sidenav .sidenav-header mat-toolbar .search {
  background: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-chats-sidenav .sidenav-header mat-toolbar .search input {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light chat-chats-sidenav .sidenav-content .contact-list .mat-subheader,
body.theme-yellow-light chat-chats-sidenav .sidenav-content .chat-list .mat-subheader {
  color: #fdd835;
}
body.theme-yellow-light chat-chats-sidenav .sidenav-content .contact-list .contact,
body.theme-yellow-light chat-chats-sidenav .sidenav-content .chat-list .contact {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-chats-sidenav .sidenav-content .contact-list .contact .contact-last-message,
body.theme-yellow-light chat-chats-sidenav .sidenav-content .chat-list .contact .contact-last-message {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light chat-chats-sidenav .sidenav-content .contact-list .contact .contact-mood,
body.theme-yellow-light chat-chats-sidenav .sidenav-content .chat-list .contact .contact-mood {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .primary-50-bg {
  background-color: #ececee !important;
}
body.theme-yellow-light .primary-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
body.theme-yellow-light .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
body.theme-yellow-light .primary-50-fg {
  color: #ececee !important;
}
body.theme-yellow-light .primary-50-border {
  border-color: #ececee !important;
}
body.theme-yellow-light .primary-50-border-top {
  border-top-color: #ececee !important;
}
body.theme-yellow-light .primary-50-border-right {
  border-right-color: #ececee !important;
}
body.theme-yellow-light .primary-50-border-bottom {
  border-bottom-color: #ececee !important;
}
body.theme-yellow-light .primary-50-border-left {
  border-left-color: #ececee !important;
}
body.theme-yellow-light .primary-100-bg {
  background-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-yellow-light .primary-100-fg {
  color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100-border {
  border-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-yellow-light .primary-200-fg {
  color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200-border {
  border-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-300-bg {
  background-color: #7d818c !important;
}
body.theme-yellow-light .primary-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
body.theme-yellow-light .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
body.theme-yellow-light .primary-300-fg {
  color: #7d818c !important;
}
body.theme-yellow-light .primary-300-border {
  border-color: #7d818c !important;
}
body.theme-yellow-light .primary-300-border-top {
  border-top-color: #7d818c !important;
}
body.theme-yellow-light .primary-300-border-right {
  border-right-color: #7d818c !important;
}
body.theme-yellow-light .primary-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
body.theme-yellow-light .primary-300-border-left {
  border-left-color: #7d818c !important;
}
body.theme-yellow-light .primary-400-bg {
  background-color: #5c616f !important;
}
body.theme-yellow-light .primary-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-yellow-light .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-yellow-light .primary-400-fg {
  color: #5c616f !important;
}
body.theme-yellow-light .primary-400-border {
  border-color: #5c616f !important;
}
body.theme-yellow-light .primary-400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-yellow-light .primary-400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-yellow-light .primary-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-yellow-light .primary-400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-yellow-light .primary-500-bg {
  background-color: #3c4252 !important;
}
body.theme-yellow-light .primary-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
body.theme-yellow-light .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
body.theme-yellow-light .primary-500-fg {
  color: #3c4252 !important;
}
body.theme-yellow-light .primary-500-border {
  border-color: #3c4252 !important;
}
body.theme-yellow-light .primary-500-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-yellow-light .primary-500-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-yellow-light .primary-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-yellow-light .primary-500-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-yellow-light .primary-600-bg {
  background-color: #353a48 !important;
}
body.theme-yellow-light .primary-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
body.theme-yellow-light .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
body.theme-yellow-light .primary-600-fg {
  color: #353a48 !important;
}
body.theme-yellow-light .primary-600-border {
  border-color: #353a48 !important;
}
body.theme-yellow-light .primary-600-border-top {
  border-top-color: #353a48 !important;
}
body.theme-yellow-light .primary-600-border-right {
  border-right-color: #353a48 !important;
}
body.theme-yellow-light .primary-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-yellow-light .primary-600-border-left {
  border-left-color: #353a48 !important;
}
body.theme-yellow-light .primary-700-bg {
  background-color: #2d323e !important;
}
body.theme-yellow-light .primary-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-yellow-light .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-yellow-light .primary-700-fg {
  color: #2d323e !important;
}
body.theme-yellow-light .primary-700-border {
  border-color: #2d323e !important;
}
body.theme-yellow-light .primary-700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-yellow-light .primary-700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-yellow-light .primary-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-yellow-light .primary-700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-yellow-light .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-yellow-light .primary-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
body.theme-yellow-light .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
body.theme-yellow-light .primary-800-fg {
  color: #262933 !important;
}
body.theme-yellow-light .primary-800-border {
  border-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-yellow-light .primary-900-bg {
  background-color: #1e2129 !important;
}
body.theme-yellow-light .primary-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
body.theme-yellow-light .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
body.theme-yellow-light .primary-900-fg {
  color: #1e2129 !important;
}
body.theme-yellow-light .primary-900-border {
  border-color: #1e2129 !important;
}
body.theme-yellow-light .primary-900-border-top {
  border-top-color: #1e2129 !important;
}
body.theme-yellow-light .primary-900-border-right {
  border-right-color: #1e2129 !important;
}
body.theme-yellow-light .primary-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
body.theme-yellow-light .primary-900-border-left {
  border-left-color: #1e2129 !important;
}
body.theme-yellow-light .primary-A100-bg {
  background-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-yellow-light .primary-A100-fg {
  color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100-border {
  border-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-yellow-light .primary-A200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-yellow-light .primary-A200-fg {
  color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200-border {
  border-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-yellow-light .primary-A400-bg {
  background-color: #5c616f !important;
}
body.theme-yellow-light .primary-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-yellow-light .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-yellow-light .primary-A400-fg {
  color: #5c616f !important;
}
body.theme-yellow-light .primary-A400-border {
  border-color: #5c616f !important;
}
body.theme-yellow-light .primary-A400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-yellow-light .primary-A400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-yellow-light .primary-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-yellow-light .primary-A400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-yellow-light .primary-A700-bg {
  background-color: #2d323e !important;
}
body.theme-yellow-light .primary-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-yellow-light .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-yellow-light .primary-A700-fg {
  color: #2d323e !important;
}
body.theme-yellow-light .primary-A700-border {
  border-color: #2d323e !important;
}
body.theme-yellow-light .primary-A700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-yellow-light .primary-A700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-yellow-light .primary-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-yellow-light .primary-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-yellow-light .primary-bg {
  background-color: #353a48 !important;
}
body.theme-yellow-light .primary {
  background-color: #353a48 !important;
  color: white !important;
}
body.theme-yellow-light .primary[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-fg {
  color: #353a48 !important;
}
body.theme-yellow-light .primary-border {
  border-color: #353a48 !important;
}
body.theme-yellow-light .primary-border-top {
  border-top-color: #353a48 !important;
}
body.theme-yellow-light .primary-border-right {
  border-right-color: #353a48 !important;
}
body.theme-yellow-light .primary-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-yellow-light .primary-border-left {
  border-left-color: #353a48 !important;
}
body.theme-yellow-light .accent-50-bg {
  background-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
body.theme-yellow-light .accent-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
body.theme-yellow-light .accent-50-fg {
  color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border {
  border-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-top {
  border-top-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-right {
  border-right-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-left {
  border-left-color: #fffde7 !important;
}
body.theme-yellow-light .accent-100-bg {
  background-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
body.theme-yellow-light .accent-100-fg {
  color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border {
  border-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-top {
  border-top-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-right {
  border-right-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-left {
  border-left-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-200-bg {
  background-color: #fff59d !important;
}
body.theme-yellow-light .accent-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
body.theme-yellow-light .accent-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
body.theme-yellow-light .accent-200-fg {
  color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border {
  border-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-top {
  border-top-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-right {
  border-right-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-left {
  border-left-color: #fff59d !important;
}
body.theme-yellow-light .accent-300-bg {
  background-color: #fff176 !important;
}
body.theme-yellow-light .accent-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
body.theme-yellow-light .accent-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
body.theme-yellow-light .accent-300-fg {
  color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border {
  border-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-top {
  border-top-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-right {
  border-right-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-left {
  border-left-color: #fff176 !important;
}
body.theme-yellow-light .accent-400-bg {
  background-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
body.theme-yellow-light .accent-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
body.theme-yellow-light .accent-400-fg {
  color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border {
  border-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-top {
  border-top-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-right {
  border-right-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-left {
  border-left-color: #ffee58 !important;
}
body.theme-yellow-light .accent-500-bg {
  background-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-yellow-light .accent-500-fg {
  color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border {
  border-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-600-bg {
  background-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
body.theme-yellow-light .accent-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
body.theme-yellow-light .accent-600-fg {
  color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border {
  border-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-yellow-light .accent-700-bg {
  background-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
body.theme-yellow-light .accent-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
body.theme-yellow-light .accent-700-fg {
  color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border {
  border-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-top {
  border-top-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-right {
  border-right-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-left {
  border-left-color: #fbc02d !important;
}
body.theme-yellow-light .accent-800-bg {
  background-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
body.theme-yellow-light .accent-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
body.theme-yellow-light .accent-800-fg {
  color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border {
  border-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-top {
  border-top-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-right {
  border-right-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-left {
  border-left-color: #f9a825 !important;
}
body.theme-yellow-light .accent-900-bg {
  background-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
body.theme-yellow-light .accent-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
body.theme-yellow-light .accent-900-fg {
  color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border {
  border-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-top {
  border-top-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-right {
  border-right-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-left {
  border-left-color: #f57f17 !important;
}
body.theme-yellow-light .accent-A100-bg {
  background-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
body.theme-yellow-light .accent-A100-fg {
  color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border {
  border-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-top {
  border-top-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-right {
  border-right-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-left {
  border-left-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A200-bg {
  background-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A200-fg {
  color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border {
  border-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-top {
  border-top-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-right {
  border-right-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-left {
  border-left-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A400-bg {
  background-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A400-fg {
  color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border {
  border-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-top {
  border-top-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-right {
  border-right-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-left {
  border-left-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A700-bg {
  background-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A700-fg {
  color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border {
  border-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-top {
  border-top-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-right {
  border-right-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-left {
  border-left-color: #ffd600 !important;
}
body.theme-yellow-light .accent-bg {
  background-color: #fdd835 !important;
}
body.theme-yellow-light .accent {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-fg {
  color: #fdd835 !important;
}
body.theme-yellow-light .accent-border {
  border-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-yellow-light .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-yellow-light .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-yellow-light .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-yellow-light .warn-50-fg {
  color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-yellow-light .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-yellow-light .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-yellow-light .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-yellow-light .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-yellow-light .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-yellow-light .warn-300-fg {
  color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-yellow-light .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-yellow-light .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-yellow-light .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-yellow-light .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-yellow-light .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-yellow-light .warn-500-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-yellow-light .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-yellow-light .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-yellow-light .warn-600-fg {
  color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-yellow-light .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-yellow-light .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-yellow-light .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-yellow-light .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-yellow-light .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-yellow-light .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-yellow-light .warn-800-fg {
  color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-yellow-light .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-yellow-light .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-yellow-light .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-yellow-light .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-yellow-light .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-yellow-light .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-yellow-light .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-yellow-light .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-yellow-light .warn-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-yellow-light .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .warn-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-50-bg {
  background-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-yellow-light .gt2-red-50-fg {
  color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50-border {
  border-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-yellow-light .gt2-red-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-yellow-light .gt2-red-100-fg {
  color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-yellow-light .gt2-red-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-yellow-light .gt2-red-200-fg {
  color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200-border {
  border-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-yellow-light .gt2-red-300-bg {
  background-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-yellow-light .gt2-red-300-fg {
  color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300-border {
  border-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-yellow-light .gt2-red-400-bg {
  background-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-yellow-light .gt2-red-400-fg {
  color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400-border {
  border-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-yellow-light .gt2-red-500-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-yellow-light .gt2-red-500-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-yellow-light .gt2-red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-yellow-light .gt2-red-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .gt2-red-600-bg {
  background-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-yellow-light .gt2-red-600-fg {
  color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600-border {
  border-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-yellow-light .gt2-red-700-bg {
  background-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-yellow-light .gt2-red-700-fg {
  color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700-border {
  border-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-yellow-light .gt2-red-800-bg {
  background-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-yellow-light .gt2-red-800-fg {
  color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800-border {
  border-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-yellow-light .gt2-red-900-bg {
  background-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-yellow-light .gt2-red-900-fg {
  color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900-border {
  border-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-yellow-light .gt2-red-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-yellow-light .gt2-red-A100-fg {
  color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-yellow-light .gt2-red-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-yellow-light .gt2-red-A200-fg {
  color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200-border {
  border-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-yellow-light .gt2-red-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-yellow-light .gt2-red-A400-fg {
  color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400-border {
  border-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-yellow-light .gt2-red-A700-bg {
  background-color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-red-A700-fg {
  color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700-border {
  border-color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-yellow-light .gt2-red-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-yellow-light .gt2-blue-50-bg {
  background-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-50-fg {
  color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50-border {
  border-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
body.theme-yellow-light .gt2-blue-100-bg {
  background-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-100-fg {
  color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100-border {
  border-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100-border-top {
  border-top-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100-border-right {
  border-right-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-100-border-left {
  border-left-color: #bbdefb !important;
}
body.theme-yellow-light .gt2-blue-200-bg {
  background-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-200-fg {
  color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200-border {
  border-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200-border-top {
  border-top-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200-border-right {
  border-right-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-200-border-left {
  border-left-color: #90caf9 !important;
}
body.theme-yellow-light .gt2-blue-300-bg {
  background-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-300-fg {
  color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300-border {
  border-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
body.theme-yellow-light .gt2-blue-400-bg {
  background-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-400-fg {
  color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400-border {
  border-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
body.theme-yellow-light .gt2-blue-500-bg {
  background-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-500-fg {
  color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500-border {
  border-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-500-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-bg {
  background-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-fg {
  color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-border {
  border-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-yellow-light .gt2-blue-600-bg {
  background-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-600-fg {
  color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600-border {
  border-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
body.theme-yellow-light .gt2-blue-700-bg {
  background-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-700-fg {
  color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700-border {
  border-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700-border-top {
  border-top-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700-border-right {
  border-right-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-700-border-left {
  border-left-color: #1976d2 !important;
}
body.theme-yellow-light .gt2-blue-800-bg {
  background-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-800-fg {
  color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800-border {
  border-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800-border-top {
  border-top-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800-border-right {
  border-right-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-800-border-left {
  border-left-color: #1565c0 !important;
}
body.theme-yellow-light .gt2-blue-900-bg {
  background-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-900-fg {
  color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900-border {
  border-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
body.theme-yellow-light .gt2-blue-A100-bg {
  background-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-A100-fg {
  color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100-border {
  border-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
body.theme-yellow-light .gt2-blue-A200-bg {
  background-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-A200-fg {
  color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200-border {
  border-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200-border-top {
  border-top-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200-border-right {
  border-right-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A200-border-left {
  border-left-color: #448aff !important;
}
body.theme-yellow-light .gt2-blue-A400-bg {
  background-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-A400-fg {
  color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400-border {
  border-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400-border-top {
  border-top-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400-border-right {
  border-right-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A400-border-left {
  border-left-color: #2979ff !important;
}
body.theme-yellow-light .gt2-blue-A700-bg {
  background-color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-A700-fg {
  color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700-border {
  border-color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700-border-top {
  border-top-color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700-border-right {
  border-right-color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
body.theme-yellow-light .gt2-blue-A700-border-left {
  border-left-color: #2962ff !important;
}
body.theme-yellow-light .gt2-light-blue-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-50-fg {
  color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50-border {
  border-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-yellow-light .gt2-light-blue-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-100-fg {
  color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100-border {
  border-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-yellow-light .gt2-light-blue-200-bg {
  background-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-200-fg {
  color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200-border {
  border-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-yellow-light .gt2-light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-300-fg {
  color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-yellow-light .gt2-light-blue-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-400-fg {
  color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400-border {
  border-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-yellow-light .gt2-light-blue-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-500-fg {
  color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500-border {
  border-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-bg {
  background-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-fg {
  color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-border {
  border-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-yellow-light .gt2-light-blue-600-bg {
  background-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-600-fg {
  color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600-border {
  border-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-yellow-light .gt2-light-blue-700-bg {
  background-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-700-fg {
  color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700-border {
  border-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-yellow-light .gt2-light-blue-800-bg {
  background-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-800-fg {
  color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800-border {
  border-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-yellow-light .gt2-light-blue-900-bg {
  background-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-900-fg {
  color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900-border {
  border-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-yellow-light .gt2-light-blue-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-A100-fg {
  color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100-border {
  border-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-A200-fg {
  color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-border {
  border-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-A400-fg {
  color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-border {
  border-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-yellow-light .gt2-light-blue-A700-bg {
  background-color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-yellow-light .gt2-light-blue-A700-fg {
  color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700-border {
  border-color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-yellow-light .gt2-light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-yellow-light .gt2-pink-50-bg {
  background-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50 {
  background-color: #fce4ec !important;
  color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(252, 228, 236, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-50-fg {
  color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50-border {
  border-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-yellow-light .gt2-pink-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100 {
  background-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(248, 187, 208, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-100-fg {
  color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-yellow-light .gt2-pink-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200 {
  background-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(244, 143, 177, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-200-fg {
  color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200-border {
  border-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-yellow-light .gt2-pink-300-bg {
  background-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300 {
  background-color: #f06292 !important;
  color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(240, 98, 146, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-300-fg {
  color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300-border {
  border-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-yellow-light .gt2-pink-400-bg {
  background-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400 {
  background-color: #ec407a !important;
  color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(236, 64, 122, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-400-fg {
  color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400-border {
  border-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-yellow-light .gt2-pink-500-bg {
  background-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500 {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-500-fg {
  color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500-border {
  border-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-bg {
  background-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-fg {
  color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-border {
  border-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-yellow-light .gt2-pink-600-bg {
  background-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600 {
  background-color: #d81b60 !important;
  color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(216, 27, 96, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-600-fg {
  color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600-border {
  border-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-yellow-light .gt2-pink-700-bg {
  background-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700 {
  background-color: #c2185b !important;
  color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(194, 24, 91, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-700-fg {
  color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700-border {
  border-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-yellow-light .gt2-pink-800-bg {
  background-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800 {
  background-color: #ad1457 !important;
  color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(173, 20, 87, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-800-fg {
  color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800-border {
  border-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-yellow-light .gt2-pink-900-bg {
  background-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900 {
  background-color: #880e4f !important;
  color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(136, 14, 79, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-900-fg {
  color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900-border {
  border-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-yellow-light .gt2-pink-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100 {
  background-color: #ff80ab !important;
  color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(255, 128, 171, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-A100-fg {
  color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100-border {
  border-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-yellow-light .gt2-pink-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200 {
  background-color: #ff4081 !important;
  color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 64, 129, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-A200-fg {
  color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200-border {
  border-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-yellow-light .gt2-pink-A400-bg {
  background-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400 {
  background-color: #f50057 !important;
  color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(245, 0, 87, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-A400-fg {
  color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400-border {
  border-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-yellow-light .gt2-pink-A700-bg {
  background-color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700 {
  background-color: #c51162 !important;
  color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(197, 17, 98, 0.26) !important;
}
body.theme-yellow-light .gt2-pink-A700-fg {
  color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700-border {
  border-color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-yellow-light .gt2-pink-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-yellow-light .gt2-purple-50-bg {
  background-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50 {
  background-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50[disabled] {
  background-color: rgba(243, 229, 245, 0.12) !important;
  color: rgba(243, 229, 245, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-50-fg {
  color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50-border {
  border-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50-border-top {
  border-top-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50-border-bottom {
  border-bottom-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-50-border-left {
  border-left-color: #f3e5f5 !important;
}
body.theme-yellow-light .gt2-purple-100-bg {
  background-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100 {
  background-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100[disabled] {
  background-color: rgba(225, 190, 231, 0.12) !important;
  color: rgba(225, 190, 231, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-100-fg {
  color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100-border {
  border-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100-border-top {
  border-top-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100-border-bottom {
  border-bottom-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-100-border-left {
  border-left-color: #e1bee7 !important;
}
body.theme-yellow-light .gt2-purple-200-bg {
  background-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200 {
  background-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200[disabled] {
  background-color: rgba(206, 147, 216, 0.12) !important;
  color: rgba(206, 147, 216, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-200-fg {
  color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200-border {
  border-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200-border-top {
  border-top-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200-border-bottom {
  border-bottom-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-200-border-left {
  border-left-color: #ce93d8 !important;
}
body.theme-yellow-light .gt2-purple-300-bg {
  background-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300 {
  background-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300[disabled] {
  background-color: rgba(186, 104, 200, 0.12) !important;
  color: rgba(186, 104, 200, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-300-fg {
  color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300-border {
  border-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300-border-top {
  border-top-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300-border-bottom {
  border-bottom-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-300-border-left {
  border-left-color: #ba68c8 !important;
}
body.theme-yellow-light .gt2-purple-400-bg {
  background-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400 {
  background-color: #ab47bc !important;
  color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400[disabled] {
  background-color: rgba(171, 71, 188, 0.12) !important;
  color: rgba(171, 71, 188, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-400-fg {
  color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400-border {
  border-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400-border-top {
  border-top-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400-border-right {
  border-right-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400-border-bottom {
  border-bottom-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-400-border-left {
  border-left-color: #ab47bc !important;
}
body.theme-yellow-light .gt2-purple-500-bg {
  background-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500 {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-500-fg {
  color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500-border {
  border-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-500-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-bg {
  background-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-fg {
  color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-border {
  border-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-yellow-light .gt2-purple-600-bg {
  background-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600 {
  background-color: #8e24aa !important;
  color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600[disabled] {
  background-color: rgba(142, 36, 170, 0.12) !important;
  color: rgba(142, 36, 170, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-600-fg {
  color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600-border {
  border-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600-border-top {
  border-top-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600-border-right {
  border-right-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600-border-bottom {
  border-bottom-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-600-border-left {
  border-left-color: #8e24aa !important;
}
body.theme-yellow-light .gt2-purple-700-bg {
  background-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700 {
  background-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700[disabled] {
  background-color: rgba(123, 31, 162, 0.12) !important;
  color: rgba(123, 31, 162, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-700-fg {
  color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700-border {
  border-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700-border-top {
  border-top-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700-border-bottom {
  border-bottom-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-700-border-left {
  border-left-color: #7b1fa2 !important;
}
body.theme-yellow-light .gt2-purple-800-bg {
  background-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800 {
  background-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800[disabled] {
  background-color: rgba(106, 27, 154, 0.12) !important;
  color: rgba(106, 27, 154, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-800-fg {
  color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800-border {
  border-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800-border-top {
  border-top-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800-border-bottom {
  border-bottom-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-800-border-left {
  border-left-color: #6a1b9a !important;
}
body.theme-yellow-light .gt2-purple-900-bg {
  background-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900 {
  background-color: #4a148c !important;
  color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900[disabled] {
  background-color: rgba(74, 20, 140, 0.12) !important;
  color: rgba(74, 20, 140, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-900-fg {
  color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900-border {
  border-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900-border-top {
  border-top-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900-border-right {
  border-right-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900-border-bottom {
  border-bottom-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-900-border-left {
  border-left-color: #4a148c !important;
}
body.theme-yellow-light .gt2-purple-A100-bg {
  background-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100 {
  background-color: #ea80fc !important;
  color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100[disabled] {
  background-color: rgba(234, 128, 252, 0.12) !important;
  color: rgba(234, 128, 252, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-A100-fg {
  color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100-border {
  border-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100-border-top {
  border-top-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100-border-bottom {
  border-bottom-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A100-border-left {
  border-left-color: #ea80fc !important;
}
body.theme-yellow-light .gt2-purple-A200-bg {
  background-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200 {
  background-color: #e040fb !important;
  color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200[disabled] {
  background-color: rgba(224, 64, 251, 0.12) !important;
  color: rgba(224, 64, 251, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-A200-fg {
  color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200-border {
  border-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200-border-top {
  border-top-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200-border-right {
  border-right-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200-border-bottom {
  border-bottom-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A200-border-left {
  border-left-color: #e040fb !important;
}
body.theme-yellow-light .gt2-purple-A400-bg {
  background-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400 {
  background-color: #d500f9 !important;
  color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400[disabled] {
  background-color: rgba(213, 0, 249, 0.12) !important;
  color: rgba(213, 0, 249, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-A400-fg {
  color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400-border {
  border-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400-border-top {
  border-top-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400-border-bottom {
  border-bottom-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A400-border-left {
  border-left-color: #d500f9 !important;
}
body.theme-yellow-light .gt2-purple-A700-bg {
  background-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700 {
  background-color: #aa00ff !important;
  color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700[disabled] {
  background-color: rgba(170, 0, 255, 0.12) !important;
  color: rgba(170, 0, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-purple-A700-fg {
  color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700-border {
  border-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700-border-top {
  border-top-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700-border-bottom {
  border-bottom-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-purple-A700-border-left {
  border-left-color: #aa00ff !important;
}
body.theme-yellow-light .gt2-green-50-bg {
  background-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-green-50-fg {
  color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50-border {
  border-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
body.theme-yellow-light .gt2-green-100-bg {
  background-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
body.theme-yellow-light .gt2-green-100-fg {
  color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100-border {
  border-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
body.theme-yellow-light .gt2-green-200-bg {
  background-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
body.theme-yellow-light .gt2-green-200-fg {
  color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200-border {
  border-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
body.theme-yellow-light .gt2-green-300-bg {
  background-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
body.theme-yellow-light .gt2-green-300-fg {
  color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300-border {
  border-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300-border-top {
  border-top-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300-border-right {
  border-right-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-300-border-left {
  border-left-color: #81c784 !important;
}
body.theme-yellow-light .gt2-green-400-bg {
  background-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
body.theme-yellow-light .gt2-green-400-fg {
  color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400-border {
  border-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400-border-top {
  border-top-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400-border-right {
  border-right-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-400-border-left {
  border-left-color: #66bb6a !important;
}
body.theme-yellow-light .gt2-green-500-bg {
  background-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-yellow-light .gt2-green-500-fg {
  color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500-border {
  border-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-500-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-bg {
  background-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-yellow-light .gt2-green-fg {
  color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-border {
  border-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-yellow-light .gt2-green-600-bg {
  background-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
body.theme-yellow-light .gt2-green-600-fg {
  color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600-border {
  border-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600-border-top {
  border-top-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600-border-right {
  border-right-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-600-border-left {
  border-left-color: #43a047 !important;
}
body.theme-yellow-light .gt2-green-700-bg {
  background-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
body.theme-yellow-light .gt2-green-700-fg {
  color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700-border {
  border-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700-border-top {
  border-top-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700-border-right {
  border-right-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-700-border-left {
  border-left-color: #388e3c !important;
}
body.theme-yellow-light .gt2-green-800-bg {
  background-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
body.theme-yellow-light .gt2-green-800-fg {
  color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800-border {
  border-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800-border-top {
  border-top-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800-border-right {
  border-right-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-800-border-left {
  border-left-color: #2e7d32 !important;
}
body.theme-yellow-light .gt2-green-900-bg {
  background-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
body.theme-yellow-light .gt2-green-900-fg {
  color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900-border {
  border-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900-border-top {
  border-top-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900-border-right {
  border-right-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-900-border-left {
  border-left-color: #1b5e20 !important;
}
body.theme-yellow-light .gt2-green-A100-bg {
  background-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
body.theme-yellow-light .gt2-green-A100-fg {
  color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100-border {
  border-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
body.theme-yellow-light .gt2-green-A200-bg {
  background-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
body.theme-yellow-light .gt2-green-A200-fg {
  color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200-border {
  border-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200-border-top {
  border-top-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200-border-right {
  border-right-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A200-border-left {
  border-left-color: #69f0ae !important;
}
body.theme-yellow-light .gt2-green-A400-bg {
  background-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
body.theme-yellow-light .gt2-green-A400-fg {
  color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400-border {
  border-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400-border-top {
  border-top-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400-border-right {
  border-right-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A400-border-left {
  border-left-color: #00e676 !important;
}
body.theme-yellow-light .gt2-green-A700-bg {
  background-color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
body.theme-yellow-light .gt2-green-A700-fg {
  color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700-border {
  border-color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700-border-top {
  border-top-color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700-border-right {
  border-right-color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
body.theme-yellow-light .gt2-green-A700-border-left {
  border-left-color: #00c853 !important;
}
body.theme-yellow-light .gt2-amber-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-50-fg {
  color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50-border {
  border-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-amber-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-100-fg {
  color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100-border {
  border-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-amber-200-bg {
  background-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-200-fg {
  color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200-border {
  border-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-amber-300-bg {
  background-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-300-fg {
  color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300-border {
  border-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-amber-400-bg {
  background-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-400-fg {
  color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400-border {
  border-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-amber-500-bg {
  background-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-500-fg {
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500-border {
  border-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-bg {
  background-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-fg {
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-border {
  border-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-amber-600-bg {
  background-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-600-fg {
  color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600-border {
  border-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-amber-700-bg {
  background-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-700-fg {
  color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700-border {
  border-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-amber-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-800-fg {
  color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800-border {
  border-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-amber-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-900-fg {
  color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900-border {
  border-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-amber-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-A100-fg {
  color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100-border {
  border-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-amber-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-A200-fg {
  color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200-border {
  border-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-amber-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-A400-fg {
  color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400-border {
  border-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-amber-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-amber-A700-fg {
  color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700-border {
  border-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-amber-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-bg {
  background-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-50-fg {
  color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-border {
  border-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-gray-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-100-fg {
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100-border {
  border-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-200-fg {
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200-border {
  border-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-300-bg {
  background-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-300-fg {
  color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300-border {
  border-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-gray-400-bg {
  background-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-400-fg {
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400-border {
  border-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-500-bg {
  background-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-500-fg {
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500-border {
  border-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-bg {
  background-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-fg {
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-border {
  border-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-border-top {
  border-top-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-border-right {
  border-right-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-border-left {
  border-left-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-gray-600-bg {
  background-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-600-fg {
  color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600-border {
  border-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-gray-700-bg {
  background-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-700-fg {
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700-border {
  border-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-800-bg {
  background-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-800-fg {
  color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800-border {
  border-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-gray-900-bg {
  background-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-900-fg {
  color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900-border {
  border-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-fg {
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-fg {
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-bg {
  background-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-fg {
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-border {
  border-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-bg {
  background-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-fg {
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-border {
  border-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-gray-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-bg {
  background-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-50-fg {
  color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-border {
  border-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-yellow-light .gt2-blue-grey-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-100-fg {
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100-border {
  border-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-200-fg {
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200-border {
  border-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-300-bg {
  background-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-300-fg {
  color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300-border {
  border-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-yellow-light .gt2-blue-grey-400-bg {
  background-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-400-fg {
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400-border {
  border-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-500-bg {
  background-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-500-fg {
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500-border {
  border-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-bg {
  background-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-fg {
  color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-border {
  border-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-border-top {
  border-top-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-border-right {
  border-right-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-border-left {
  border-left-color: #607d8b !important;
}
body.theme-yellow-light .gt2-blue-grey-600-bg {
  background-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-600-fg {
  color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600-border {
  border-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-yellow-light .gt2-blue-grey-700-bg {
  background-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-700-fg {
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700-border {
  border-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-800-bg {
  background-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-800-fg {
  color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800-border {
  border-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-yellow-light .gt2-blue-grey-900-bg {
  background-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-900-fg {
  color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900-border {
  border-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-fg {
  color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-fg {
  color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-bg {
  background-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-fg {
  color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-border {
  border-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-bg {
  background-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-fg {
  color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-border {
  border-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-yellow-light .gt2-blue-grey-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-yellow-light .gt2-brown-50-bg {
  background-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50 {
  background-color: #efebe9 !important;
  color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50[disabled] {
  background-color: rgba(239, 235, 233, 0.12) !important;
  color: rgba(239, 235, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-50-fg {
  color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50-border {
  border-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50-border-top {
  border-top-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50-border-right {
  border-right-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50-border-bottom {
  border-bottom-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-50-border-left {
  border-left-color: #efebe9 !important;
}
body.theme-yellow-light .gt2-brown-100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-100-fg {
  color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100-border {
  border-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-200-fg {
  color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200-border {
  border-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-300-bg {
  background-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300 {
  background-color: #a1887f !important;
  color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300[disabled] {
  background-color: rgba(161, 136, 127, 0.12) !important;
  color: rgba(161, 136, 127, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-300-fg {
  color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300-border {
  border-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300-border-top {
  border-top-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300-border-right {
  border-right-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300-border-bottom {
  border-bottom-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-300-border-left {
  border-left-color: #a1887f !important;
}
body.theme-yellow-light .gt2-brown-400-bg {
  background-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-400-fg {
  color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400-border {
  border-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-500-bg {
  background-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500 {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-500-fg {
  color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500-border {
  border-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500-border-top {
  border-top-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500-border-right {
  border-right-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-500-border-left {
  border-left-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-bg {
  background-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-yellow-light .gt2-brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-fg {
  color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-border {
  border-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-border-top {
  border-top-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-border-right {
  border-right-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-border-left {
  border-left-color: #795548 !important;
}
body.theme-yellow-light .gt2-brown-600-bg {
  background-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600 {
  background-color: #6d4c41 !important;
  color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600[disabled] {
  background-color: rgba(109, 76, 65, 0.12) !important;
  color: rgba(109, 76, 65, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-600-fg {
  color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600-border {
  border-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600-border-top {
  border-top-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600-border-bottom {
  border-bottom-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-600-border-left {
  border-left-color: #6d4c41 !important;
}
body.theme-yellow-light .gt2-brown-700-bg {
  background-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-700-fg {
  color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700-border {
  border-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-800-bg {
  background-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800 {
  background-color: #4e342e !important;
  color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800[disabled] {
  background-color: rgba(78, 52, 46, 0.12) !important;
  color: rgba(78, 52, 46, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-800-fg {
  color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800-border {
  border-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800-border-top {
  border-top-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800-border-right {
  border-right-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800-border-bottom {
  border-bottom-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-800-border-left {
  border-left-color: #4e342e !important;
}
body.theme-yellow-light .gt2-brown-900-bg {
  background-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900 {
  background-color: #3e2723 !important;
  color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900[disabled] {
  background-color: rgba(62, 39, 35, 0.12) !important;
  color: rgba(62, 39, 35, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-900-fg {
  color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900-border {
  border-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900-border-top {
  border-top-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900-border-right {
  border-right-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900-border-bottom {
  border-bottom-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-900-border-left {
  border-left-color: #3e2723 !important;
}
body.theme-yellow-light .gt2-brown-A100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-A100-fg {
  color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100-border {
  border-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-yellow-light .gt2-brown-A200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-A200-fg {
  color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200-border {
  border-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-yellow-light .gt2-brown-A400-bg {
  background-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-A400-fg {
  color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400-border {
  border-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-yellow-light .gt2-brown-A700-bg {
  background-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-yellow-light .gt2-brown-A700-fg {
  color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700-border {
  border-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-brown-A700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-yellow-light .gt2-cyan-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-50-fg {
  color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50-border {
  border-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-yellow-light .gt2-cyan-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-100-fg {
  color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-yellow-light .gt2-cyan-200-bg {
  background-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-200-fg {
  color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200-border {
  border-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-yellow-light .gt2-cyan-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-300-fg {
  color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-yellow-light .gt2-cyan-400-bg {
  background-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-400-fg {
  color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400-border {
  border-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-yellow-light .gt2-cyan-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-500-fg {
  color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500-border {
  border-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-bg {
  background-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-fg {
  color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-border {
  border-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-yellow-light .gt2-cyan-600-bg {
  background-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-600-fg {
  color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600-border {
  border-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-yellow-light .gt2-cyan-700-bg {
  background-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-700-fg {
  color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700-border {
  border-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-yellow-light .gt2-cyan-800-bg {
  background-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-800-fg {
  color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800-border {
  border-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-yellow-light .gt2-cyan-900-bg {
  background-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-900-fg {
  color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900-border {
  border-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-yellow-light .gt2-cyan-A100-bg {
  background-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-A100-fg {
  color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100-border {
  border-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-bg {
  background-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-A200-fg {
  color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-border {
  border-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-yellow-light .gt2-cyan-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-A400-fg {
  color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400-border {
  border-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-yellow-light .gt2-cyan-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-yellow-light .gt2-cyan-A700-fg {
  color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-bg {
  background-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50[disabled] {
  background-color: rgba(251, 233, 231, 0.12) !important;
  color: rgba(251, 233, 231, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-50-fg {
  color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-border {
  border-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-border-top {
  border-top-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-border-bottom {
  border-bottom-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-50-border-left {
  border-left-color: #fbe9e7 !important;
}
body.theme-yellow-light .gt2-deep-orange-100-bg {
  background-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100 {
  background-color: #ffccbc !important;
  color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100[disabled] {
  background-color: rgba(255, 204, 188, 0.12) !important;
  color: rgba(255, 204, 188, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-100-fg {
  color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100-border {
  border-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100-border-top {
  border-top-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100-border-bottom {
  border-bottom-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-100-border-left {
  border-left-color: #ffccbc !important;
}
body.theme-yellow-light .gt2-deep-orange-200-bg {
  background-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200 {
  background-color: #ffab91 !important;
  color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200[disabled] {
  background-color: rgba(255, 171, 145, 0.12) !important;
  color: rgba(255, 171, 145, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-200-fg {
  color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200-border {
  border-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200-border-top {
  border-top-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200-border-bottom {
  border-bottom-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-200-border-left {
  border-left-color: #ffab91 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-bg {
  background-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300[disabled] {
  background-color: rgba(255, 138, 101, 0.12) !important;
  color: rgba(255, 138, 101, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-300-fg {
  color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-border {
  border-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-border-top {
  border-top-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-border-bottom {
  border-bottom-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-300-border-left {
  border-left-color: #ff8a65 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-bg {
  background-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400 {
  background-color: #ff7043 !important;
  color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400[disabled] {
  background-color: rgba(255, 112, 67, 0.12) !important;
  color: rgba(255, 112, 67, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-400-fg {
  color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-border {
  border-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-border-top {
  border-top-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-border-bottom {
  border-bottom-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-400-border-left {
  border-left-color: #ff7043 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-bg {
  background-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500 {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-500-fg {
  color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-border {
  border-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-500-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-bg {
  background-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-fg {
  color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-border {
  border-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-yellow-light .gt2-deep-orange-600-bg {
  background-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600 {
  background-color: #f4511e !important;
  color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600[disabled] {
  background-color: rgba(244, 81, 30, 0.12) !important;
  color: rgba(244, 81, 30, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-600-fg {
  color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600-border {
  border-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600-border-top {
  border-top-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600-border-bottom {
  border-bottom-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-600-border-left {
  border-left-color: #f4511e !important;
}
body.theme-yellow-light .gt2-deep-orange-700-bg {
  background-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700 {
  background-color: #e64a19 !important;
  color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700[disabled] {
  background-color: rgba(230, 74, 25, 0.12) !important;
  color: rgba(230, 74, 25, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-700-fg {
  color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700-border {
  border-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700-border-top {
  border-top-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700-border-bottom {
  border-bottom-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-700-border-left {
  border-left-color: #e64a19 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-bg {
  background-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800 {
  background-color: #d84315 !important;
  color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800[disabled] {
  background-color: rgba(216, 67, 21, 0.12) !important;
  color: rgba(216, 67, 21, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-800-fg {
  color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-border {
  border-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-border-top {
  border-top-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-border-bottom {
  border-bottom-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-800-border-left {
  border-left-color: #d84315 !important;
}
body.theme-yellow-light .gt2-deep-orange-900-bg {
  background-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900 {
  background-color: #bf360c !important;
  color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900[disabled] {
  background-color: rgba(191, 54, 12, 0.12) !important;
  color: rgba(191, 54, 12, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-900-fg {
  color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900-border {
  border-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900-border-top {
  border-top-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900-border-bottom {
  border-bottom-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-900-border-left {
  border-left-color: #bf360c !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-bg {
  background-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100[disabled] {
  background-color: rgba(255, 158, 128, 0.12) !important;
  color: rgba(255, 158, 128, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-fg {
  color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-border {
  border-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-border-top {
  border-top-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-border-bottom {
  border-bottom-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A100-border-left {
  border-left-color: #ff9e80 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-bg {
  background-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200[disabled] {
  background-color: rgba(255, 110, 64, 0.12) !important;
  color: rgba(255, 110, 64, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-fg {
  color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-border {
  border-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-border-top {
  border-top-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-border-bottom {
  border-bottom-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A200-border-left {
  border-left-color: #ff6e40 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-bg {
  background-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400[disabled] {
  background-color: rgba(255, 61, 0, 0.12) !important;
  color: rgba(255, 61, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-fg {
  color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-border {
  border-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-border-top {
  border-top-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-border-bottom {
  border-bottom-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A400-border-left {
  border-left-color: #ff3d00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-bg {
  background-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700[disabled] {
  background-color: rgba(221, 44, 0, 0.12) !important;
  color: rgba(221, 44, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-fg {
  color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-border {
  border-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-border-top {
  border-top-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-border-bottom {
  border-bottom-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-orange-A700-border-left {
  border-left-color: #dd2c00 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-bg {
  background-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50[disabled] {
  background-color: rgba(237, 231, 246, 0.12) !important;
  color: rgba(237, 231, 246, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-50-fg {
  color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-border {
  border-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-border-top {
  border-top-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-border-bottom {
  border-bottom-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-50-border-left {
  border-left-color: #ede7f6 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-bg {
  background-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100[disabled] {
  background-color: rgba(209, 196, 233, 0.12) !important;
  color: rgba(209, 196, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-100-fg {
  color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-border {
  border-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-border-top {
  border-top-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-border-bottom {
  border-bottom-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-100-border-left {
  border-left-color: #d1c4e9 !important;
}
body.theme-yellow-light .gt2-deep-purple-200-bg {
  background-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200 {
  background-color: #b39ddb !important;
  color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200[disabled] {
  background-color: rgba(179, 157, 219, 0.12) !important;
  color: rgba(179, 157, 219, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-200-fg {
  color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200-border {
  border-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200-border-top {
  border-top-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200-border-bottom {
  border-bottom-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-200-border-left {
  border-left-color: #b39ddb !important;
}
body.theme-yellow-light .gt2-deep-purple-300-bg {
  background-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300 {
  background-color: #9575cd !important;
  color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300[disabled] {
  background-color: rgba(149, 117, 205, 0.12) !important;
  color: rgba(149, 117, 205, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-300-fg {
  color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300-border {
  border-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300-border-top {
  border-top-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300-border-bottom {
  border-bottom-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-300-border-left {
  border-left-color: #9575cd !important;
}
body.theme-yellow-light .gt2-deep-purple-400-bg {
  background-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400[disabled] {
  background-color: rgba(126, 87, 194, 0.12) !important;
  color: rgba(126, 87, 194, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-400-fg {
  color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400-border {
  border-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400-border-top {
  border-top-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400-border-bottom {
  border-bottom-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-400-border-left {
  border-left-color: #7e57c2 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-bg {
  background-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500 {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-500-fg {
  color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-border {
  border-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-500-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-bg {
  background-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-fg {
  color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-border {
  border-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-bg {
  background-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600[disabled] {
  background-color: rgba(94, 53, 177, 0.12) !important;
  color: rgba(94, 53, 177, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-600-fg {
  color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-border {
  border-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-border-top {
  border-top-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-border-bottom {
  border-bottom-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-600-border-left {
  border-left-color: #5e35b1 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-bg {
  background-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700 {
  background-color: #512da8 !important;
  color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700[disabled] {
  background-color: rgba(81, 45, 168, 0.12) !important;
  color: rgba(81, 45, 168, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-700-fg {
  color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-border {
  border-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-border-top {
  border-top-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-border-bottom {
  border-bottom-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-700-border-left {
  border-left-color: #512da8 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-bg {
  background-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800 {
  background-color: #4527a0 !important;
  color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800[disabled] {
  background-color: rgba(69, 39, 160, 0.12) !important;
  color: rgba(69, 39, 160, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-800-fg {
  color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-border {
  border-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-border-top {
  border-top-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-border-bottom {
  border-bottom-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-800-border-left {
  border-left-color: #4527a0 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-bg {
  background-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900 {
  background-color: #311b92 !important;
  color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900[disabled] {
  background-color: rgba(49, 27, 146, 0.12) !important;
  color: rgba(49, 27, 146, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-900-fg {
  color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-border {
  border-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-border-top {
  border-top-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-border-bottom {
  border-bottom-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-900-border-left {
  border-left-color: #311b92 !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-bg {
  background-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100 {
  background-color: #b388ff !important;
  color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100[disabled] {
  background-color: rgba(179, 136, 255, 0.12) !important;
  color: rgba(179, 136, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-fg {
  color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-border {
  border-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-border-top {
  border-top-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-border-bottom {
  border-bottom-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A100-border-left {
  border-left-color: #b388ff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-bg {
  background-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200[disabled] {
  background-color: rgba(124, 77, 255, 0.12) !important;
  color: rgba(124, 77, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-fg {
  color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-border {
  border-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-border-top {
  border-top-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-border-bottom {
  border-bottom-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A200-border-left {
  border-left-color: #7c4dff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-bg {
  background-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400 {
  background-color: #651fff !important;
  color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400[disabled] {
  background-color: rgba(101, 31, 255, 0.12) !important;
  color: rgba(101, 31, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-fg {
  color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-border {
  border-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-border-top {
  border-top-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-border-bottom {
  border-bottom-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A400-border-left {
  border-left-color: #651fff !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-bg {
  background-color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700 {
  background-color: #6200ea !important;
  color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700[disabled] {
  background-color: rgba(98, 0, 234, 0.12) !important;
  color: rgba(98, 0, 234, 0.26) !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-fg {
  color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-border {
  border-color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-border-top {
  border-top-color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-border-bottom {
  border-bottom-color: #6200ea !important;
}
body.theme-yellow-light .gt2-deep-purple-A700-border-left {
  border-left-color: #6200ea !important;
}
body.theme-yellow-light .gt2-indigo-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50 {
  background-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(232, 234, 246, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-50-fg {
  color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-yellow-light .gt2-indigo-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100 {
  background-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(197, 202, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-100-fg {
  color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100-border {
  border-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-yellow-light .gt2-indigo-200-bg {
  background-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200 {
  background-color: #9fa8da !important;
  color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(159, 168, 218, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-200-fg {
  color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200-border {
  border-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-yellow-light .gt2-indigo-300-bg {
  background-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300 {
  background-color: #7986cb !important;
  color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(121, 134, 203, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-300-fg {
  color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300-border {
  border-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-yellow-light .gt2-indigo-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400 {
  background-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(92, 107, 192, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-400-fg {
  color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-yellow-light .gt2-indigo-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500 {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-500-fg {
  color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500-border {
  border-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-bg {
  background-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-fg {
  color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-border {
  border-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-yellow-light .gt2-indigo-600-bg {
  background-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600 {
  background-color: #3949ab !important;
  color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(57, 73, 171, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-600-fg {
  color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600-border {
  border-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-yellow-light .gt2-indigo-700-bg {
  background-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700 {
  background-color: #303f9f !important;
  color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(48, 63, 159, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-700-fg {
  color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700-border {
  border-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-yellow-light .gt2-indigo-800-bg {
  background-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800 {
  background-color: #283593 !important;
  color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(40, 53, 147, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-800-fg {
  color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800-border {
  border-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-yellow-light .gt2-indigo-900-bg {
  background-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900 {
  background-color: #1a237e !important;
  color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(26, 35, 126, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-900-fg {
  color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900-border {
  border-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-yellow-light .gt2-indigo-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100 {
  background-color: #8c9eff !important;
  color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(140, 158, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-A100-fg {
  color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100-border {
  border-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-yellow-light .gt2-indigo-A200-bg {
  background-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200 {
  background-color: #536dfe !important;
  color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(83, 109, 254, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-A200-fg {
  color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200-border {
  border-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-yellow-light .gt2-indigo-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400 {
  background-color: #3d5afe !important;
  color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(61, 90, 254, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-A400-fg {
  color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400-border {
  border-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-yellow-light .gt2-indigo-A700-bg {
  background-color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700 {
  background-color: #304ffe !important;
  color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(48, 79, 254, 0.26) !important;
}
body.theme-yellow-light .gt2-indigo-A700-fg {
  color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700-border {
  border-color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-yellow-light .gt2-indigo-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-yellow-light .gt2-light-green-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-50-fg {
  color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-light-green-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-100-fg {
  color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100-border {
  border-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-light-green-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-200-fg {
  color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-light-green-300-bg {
  background-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-300-fg {
  color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300-border {
  border-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-yellow-light .gt2-light-green-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-400-fg {
  color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400-border {
  border-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-light-green-500-bg {
  background-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-500-fg {
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500-border {
  border-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-bg {
  background-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-fg {
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-border {
  border-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-light-green-600-bg {
  background-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-600-fg {
  color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600-border {
  border-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-light-green-700-bg {
  background-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-700-fg {
  color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700-border {
  border-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-yellow-light .gt2-light-green-800-bg {
  background-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-800-fg {
  color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800-border {
  border-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-yellow-light .gt2-light-green-900-bg {
  background-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-900-fg {
  color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900-border {
  border-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-yellow-light .gt2-light-green-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-A100-fg {
  color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100-border {
  border-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-light-green-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-A200-fg {
  color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-light-green-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-A400-fg {
  color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400-border {
  border-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-light-green-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-yellow-light .gt2-light-green-A700-fg {
  color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700-border {
  border-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-lime-50-bg {
  background-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50 {
  background-color: #f9fbe7 !important;
  color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50[disabled] {
  background-color: rgba(249, 251, 231, 0.12) !important;
  color: rgba(249, 251, 231, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-50-fg {
  color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50-border {
  border-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50-border-top {
  border-top-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50-border-bottom {
  border-bottom-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-50-border-left {
  border-left-color: #f9fbe7 !important;
}
body.theme-yellow-light .gt2-lime-100-bg {
  background-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100 {
  background-color: #f0f4c3 !important;
  color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100[disabled] {
  background-color: rgba(240, 244, 195, 0.12) !important;
  color: rgba(240, 244, 195, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-100-fg {
  color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100-border {
  border-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100-border-top {
  border-top-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100-border-bottom {
  border-bottom-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-100-border-left {
  border-left-color: #f0f4c3 !important;
}
body.theme-yellow-light .gt2-lime-200-bg {
  background-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200 {
  background-color: #e6ee9c !important;
  color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200[disabled] {
  background-color: rgba(230, 238, 156, 0.12) !important;
  color: rgba(230, 238, 156, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-200-fg {
  color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200-border {
  border-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200-border-top {
  border-top-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200-border-bottom {
  border-bottom-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-200-border-left {
  border-left-color: #e6ee9c !important;
}
body.theme-yellow-light .gt2-lime-300-bg {
  background-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300 {
  background-color: #dce775 !important;
  color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300[disabled] {
  background-color: rgba(220, 231, 117, 0.12) !important;
  color: rgba(220, 231, 117, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-300-fg {
  color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300-border {
  border-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300-border-top {
  border-top-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300-border-right {
  border-right-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300-border-bottom {
  border-bottom-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-300-border-left {
  border-left-color: #dce775 !important;
}
body.theme-yellow-light .gt2-lime-400-bg {
  background-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400 {
  background-color: #d4e157 !important;
  color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400[disabled] {
  background-color: rgba(212, 225, 87, 0.12) !important;
  color: rgba(212, 225, 87, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-400-fg {
  color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400-border {
  border-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400-border-top {
  border-top-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400-border-right {
  border-right-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400-border-bottom {
  border-bottom-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-400-border-left {
  border-left-color: #d4e157 !important;
}
body.theme-yellow-light .gt2-lime-500-bg {
  background-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500 {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-500-fg {
  color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500-border {
  border-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-500-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-bg {
  background-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-fg {
  color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-border {
  border-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-yellow-light .gt2-lime-600-bg {
  background-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600 {
  background-color: #c0ca33 !important;
  color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600[disabled] {
  background-color: rgba(192, 202, 51, 0.12) !important;
  color: rgba(192, 202, 51, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-600-fg {
  color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600-border {
  border-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600-border-top {
  border-top-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600-border-bottom {
  border-bottom-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-600-border-left {
  border-left-color: #c0ca33 !important;
}
body.theme-yellow-light .gt2-lime-700-bg {
  background-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700 {
  background-color: #afb42b !important;
  color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700[disabled] {
  background-color: rgba(175, 180, 43, 0.12) !important;
  color: rgba(175, 180, 43, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-700-fg {
  color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700-border {
  border-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700-border-top {
  border-top-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700-border-right {
  border-right-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700-border-bottom {
  border-bottom-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-700-border-left {
  border-left-color: #afb42b !important;
}
body.theme-yellow-light .gt2-lime-800-bg {
  background-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800 {
  background-color: #9e9d24 !important;
  color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800[disabled] {
  background-color: rgba(158, 157, 36, 0.12) !important;
  color: rgba(158, 157, 36, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-800-fg {
  color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800-border {
  border-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800-border-top {
  border-top-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800-border-bottom {
  border-bottom-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-800-border-left {
  border-left-color: #9e9d24 !important;
}
body.theme-yellow-light .gt2-lime-900-bg {
  background-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900 {
  background-color: #827717 !important;
  color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900[disabled] {
  background-color: rgba(130, 119, 23, 0.12) !important;
  color: rgba(130, 119, 23, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-900-fg {
  color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900-border {
  border-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900-border-top {
  border-top-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900-border-right {
  border-right-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900-border-bottom {
  border-bottom-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-900-border-left {
  border-left-color: #827717 !important;
}
body.theme-yellow-light .gt2-lime-A100-bg {
  background-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100 {
  background-color: #f4ff81 !important;
  color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100[disabled] {
  background-color: rgba(244, 255, 129, 0.12) !important;
  color: rgba(244, 255, 129, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-A100-fg {
  color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100-border {
  border-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100-border-top {
  border-top-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100-border-bottom {
  border-bottom-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A100-border-left {
  border-left-color: #f4ff81 !important;
}
body.theme-yellow-light .gt2-lime-A200-bg {
  background-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200 {
  background-color: #eeff41 !important;
  color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200[disabled] {
  background-color: rgba(238, 255, 65, 0.12) !important;
  color: rgba(238, 255, 65, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-A200-fg {
  color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200-border {
  border-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200-border-top {
  border-top-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200-border-bottom {
  border-bottom-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A200-border-left {
  border-left-color: #eeff41 !important;
}
body.theme-yellow-light .gt2-lime-A400-bg {
  background-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400 {
  background-color: #c6ff00 !important;
  color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400[disabled] {
  background-color: rgba(198, 255, 0, 0.12) !important;
  color: rgba(198, 255, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-A400-fg {
  color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400-border {
  border-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400-border-top {
  border-top-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400-border-bottom {
  border-bottom-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A400-border-left {
  border-left-color: #c6ff00 !important;
}
body.theme-yellow-light .gt2-lime-A700-bg {
  background-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700 {
  background-color: #aeea00 !important;
  color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700[disabled] {
  background-color: rgba(174, 234, 0, 0.12) !important;
  color: rgba(174, 234, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-lime-A700-fg {
  color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700-border {
  border-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700-border-top {
  border-top-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700-border-bottom {
  border-bottom-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-lime-A700-border-left {
  border-left-color: #aeea00 !important;
}
body.theme-yellow-light .gt2-orange-50-bg {
  background-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-50-fg {
  color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50-border {
  border-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
body.theme-yellow-light .gt2-orange-100-bg {
  background-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-100-fg {
  color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100-border {
  border-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
body.theme-yellow-light .gt2-orange-200-bg {
  background-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-200-fg {
  color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200-border {
  border-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
body.theme-yellow-light .gt2-orange-300-bg {
  background-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-300-fg {
  color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300-border {
  border-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300-border-top {
  border-top-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300-border-right {
  border-right-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-300-border-left {
  border-left-color: #ffb74d !important;
}
body.theme-yellow-light .gt2-orange-400-bg {
  background-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-400-fg {
  color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400-border {
  border-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400-border-top {
  border-top-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400-border-right {
  border-right-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-400-border-left {
  border-left-color: #ffa726 !important;
}
body.theme-yellow-light .gt2-orange-500-bg {
  background-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-500-fg {
  color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500-border {
  border-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-500-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-bg {
  background-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-fg {
  color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-border {
  border-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-yellow-light .gt2-orange-600-bg {
  background-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-600-fg {
  color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600-border {
  border-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
body.theme-yellow-light .gt2-orange-700-bg {
  background-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-700-fg {
  color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700-border {
  border-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700-border-top {
  border-top-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700-border-right {
  border-right-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-700-border-left {
  border-left-color: #f57c00 !important;
}
body.theme-yellow-light .gt2-orange-800-bg {
  background-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-800-fg {
  color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800-border {
  border-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
body.theme-yellow-light .gt2-orange-900-bg {
  background-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-900-fg {
  color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900-border {
  border-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900-border-top {
  border-top-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900-border-right {
  border-right-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-900-border-left {
  border-left-color: #e65100 !important;
}
body.theme-yellow-light .gt2-orange-A100-bg {
  background-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-A100-fg {
  color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100-border {
  border-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
body.theme-yellow-light .gt2-orange-A200-bg {
  background-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-A200-fg {
  color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200-border {
  border-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
body.theme-yellow-light .gt2-orange-A400-bg {
  background-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-A400-fg {
  color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400-border {
  border-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
body.theme-yellow-light .gt2-orange-A700-bg {
  background-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-orange-A700-fg {
  color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700-border {
  border-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
body.theme-yellow-light .gt2-teal-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-50-fg {
  color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-yellow-light .gt2-teal-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-100-fg {
  color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100-border {
  border-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-yellow-light .gt2-teal-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-200-fg {
  color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200-border {
  border-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-yellow-light .gt2-teal-300-bg {
  background-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-300-fg {
  color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300-border {
  border-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-yellow-light .gt2-teal-400-bg {
  background-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-400-fg {
  color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400-border {
  border-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-yellow-light .gt2-teal-500-bg {
  background-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-500-fg {
  color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500-border {
  border-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-bg {
  background-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-yellow-light .gt2-teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-fg {
  color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-border {
  border-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-border-top {
  border-top-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-border-right {
  border-right-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-border-left {
  border-left-color: #009688 !important;
}
body.theme-yellow-light .gt2-teal-600-bg {
  background-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-600-fg {
  color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600-border {
  border-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-yellow-light .gt2-teal-700-bg {
  background-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-700-fg {
  color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700-border {
  border-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-yellow-light .gt2-teal-800-bg {
  background-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-800-fg {
  color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800-border {
  border-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-yellow-light .gt2-teal-900-bg {
  background-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-900-fg {
  color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900-border {
  border-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-yellow-light .gt2-teal-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-A100-fg {
  color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-yellow-light .gt2-teal-A200-bg {
  background-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-A200-fg {
  color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200-border {
  border-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-yellow-light .gt2-teal-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-A400-fg {
  color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-yellow-light .gt2-teal-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-yellow-light .gt2-teal-A700-fg {
  color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-teal-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-yellow-light .gt2-gray-50-bg {
  background-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-50-fg {
  color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50-border {
  border-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-yellow-light .gt2-gray-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-100-fg {
  color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-gray-200-bg {
  background-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-200-fg {
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200-border {
  border-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-300-fg {
  color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-gray-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-400-fg {
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400-border {
  border-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-500-fg {
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500-border {
  border-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-bg {
  background-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-fg {
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-border {
  border-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-gray-600-bg {
  background-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-600-fg {
  color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600-border {
  border-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-yellow-light .gt2-gray-700-bg {
  background-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-700-fg {
  color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700-border {
  border-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-800-bg {
  background-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-800-fg {
  color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800-border {
  border-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-yellow-light .gt2-gray-900-bg {
  background-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-900-fg {
  color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900-border {
  border-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-yellow-light .gt2-gray-A100-bg {
  background-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-A100-fg {
  color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100-border {
  border-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-yellow-light .gt2-gray-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-A200-fg {
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200-border {
  border-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-gray-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-A400-fg {
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-gray-A700-bg {
  background-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-yellow-light .gt2-gray-A700-fg {
  color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700-border {
  border-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-yellow-light .gt2-gray-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-50-bg {
  background-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-50-fg {
  color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50-border {
  border-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-yellow-light .gt2-grey-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-100-fg {
  color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-yellow-light .gt2-grey-200-bg {
  background-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-200-fg {
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200-border {
  border-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-300-fg {
  color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-yellow-light .gt2-grey-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-400-fg {
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400-border {
  border-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-500-fg {
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500-border {
  border-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-bg {
  background-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-fg {
  color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-border {
  border-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-yellow-light .gt2-grey-600-bg {
  background-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-600-fg {
  color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600-border {
  border-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-yellow-light .gt2-grey-700-bg {
  background-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-700-fg {
  color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700-border {
  border-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-800-bg {
  background-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-800-fg {
  color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800-border {
  border-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-yellow-light .gt2-grey-900-bg {
  background-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-900-fg {
  color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900-border {
  border-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-yellow-light .gt2-grey-A100-bg {
  background-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-A100-fg {
  color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100-border {
  border-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-yellow-light .gt2-grey-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-A200-fg {
  color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200-border {
  border-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-yellow-light .gt2-grey-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-A400-fg {
  color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-yellow-light .gt2-grey-A700-bg {
  background-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-yellow-light .gt2-grey-A700-fg {
  color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700-border {
  border-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-yellow-light .gt2-grey-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-yellow-light .gt2-yellow-50-bg {
  background-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-50-fg {
  color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50-border {
  border-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
body.theme-yellow-light .gt2-yellow-100-bg {
  background-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-100-fg {
  color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100-border {
  border-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
body.theme-yellow-light .gt2-yellow-200-bg {
  background-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-200-fg {
  color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200-border {
  border-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200-border-top {
  border-top-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200-border-right {
  border-right-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-200-border-left {
  border-left-color: #fff59d !important;
}
body.theme-yellow-light .gt2-yellow-300-bg {
  background-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-300-fg {
  color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300-border {
  border-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300-border-top {
  border-top-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300-border-right {
  border-right-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-300-border-left {
  border-left-color: #fff176 !important;
}
body.theme-yellow-light .gt2-yellow-400-bg {
  background-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-400-fg {
  color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400-border {
  border-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
body.theme-yellow-light .gt2-yellow-500-bg {
  background-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-500-fg {
  color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500-border {
  border-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-bg {
  background-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-fg {
  color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-border {
  border-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-yellow-light .gt2-yellow-600-bg {
  background-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-600-fg {
  color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600-border {
  border-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-yellow-light .gt2-yellow-700-bg {
  background-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-700-fg {
  color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700-border {
  border-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
body.theme-yellow-light .gt2-yellow-800-bg {
  background-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-800-fg {
  color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800-border {
  border-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
body.theme-yellow-light .gt2-yellow-900-bg {
  background-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-900-fg {
  color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900-border {
  border-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
body.theme-yellow-light .gt2-yellow-A100-bg {
  background-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-A100-fg {
  color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100-border {
  border-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
body.theme-yellow-light .gt2-yellow-A200-bg {
  background-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-A200-fg {
  color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200-border {
  border-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-bg {
  background-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-A400-fg {
  color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-border {
  border-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
body.theme-yellow-light .gt2-yellow-A700-bg {
  background-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-yellow-A700-fg {
  color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700-border {
  border-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
body.theme-yellow-light .gt2-edit-button-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-50-fg {
  color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50-border {
  border-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-yellow-light .gt2-edit-button-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-100-fg {
  color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100-border {
  border-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-yellow-light .gt2-edit-button-200-bg {
  background-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-200-fg {
  color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200-border {
  border-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-yellow-light .gt2-edit-button-300-bg {
  background-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-300-fg {
  color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300-border {
  border-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-yellow-light .gt2-edit-button-400-bg {
  background-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-400-fg {
  color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400-border {
  border-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-yellow-light .gt2-edit-button-500-bg {
  background-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-500-fg {
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500-border {
  border-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-bg {
  background-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-fg {
  color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-border {
  border-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-yellow-light .gt2-edit-button-600-bg {
  background-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-600-fg {
  color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600-border {
  border-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-yellow-light .gt2-edit-button-700-bg {
  background-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-700-fg {
  color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700-border {
  border-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-yellow-light .gt2-edit-button-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-800-fg {
  color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800-border {
  border-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-900-fg {
  color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-border {
  border-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-yellow-light .gt2-edit-button-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-A100-fg {
  color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100-border {
  border-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-yellow-light .gt2-edit-button-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-A200-fg {
  color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200-border {
  border-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-A400-fg {
  color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-border {
  border-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-yellow-light .gt2-edit-button-A700-fg {
  color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-border {
  border-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-edit-button-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-yellow-light .gt2-create-button-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-50-fg {
  color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-yellow-light .gt2-create-button-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-100-fg {
  color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100-border {
  border-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-yellow-light .gt2-create-button-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-200-fg {
  color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-yellow-light .gt2-create-button-300-bg {
  background-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-300-fg {
  color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300-border {
  border-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-yellow-light .gt2-create-button-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-400-fg {
  color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400-border {
  border-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-yellow-light .gt2-create-button-500-bg {
  background-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-500-fg {
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500-border {
  border-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-bg {
  background-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-fg {
  color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-border {
  border-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-yellow-light .gt2-create-button-600-bg {
  background-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-600-fg {
  color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600-border {
  border-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-yellow-light .gt2-create-button-700-bg {
  background-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-700-fg {
  color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700-border {
  border-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-yellow-light .gt2-create-button-800-bg {
  background-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-800-fg {
  color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800-border {
  border-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-yellow-light .gt2-create-button-900-bg {
  background-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-900-fg {
  color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900-border {
  border-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-yellow-light .gt2-create-button-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-A100-fg {
  color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100-border {
  border-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-yellow-light .gt2-create-button-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-A200-fg {
  color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-yellow-light .gt2-create-button-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-A400-fg {
  color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400-border {
  border-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-yellow-light .gt2-create-button-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-yellow-light .gt2-create-button-A700-fg {
  color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700-border {
  border-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-yellow-light .gt2-create-button-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-blue-gray-dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #3c4252;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3c4252;
  --mdc-filled-text-field-focus-active-indicator-color: #3c4252;
  --mdc-filled-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #3c4252;
  --mdc-outlined-text-field-focus-outline-color: #3c4252;
  --mdc-outlined-text-field-focus-label-text-color: rgba(60, 66, 82, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(60, 66, 82, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #7d818c;
  --mdc-switch-selected-handle-color: #7d818c;
  --mdc-switch-selected-hover-state-layer-color: #7d818c;
  --mdc-switch-selected-pressed-state-layer-color: #7d818c;
  --mdc-switch-selected-focus-handle-color: #9ea1a9;
  --mdc-switch-selected-hover-handle-color: #9ea1a9;
  --mdc-switch-selected-pressed-handle-color: #9ea1a9;
  --mdc-switch-selected-focus-track-color: #353a48;
  --mdc-switch-selected-hover-track-color: #353a48;
  --mdc-switch-selected-pressed-track-color: #353a48;
  --mdc-switch-selected-track-color: #353a48;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #3c4252;
  --mdc-slider-focus-handle-color: #3c4252;
  --mdc-slider-hover-handle-color: #3c4252;
  --mdc-slider-active-track-color: #3c4252;
  --mdc-slider-inactive-track-color: #3c4252;
  --mdc-slider-with-tick-marks-inactive-container-color: #3c4252;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #3c4252;
  --mat-slider-hover-state-layer-color: rgba(60, 66, 82, 0.05);
  --mat-slider-focus-state-layer-color: rgba(60, 66, 82, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #424242;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3c4252;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #3c4252;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3c4252;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(60, 66, 82, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(60, 66, 82, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3c4252;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(60, 66, 82, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3c4252;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3c4252;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3c4252;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
}
body.theme-blue-gray-dark .mat-accent {
  --mat-option-selected-state-label-text-color: #039be5;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-blue-gray-dark .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-blue-gray-dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3c4252;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3c4252;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #039be5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #039be5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3c4252;
  --mdc-linear-progress-track-color: rgba(60, 66, 82, 0.25);
}
body.theme-blue-gray-dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #039be5;
  --mdc-linear-progress-track-color: rgba(3, 155, 229, 0.25);
}
body.theme-blue-gray-dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #039be5;
  --mdc-filled-text-field-focus-active-indicator-color: #039be5;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mdc-outlined-text-field-caret-color: #039be5;
  --mdc-outlined-text-field-focus-outline-color: #039be5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 155, 229, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(3, 155, 229, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 155, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3c4252;
  --mdc-chip-elevated-selected-container-color: #3c4252;
  --mdc-chip-elevated-disabled-container-color: #3c4252;
  --mdc-chip-flat-disabled-selected-container-color: #3c4252;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #039be5;
  --mdc-chip-elevated-selected-container-color: #039be5;
  --mdc-chip-elevated-disabled-container-color: #039be5;
  --mdc-chip-flat-disabled-selected-container-color: #039be5;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #4fc3f7;
  --mdc-switch-selected-handle-color: #4fc3f7;
  --mdc-switch-selected-hover-state-layer-color: #4fc3f7;
  --mdc-switch-selected-pressed-state-layer-color: #4fc3f7;
  --mdc-switch-selected-focus-handle-color: #81d4fa;
  --mdc-switch-selected-hover-handle-color: #81d4fa;
  --mdc-switch-selected-pressed-handle-color: #81d4fa;
  --mdc-switch-selected-focus-track-color: #039be5;
  --mdc-switch-selected-hover-track-color: #039be5;
  --mdc-switch-selected-pressed-track-color: #039be5;
  --mdc-switch-selected-track-color: #039be5;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #3c4252;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #039be5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark .mat-accent {
  --mdc-slider-handle-color: #039be5;
  --mdc-slider-focus-handle-color: #039be5;
  --mdc-slider-hover-handle-color: #039be5;
  --mdc-slider-active-track-color: #039be5;
  --mdc-slider-inactive-track-color: #039be5;
  --mdc-slider-with-tick-marks-inactive-container-color: #039be5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #039be5;
  --mat-slider-hover-state-layer-color: rgba(3, 155, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 155, 229, 0.2);
}
body.theme-blue-gray-dark .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-blue-gray-dark .mdc-list-item__start,
body.theme-blue-gray-dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #3c4252;
  --mdc-radio-selected-hover-icon-color: #3c4252;
  --mdc-radio-selected-icon-color: #3c4252;
  --mdc-radio-selected-pressed-icon-color: #3c4252;
}
body.theme-blue-gray-dark .mat-accent .mdc-list-item__start,
body.theme-blue-gray-dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #039be5;
  --mdc-radio-selected-hover-icon-color: #039be5;
  --mdc-radio-selected-icon-color: #039be5;
  --mdc-radio-selected-pressed-icon-color: #039be5;
}
body.theme-blue-gray-dark .mat-warn .mdc-list-item__start,
body.theme-blue-gray-dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #039be5;
  --mdc-checkbox-selected-hover-icon-color: #039be5;
  --mdc-checkbox-selected-icon-color: #039be5;
  --mdc-checkbox-selected-pressed-icon-color: #039be5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #039be5;
  --mdc-checkbox-selected-hover-state-layer-color: #039be5;
  --mdc-checkbox-selected-pressed-state-layer-color: #039be5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3c4252;
}
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-blue-gray-dark .mdc-list-item__start,
body.theme-blue-gray-dark .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-blue-gray-dark .mat-mdc-tab-group,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3c4252;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #3c4252;
  --mat-tab-header-active-ripple-color: #3c4252;
  --mat-tab-header-inactive-ripple-color: #3c4252;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3c4252;
  --mat-tab-header-active-hover-label-text-color: #3c4252;
  --mat-tab-header-active-focus-indicator-color: #3c4252;
  --mat-tab-header-active-hover-indicator-color: #3c4252;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-accent,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #039be5;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #039be5;
  --mat-tab-header-active-ripple-color: #039be5;
  --mat-tab-header-inactive-ripple-color: #039be5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #039be5;
  --mat-tab-header-active-hover-label-text-color: #039be5;
  --mat-tab-header-active-focus-indicator-color: #039be5;
  --mat-tab-header-active-hover-indicator-color: #039be5;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-warn,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-primary,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3c4252;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-accent,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #039be5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-warn,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-blue-gray-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3c4252;
  --mdc-checkbox-selected-hover-icon-color: #3c4252;
  --mdc-checkbox-selected-icon-color: #3c4252;
  --mdc-checkbox-selected-pressed-icon-color: #3c4252;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3c4252;
  --mdc-checkbox-selected-hover-state-layer-color: #3c4252;
  --mdc-checkbox-selected-pressed-state-layer-color: #3c4252;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3c4252;
  --mat-text-button-state-layer-color: #3c4252;
  --mat-text-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #039be5;
  --mat-text-button-state-layer-color: #039be5;
  --mat-text-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3c4252;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #039be5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3c4252;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #039be5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3c4252;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #3c4252;
  --mat-outlined-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #039be5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #039be5;
  --mat-outlined-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3c4252;
  --mat-icon-button-state-layer-color: #3c4252;
  --mat-icon-button-ripple-color: rgba(60, 66, 82, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #039be5;
  --mat-icon-button-state-layer-color: #039be5;
  --mat-icon-button-ripple-color: rgba(3, 155, 229, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3c4252;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #039be5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3c4252;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #039be5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #039be5;
}
body.theme-blue-gray-dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-blue-gray-dark .mat-badge-accent {
  --mat-badge-background-color: #039be5;
  --mat-badge-text-color: white;
}
body.theme-blue-gray-dark .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #039be5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 155, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 155, 229, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 155, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #039be5;
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-blue-gray-dark .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-blue-gray-dark .mat-icon.mat-primary {
  --mat-icon-color: #3c4252;
}
body.theme-blue-gray-dark .mat-icon.mat-accent {
  --mat-icon-color: #039be5;
}
body.theme-blue-gray-dark .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #039be5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #039be5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #039be5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-blue-gray-dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3c4252;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #039be5;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark {
  color: white;
  background: #303030;
}
body.theme-blue-gray-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .icon,
body.theme-blue-gray-dark i {
  color: white;
}
body.theme-blue-gray-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .disabled-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .fade-text,
body.theme-blue-gray-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .fuse-card {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .fuse-card .card-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .avatar {
  color: white;
}
body.theme-blue-gray-dark .form-wrapper {
  background-color: #424242;
}
body.theme-blue-gray-dark .navigation-simple .item.selected {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .navigation-simple .subheader {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .simple-pagination {
  background: #424242;
}
body.theme-blue-gray-dark .simple-pagination .pagination-item {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .simple-pagination .pagination-item:hover {
  color: white;
}
body.theme-blue-gray-dark .simple-pagination .pagination-item.disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .price-tables .price-table {
  background: #424242;
}
body.theme-blue-gray-dark .price-tables .price-table.style-1 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-1 .price .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-2 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-2 .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .terms {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .note {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .simple-table-container {
  background: #424242;
}
body.theme-blue-gray-dark table.simple thead tr th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple.clickable tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-blue-gray-dark .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .page-layout.simple.left-sidebar > .center > .content,
body.theme-blue-gray-dark .page-layout.simple.right-sidebar > .center > .content {
  background: #424242;
}
body.theme-blue-gray-dark .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-blue-gray-dark .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: #424242;
}
body.theme-blue-gray-dark a {
  color: #039be5;
}
body.theme-blue-gray-dark code:not(.highlight) {
  background-color: #212121;
}
body.theme-blue-gray-dark .changelog .entry {
  background-color: #424242;
}
body.theme-blue-gray-dark .text-boxed {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
}
body.theme-blue-gray-dark fuse-countdown .fuse-countdown .time .title {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-search-bar.expanded {
  background-color: #303030;
}
body.theme-blue-gray-dark #fuse-shortcuts.show-mobile-panel {
  background-color: #303030;
}
body.theme-blue-gray-dark fuse-sidebar {
  background: var(--bg-colors);
}
body.theme-blue-gray-dark .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-blue-gray-dark .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h2 {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #2a2d3b;
}
body.theme-blue-gray-dark fuse-widget > .fuse-widget-front,
body.theme-blue-gray-dark fuse-widget > .fuse-widget-back {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-panel #contacts-list {
  background-color: #212121;
}
body.theme-blue-gray-dark chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #039be5;
}
body.theme-blue-gray-dark chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #039be5;
  color: white;
}
body.theme-blue-gray-dark chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #212121;
}
body.theme-blue-gray-dark chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #3c4252;
  color: white;
}
body.theme-blue-gray-dark chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-blue-gray-dark chat-panel #chat .reply-form .message-text {
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .toolbar-separator {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-start .big-circle {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-view .chat .chat-toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-view .chat #chat-content .message-row.contact .bubble {
  background-color: #3c4252;
  color: white;
}
body.theme-blue-gray-dark chat-view .chat #chat-content .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-blue-gray-dark chat-view .chat .chat-footer {
  background: #212121;
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-view .chat .chat-footer .reply-form .message-text {
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-view .chat .chat-footer .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-header mat-toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-header mat-toolbar .search {
  background: #303030;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-header mat-toolbar .search input {
  background: #303030;
  color: white;
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .contact-list .mat-subheader,
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .chat-list .mat-subheader {
  color: #039be5;
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .contact-list .contact,
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .chat-list .contact {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .contact-list .contact .contact-last-message,
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .chat-list .contact .contact-last-message {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .contact-list .contact .contact-mood,
body.theme-blue-gray-dark chat-chats-sidenav .sidenav-content .chat-list .contact .contact-mood {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .primary-50-bg {
  background-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50 {
  background-color: #ececee !important;
  color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(236, 236, 238, 0.26) !important;
}
body.theme-blue-gray-dark .primary-50-fg {
  color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50-border {
  border-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50-border-top {
  border-top-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50-border-right {
  border-right-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50-border-bottom {
  border-bottom-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-50-border-left {
  border-left-color: #ececee !important;
}
body.theme-blue-gray-dark .primary-100-bg {
  background-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-blue-gray-dark .primary-100-fg {
  color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100-border {
  border-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-blue-gray-dark .primary-200-fg {
  color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200-border {
  border-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-300-bg {
  background-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300 {
  background-color: #7d818c !important;
  color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(125, 129, 140, 0.26) !important;
}
body.theme-blue-gray-dark .primary-300-fg {
  color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300-border {
  border-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300-border-top {
  border-top-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300-border-right {
  border-right-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300-border-bottom {
  border-bottom-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-300-border-left {
  border-left-color: #7d818c !important;
}
body.theme-blue-gray-dark .primary-400-bg {
  background-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-blue-gray-dark .primary-400-fg {
  color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400-border {
  border-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-500-bg {
  background-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500 {
  background-color: #3c4252 !important;
  color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(60, 66, 82, 0.26) !important;
}
body.theme-blue-gray-dark .primary-500-fg {
  color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500-border {
  border-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-500-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-600-bg {
  background-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600 {
  background-color: #353a48 !important;
  color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(53, 58, 72, 0.26) !important;
}
body.theme-blue-gray-dark .primary-600-fg {
  color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600-border {
  border-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600-border-top {
  border-top-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600-border-right {
  border-right-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600-border-bottom {
  border-bottom-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-600-border-left {
  border-left-color: #353a48 !important;
}
body.theme-blue-gray-dark .primary-700-bg {
  background-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-blue-gray-dark .primary-700-fg {
  color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700-border {
  border-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800 {
  background-color: #262933 !important;
  color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(38, 41, 51, 0.26) !important;
}
body.theme-blue-gray-dark .primary-800-fg {
  color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800-border {
  border-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-blue-gray-dark .primary-900-bg {
  background-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900 {
  background-color: #1e2129 !important;
  color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(30, 33, 41, 0.26) !important;
}
body.theme-blue-gray-dark .primary-900-fg {
  color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900-border {
  border-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900-border-top {
  border-top-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900-border-right {
  border-right-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900-border-bottom {
  border-bottom-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-900-border-left {
  border-left-color: #1e2129 !important;
}
body.theme-blue-gray-dark .primary-A100-bg {
  background-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100 {
  background-color: #c5c6cb !important;
  color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(197, 198, 203, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A100-fg {
  color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100-border {
  border-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100-border-top {
  border-top-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100-border-right {
  border-right-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100-border-bottom {
  border-bottom-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A100-border-left {
  border-left-color: #c5c6cb !important;
}
body.theme-blue-gray-dark .primary-A200-bg {
  background-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200 {
  background-color: #9ea1a9 !important;
  color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(158, 161, 169, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A200-fg {
  color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200-border {
  border-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200-border-top {
  border-top-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200-border-right {
  border-right-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200-border-bottom {
  border-bottom-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A200-border-left {
  border-left-color: #9ea1a9 !important;
}
body.theme-blue-gray-dark .primary-A400-bg {
  background-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400 {
  background-color: #5c616f !important;
  color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(92, 97, 111, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A400-fg {
  color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400-border {
  border-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400-border-top {
  border-top-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400-border-right {
  border-right-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400-border-bottom {
  border-bottom-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A400-border-left {
  border-left-color: #5c616f !important;
}
body.theme-blue-gray-dark .primary-A700-bg {
  background-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700 {
  background-color: #2d323e !important;
  color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(45, 50, 62, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A700-fg {
  color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700-border {
  border-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700-border-top {
  border-top-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700-border-right {
  border-right-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700-border-bottom {
  border-bottom-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-A700-border-left {
  border-left-color: #2d323e !important;
}
body.theme-blue-gray-dark .primary-bg {
  background-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary {
  background-color: #3c4252 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-fg {
  color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-border {
  border-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-border-top {
  border-top-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-border-right {
  border-right-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-border-bottom {
  border-bottom-color: #3c4252 !important;
}
body.theme-blue-gray-dark .primary-border-left {
  border-left-color: #3c4252 !important;
}
body.theme-blue-gray-dark .accent-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-blue-gray-dark .accent-50-fg {
  color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50-border {
  border-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .accent-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-blue-gray-dark .accent-100-fg {
  color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100-border {
  border-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .accent-200-bg {
  background-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-blue-gray-dark .accent-200-fg {
  color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200-border {
  border-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-blue-gray-dark .accent-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-blue-gray-dark .accent-300-fg {
  color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .accent-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-blue-gray-dark .accent-400-fg {
  color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400-border {
  border-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .accent-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-blue-gray-dark .accent-500-fg {
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500-border {
  border-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .accent-600-bg {
  background-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-blue-gray-dark .accent-600-fg {
  color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600-border {
  border-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-700-bg {
  background-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-blue-gray-dark .accent-700-fg {
  color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700-border {
  border-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-blue-gray-dark .accent-800-bg {
  background-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-blue-gray-dark .accent-800-fg {
  color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800-border {
  border-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-blue-gray-dark .accent-900-bg {
  background-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-blue-gray-dark .accent-900-fg {
  color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900-border {
  border-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-blue-gray-dark .accent-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A100-fg {
  color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100-border {
  border-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-blue-gray-dark .accent-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A200-fg {
  color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200-border {
  border-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-blue-gray-dark .accent-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A400-fg {
  color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400-border {
  border-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-blue-gray-dark .accent-A700-bg {
  background-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A700-fg {
  color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700-border {
  border-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-blue-gray-dark .accent-bg {
  background-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent {
  background-color: #039be5 !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-fg {
  color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-border {
  border-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-border-top {
  border-top-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-border-right {
  border-right-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-blue-gray-dark .accent-border-left {
  border-left-color: #039be5 !important;
}
body.theme-blue-gray-dark .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-blue-gray-dark .warn-50-fg {
  color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-blue-gray-dark .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-blue-gray-dark .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-blue-gray-dark .warn-300-fg {
  color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-blue-gray-dark .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-blue-gray-dark .warn-500-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-blue-gray-dark .warn-600-fg {
  color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-blue-gray-dark .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-blue-gray-dark .warn-800-fg {
  color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-blue-gray-dark .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-50-bg {
  background-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-50-fg {
  color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50-border {
  border-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-blue-gray-dark .gt2-red-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-100-fg {
  color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .gt2-red-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-200-fg {
  color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200-border {
  border-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .gt2-red-300-bg {
  background-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-300-fg {
  color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300-border {
  border-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-blue-gray-dark .gt2-red-400-bg {
  background-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-400-fg {
  color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400-border {
  border-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-blue-gray-dark .gt2-red-500-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-500-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .gt2-red-600-bg {
  background-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-600-fg {
  color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600-border {
  border-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-blue-gray-dark .gt2-red-700-bg {
  background-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-700-fg {
  color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700-border {
  border-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-blue-gray-dark .gt2-red-800-bg {
  background-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-800-fg {
  color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800-border {
  border-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-blue-gray-dark .gt2-red-900-bg {
  background-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-900-fg {
  color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900-border {
  border-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-blue-gray-dark .gt2-red-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-A100-fg {
  color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-A200-fg {
  color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-border {
  border-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-A400-fg {
  color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-border {
  border-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-bg {
  background-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-red-A700-fg {
  color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-border {
  border-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-red-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-blue-gray-dark .gt2-blue-50-bg {
  background-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-50-fg {
  color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50-border {
  border-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .gt2-blue-100-bg {
  background-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-100-fg {
  color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100-border {
  border-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100-border-top {
  border-top-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100-border-right {
  border-right-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-100-border-left {
  border-left-color: #bbdefb !important;
}
body.theme-blue-gray-dark .gt2-blue-200-bg {
  background-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-200-fg {
  color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200-border {
  border-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200-border-top {
  border-top-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200-border-right {
  border-right-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-200-border-left {
  border-left-color: #90caf9 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-bg {
  background-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-300-fg {
  color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-border {
  border-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-bg {
  background-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-400-fg {
  color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-border {
  border-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-bg {
  background-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-500-fg {
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-border {
  border-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-500-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-bg {
  background-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-fg {
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-border {
  border-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-bg {
  background-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-600-fg {
  color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-border {
  border-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-bg {
  background-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-700-fg {
  color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-border {
  border-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-border-top {
  border-top-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-border-right {
  border-right-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-700-border-left {
  border-left-color: #1976d2 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-bg {
  background-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-800-fg {
  color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-border {
  border-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-border-top {
  border-top-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-border-right {
  border-right-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-800-border-left {
  border-left-color: #1565c0 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-bg {
  background-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-900-fg {
  color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-border {
  border-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-bg {
  background-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-fg {
  color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-border {
  border-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-bg {
  background-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-fg {
  color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-border {
  border-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-border-top {
  border-top-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-border-right {
  border-right-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A200-border-left {
  border-left-color: #448aff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-bg {
  background-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-fg {
  color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-border {
  border-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-border-top {
  border-top-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-border-right {
  border-right-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A400-border-left {
  border-left-color: #2979ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-bg {
  background-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-fg {
  color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-border {
  border-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-border-top {
  border-top-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-border-right {
  border-right-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-blue-A700-border-left {
  border-left-color: #2962ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-bg {
  background-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50 {
  background-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(225, 245, 254, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-fg {
  color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-border {
  border-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-bg {
  background-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100 {
  background-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(179, 229, 252, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-fg {
  color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-border {
  border-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-bg {
  background-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200 {
  background-color: #81d4fa !important;
  color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(129, 212, 250, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-fg {
  color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-border {
  border-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(79, 195, 247, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-fg {
  color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-border {
  border-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-bg {
  background-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400 {
  background-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(41, 182, 246, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-fg {
  color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-border {
  border-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-bg {
  background-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500 {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-fg {
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-border {
  border-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-bg {
  background-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue {
  background-color: #03a9f4 !important;
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(3, 169, 244, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-fg {
  color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-border {
  border-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-bg {
  background-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600 {
  background-color: #039be5 !important;
  color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(3, 155, 229, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-fg {
  color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-border {
  border-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-bg {
  background-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700 {
  background-color: #0288d1 !important;
  color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(2, 136, 209, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-fg {
  color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-border {
  border-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-bg {
  background-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800 {
  background-color: #0277bd !important;
  color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(2, 119, 189, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-fg {
  color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-border {
  border-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-bg {
  background-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900 {
  background-color: #01579b !important;
  color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(1, 87, 155, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-fg {
  color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-border {
  border-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-border-top {
  border-top-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-border-right {
  border-right-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-900-border-left {
  border-left-color: #01579b !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-bg {
  background-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100 {
  background-color: #80d8ff !important;
  color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(128, 216, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-fg {
  color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-border {
  border-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-bg {
  background-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200 {
  background-color: #40c4ff !important;
  color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(64, 196, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-fg {
  color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-border {
  border-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-bg {
  background-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400 {
  background-color: #00b0ff !important;
  color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 176, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-fg {
  color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-border {
  border-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-bg {
  background-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700 {
  background-color: #0091ea !important;
  color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(0, 145, 234, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-fg {
  color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-border {
  border-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
body.theme-blue-gray-dark .gt2-pink-50-bg {
  background-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50 {
  background-color: #fce4ec !important;
  color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(252, 228, 236, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-50-fg {
  color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50-border {
  border-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-blue-gray-dark .gt2-pink-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100 {
  background-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(248, 187, 208, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-100-fg {
  color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200 {
  background-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(244, 143, 177, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-200-fg {
  color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-border {
  border-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-bg {
  background-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300 {
  background-color: #f06292 !important;
  color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(240, 98, 146, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-300-fg {
  color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-border {
  border-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-blue-gray-dark .gt2-pink-400-bg {
  background-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400 {
  background-color: #ec407a !important;
  color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(236, 64, 122, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-400-fg {
  color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400-border {
  border-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-blue-gray-dark .gt2-pink-500-bg {
  background-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500 {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-500-fg {
  color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500-border {
  border-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-bg {
  background-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-fg {
  color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-border {
  border-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-bg {
  background-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600 {
  background-color: #d81b60 !important;
  color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(216, 27, 96, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-600-fg {
  color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-border {
  border-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-blue-gray-dark .gt2-pink-700-bg {
  background-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700 {
  background-color: #c2185b !important;
  color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(194, 24, 91, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-700-fg {
  color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700-border {
  border-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-blue-gray-dark .gt2-pink-800-bg {
  background-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800 {
  background-color: #ad1457 !important;
  color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(173, 20, 87, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-800-fg {
  color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800-border {
  border-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-blue-gray-dark .gt2-pink-900-bg {
  background-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900 {
  background-color: #880e4f !important;
  color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(136, 14, 79, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-900-fg {
  color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900-border {
  border-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100 {
  background-color: #ff80ab !important;
  color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(255, 128, 171, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-fg {
  color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-border {
  border-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200 {
  background-color: #ff4081 !important;
  color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 64, 129, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-fg {
  color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-border {
  border-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-bg {
  background-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400 {
  background-color: #f50057 !important;
  color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(245, 0, 87, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-fg {
  color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-border {
  border-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-bg {
  background-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700 {
  background-color: #c51162 !important;
  color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(197, 17, 98, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-fg {
  color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-border {
  border-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-pink-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-bg {
  background-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50 {
  background-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50[disabled] {
  background-color: rgba(243, 229, 245, 0.12) !important;
  color: rgba(243, 229, 245, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-50-fg {
  color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-border {
  border-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-border-top {
  border-top-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-border-bottom {
  border-bottom-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-50-border-left {
  border-left-color: #f3e5f5 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-bg {
  background-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100 {
  background-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100[disabled] {
  background-color: rgba(225, 190, 231, 0.12) !important;
  color: rgba(225, 190, 231, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-100-fg {
  color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-border {
  border-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-border-top {
  border-top-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-border-bottom {
  border-bottom-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-100-border-left {
  border-left-color: #e1bee7 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-bg {
  background-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200 {
  background-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200[disabled] {
  background-color: rgba(206, 147, 216, 0.12) !important;
  color: rgba(206, 147, 216, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-200-fg {
  color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-border {
  border-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-border-top {
  border-top-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-border-bottom {
  border-bottom-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-200-border-left {
  border-left-color: #ce93d8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-bg {
  background-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300 {
  background-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300[disabled] {
  background-color: rgba(186, 104, 200, 0.12) !important;
  color: rgba(186, 104, 200, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-300-fg {
  color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-border {
  border-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-border-top {
  border-top-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-border-bottom {
  border-bottom-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-300-border-left {
  border-left-color: #ba68c8 !important;
}
body.theme-blue-gray-dark .gt2-purple-400-bg {
  background-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400 {
  background-color: #ab47bc !important;
  color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400[disabled] {
  background-color: rgba(171, 71, 188, 0.12) !important;
  color: rgba(171, 71, 188, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-400-fg {
  color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400-border {
  border-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400-border-top {
  border-top-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400-border-right {
  border-right-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400-border-bottom {
  border-bottom-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-400-border-left {
  border-left-color: #ab47bc !important;
}
body.theme-blue-gray-dark .gt2-purple-500-bg {
  background-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500 {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-500-fg {
  color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500-border {
  border-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-500-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-bg {
  background-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(156, 39, 176, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-fg {
  color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-border {
  border-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-border-top {
  border-top-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-border-right {
  border-right-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-border-left {
  border-left-color: #9c27b0 !important;
}
body.theme-blue-gray-dark .gt2-purple-600-bg {
  background-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600 {
  background-color: #8e24aa !important;
  color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600[disabled] {
  background-color: rgba(142, 36, 170, 0.12) !important;
  color: rgba(142, 36, 170, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-600-fg {
  color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600-border {
  border-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600-border-top {
  border-top-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600-border-right {
  border-right-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600-border-bottom {
  border-bottom-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-600-border-left {
  border-left-color: #8e24aa !important;
}
body.theme-blue-gray-dark .gt2-purple-700-bg {
  background-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700 {
  background-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700[disabled] {
  background-color: rgba(123, 31, 162, 0.12) !important;
  color: rgba(123, 31, 162, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-700-fg {
  color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700-border {
  border-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700-border-top {
  border-top-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700-border-bottom {
  border-bottom-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-700-border-left {
  border-left-color: #7b1fa2 !important;
}
body.theme-blue-gray-dark .gt2-purple-800-bg {
  background-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800 {
  background-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800[disabled] {
  background-color: rgba(106, 27, 154, 0.12) !important;
  color: rgba(106, 27, 154, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-800-fg {
  color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800-border {
  border-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800-border-top {
  border-top-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800-border-bottom {
  border-bottom-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-800-border-left {
  border-left-color: #6a1b9a !important;
}
body.theme-blue-gray-dark .gt2-purple-900-bg {
  background-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900 {
  background-color: #4a148c !important;
  color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900[disabled] {
  background-color: rgba(74, 20, 140, 0.12) !important;
  color: rgba(74, 20, 140, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-900-fg {
  color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900-border {
  border-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900-border-top {
  border-top-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900-border-right {
  border-right-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900-border-bottom {
  border-bottom-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-900-border-left {
  border-left-color: #4a148c !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-bg {
  background-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100 {
  background-color: #ea80fc !important;
  color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100[disabled] {
  background-color: rgba(234, 128, 252, 0.12) !important;
  color: rgba(234, 128, 252, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-fg {
  color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-border {
  border-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-border-top {
  border-top-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-border-bottom {
  border-bottom-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A100-border-left {
  border-left-color: #ea80fc !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-bg {
  background-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200 {
  background-color: #e040fb !important;
  color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200[disabled] {
  background-color: rgba(224, 64, 251, 0.12) !important;
  color: rgba(224, 64, 251, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-fg {
  color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-border {
  border-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-border-top {
  border-top-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-border-right {
  border-right-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-border-bottom {
  border-bottom-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A200-border-left {
  border-left-color: #e040fb !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-bg {
  background-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400 {
  background-color: #d500f9 !important;
  color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400[disabled] {
  background-color: rgba(213, 0, 249, 0.12) !important;
  color: rgba(213, 0, 249, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-fg {
  color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-border {
  border-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-border-top {
  border-top-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-border-bottom {
  border-bottom-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A400-border-left {
  border-left-color: #d500f9 !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-bg {
  background-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700 {
  background-color: #aa00ff !important;
  color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700[disabled] {
  background-color: rgba(170, 0, 255, 0.12) !important;
  color: rgba(170, 0, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-fg {
  color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-border {
  border-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-border-top {
  border-top-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-border-bottom {
  border-bottom-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-purple-A700-border-left {
  border-left-color: #aa00ff !important;
}
body.theme-blue-gray-dark .gt2-green-50-bg {
  background-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-50-fg {
  color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50-border {
  border-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-bg {
  background-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-100-fg {
  color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-border {
  border-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
body.theme-blue-gray-dark .gt2-green-200-bg {
  background-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-200-fg {
  color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200-border {
  border-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
body.theme-blue-gray-dark .gt2-green-300-bg {
  background-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-300-fg {
  color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300-border {
  border-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300-border-top {
  border-top-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300-border-right {
  border-right-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-300-border-left {
  border-left-color: #81c784 !important;
}
body.theme-blue-gray-dark .gt2-green-400-bg {
  background-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-400-fg {
  color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400-border {
  border-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400-border-top {
  border-top-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400-border-right {
  border-right-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-400-border-left {
  border-left-color: #66bb6a !important;
}
body.theme-blue-gray-dark .gt2-green-500-bg {
  background-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-500-fg {
  color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500-border {
  border-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-500-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-bg {
  background-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-fg {
  color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-border {
  border-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-border-top {
  border-top-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-border-right {
  border-right-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-border-left {
  border-left-color: #4caf50 !important;
}
body.theme-blue-gray-dark .gt2-green-600-bg {
  background-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-600-fg {
  color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600-border {
  border-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600-border-top {
  border-top-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600-border-right {
  border-right-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-600-border-left {
  border-left-color: #43a047 !important;
}
body.theme-blue-gray-dark .gt2-green-700-bg {
  background-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-700-fg {
  color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700-border {
  border-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700-border-top {
  border-top-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700-border-right {
  border-right-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-700-border-left {
  border-left-color: #388e3c !important;
}
body.theme-blue-gray-dark .gt2-green-800-bg {
  background-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-800-fg {
  color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800-border {
  border-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800-border-top {
  border-top-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800-border-right {
  border-right-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-800-border-left {
  border-left-color: #2e7d32 !important;
}
body.theme-blue-gray-dark .gt2-green-900-bg {
  background-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-900-fg {
  color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900-border {
  border-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900-border-top {
  border-top-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900-border-right {
  border-right-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-900-border-left {
  border-left-color: #1b5e20 !important;
}
body.theme-blue-gray-dark .gt2-green-A100-bg {
  background-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-A100-fg {
  color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100-border {
  border-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
body.theme-blue-gray-dark .gt2-green-A200-bg {
  background-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-A200-fg {
  color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200-border {
  border-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200-border-top {
  border-top-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200-border-right {
  border-right-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A200-border-left {
  border-left-color: #69f0ae !important;
}
body.theme-blue-gray-dark .gt2-green-A400-bg {
  background-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-A400-fg {
  color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400-border {
  border-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400-border-top {
  border-top-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400-border-right {
  border-right-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A400-border-left {
  border-left-color: #00e676 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-bg {
  background-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-green-A700-fg {
  color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-border {
  border-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-border-top {
  border-top-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-border-right {
  border-right-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-green-A700-border-left {
  border-left-color: #00c853 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-50-fg {
  color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-border {
  border-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-100-fg {
  color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-border {
  border-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-bg {
  background-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-200-fg {
  color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-border {
  border-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-amber-300-bg {
  background-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-300-fg {
  color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300-border {
  border-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-amber-400-bg {
  background-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-400-fg {
  color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400-border {
  border-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-bg {
  background-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-500-fg {
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-border {
  border-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-bg {
  background-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-fg {
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-border {
  border-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-bg {
  background-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-600-fg {
  color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-border {
  border-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-bg {
  background-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-700-fg {
  color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-border {
  border-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-800-fg {
  color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-border {
  border-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-900-fg {
  color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-border {
  border-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-fg {
  color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-border {
  border-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-fg {
  color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-border {
  border-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-fg {
  color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-border {
  border-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-fg {
  color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-border {
  border-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-amber-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-bg {
  background-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-fg {
  color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-border {
  border-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-bg {
  background-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-fg {
  color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-border {
  border-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-bg {
  background-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-fg {
  color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-border {
  border-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-bg {
  background-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-fg {
  color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-border {
  border-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-bg {
  background-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-fg {
  color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-border {
  border-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-gray-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-bg {
  background-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50 {
  background-color: #eceff1 !important;
  color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(236, 239, 241, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-fg {
  color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-border {
  border-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-bg {
  background-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300 {
  background-color: #90a4ae !important;
  color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(144, 164, 174, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-fg {
  color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-border {
  border-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500 {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey {
  background-color: #607d8b !important;
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(96, 125, 139, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-bg {
  background-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600 {
  background-color: #546e7a !important;
  color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(84, 110, 122, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-fg {
  color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-border {
  border-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-bg {
  background-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800 {
  background-color: #37474f !important;
  color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(55, 71, 79, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-fg {
  color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-border {
  border-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-bg {
  background-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900 {
  background-color: #263238 !important;
  color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(38, 50, 56, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-fg {
  color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-border {
  border-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(207, 216, 220, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(176, 190, 197, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400 {
  background-color: #78909c !important;
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(120, 144, 156, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700 {
  background-color: #455a64 !important;
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(69, 90, 100, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-blue-grey-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-bg {
  background-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50 {
  background-color: #efebe9 !important;
  color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50[disabled] {
  background-color: rgba(239, 235, 233, 0.12) !important;
  color: rgba(239, 235, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-50-fg {
  color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-border {
  border-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-border-top {
  border-top-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-border-right {
  border-right-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-border-bottom {
  border-bottom-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-50-border-left {
  border-left-color: #efebe9 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-100-fg {
  color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-border {
  border-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-200-fg {
  color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-border {
  border-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-300-bg {
  background-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300 {
  background-color: #a1887f !important;
  color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300[disabled] {
  background-color: rgba(161, 136, 127, 0.12) !important;
  color: rgba(161, 136, 127, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-300-fg {
  color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300-border {
  border-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300-border-top {
  border-top-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300-border-right {
  border-right-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300-border-bottom {
  border-bottom-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-300-border-left {
  border-left-color: #a1887f !important;
}
body.theme-blue-gray-dark .gt2-brown-400-bg {
  background-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-400-fg {
  color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400-border {
  border-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-bg {
  background-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500 {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-500-fg {
  color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-border {
  border-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-border-top {
  border-top-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-border-right {
  border-right-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-500-border-left {
  border-left-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-bg {
  background-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown {
  background-color: #795548 !important;
  color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(121, 85, 72, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-fg {
  color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-border {
  border-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-border-top {
  border-top-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-border-right {
  border-right-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-border-bottom {
  border-bottom-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-border-left {
  border-left-color: #795548 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-bg {
  background-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600 {
  background-color: #6d4c41 !important;
  color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600[disabled] {
  background-color: rgba(109, 76, 65, 0.12) !important;
  color: rgba(109, 76, 65, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-600-fg {
  color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-border {
  border-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-border-top {
  border-top-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-border-bottom {
  border-bottom-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-600-border-left {
  border-left-color: #6d4c41 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-bg {
  background-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-700-fg {
  color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-border {
  border-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-800-bg {
  background-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800 {
  background-color: #4e342e !important;
  color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800[disabled] {
  background-color: rgba(78, 52, 46, 0.12) !important;
  color: rgba(78, 52, 46, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-800-fg {
  color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800-border {
  border-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800-border-top {
  border-top-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800-border-right {
  border-right-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800-border-bottom {
  border-bottom-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-800-border-left {
  border-left-color: #4e342e !important;
}
body.theme-blue-gray-dark .gt2-brown-900-bg {
  background-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900 {
  background-color: #3e2723 !important;
  color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900[disabled] {
  background-color: rgba(62, 39, 35, 0.12) !important;
  color: rgba(62, 39, 35, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-900-fg {
  color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900-border {
  border-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900-border-top {
  border-top-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900-border-right {
  border-right-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900-border-bottom {
  border-bottom-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-900-border-left {
  border-left-color: #3e2723 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-bg {
  background-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100 {
  background-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(215, 204, 200, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-fg {
  color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-border {
  border-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-border-top {
  border-top-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A100-border-left {
  border-left-color: #d7ccc8 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-bg {
  background-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200 {
  background-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(188, 170, 164, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-fg {
  color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-border {
  border-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-border-top {
  border-top-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A200-border-left {
  border-left-color: #bcaaa4 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-bg {
  background-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400 {
  background-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(141, 110, 99, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-fg {
  color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-border {
  border-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-border-top {
  border-top-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A400-border-left {
  border-left-color: #8d6e63 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-bg {
  background-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700 {
  background-color: #5d4037 !important;
  color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(93, 64, 55, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-fg {
  color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-border {
  border-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-border-top {
  border-top-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-brown-A700-border-left {
  border-left-color: #5d4037 !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-bg {
  background-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-fg {
  color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-border {
  border-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-bg {
  background-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-fg {
  color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-border {
  border-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-bg {
  background-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-fg {
  color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-border {
  border-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-border-top {
  border-top-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-border-right {
  border-right-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-200-border-left {
  border-left-color: #80deea !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-bg {
  background-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-fg {
  color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-border {
  border-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-bg {
  background-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-fg {
  color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-border {
  border-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-border-top {
  border-top-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-border-right {
  border-right-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-400-border-left {
  border-left-color: #26c6da !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-bg {
  background-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-fg {
  color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-border {
  border-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-bg {
  background-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-fg {
  color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-border {
  border-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-border-top {
  border-top-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-border-right {
  border-right-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-border-left {
  border-left-color: #00bcd4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-bg {
  background-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-fg {
  color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-border {
  border-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-bg {
  background-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-fg {
  color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-border {
  border-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-bg {
  background-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-fg {
  color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-border {
  border-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-border-top {
  border-top-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-border-right {
  border-right-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-800-border-left {
  border-left-color: #00838f !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-bg {
  background-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-fg {
  color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-border {
  border-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-border-top {
  border-top-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-border-right {
  border-right-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-900-border-left {
  border-left-color: #006064 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-bg {
  background-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-fg {
  color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-border {
  border-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-bg {
  background-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-fg {
  color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-border {
  border-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-bg {
  background-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-fg {
  color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-border {
  border-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-bg {
  background-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-fg {
  color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-border {
  border-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-bg {
  background-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50[disabled] {
  background-color: rgba(251, 233, 231, 0.12) !important;
  color: rgba(251, 233, 231, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-fg {
  color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-border {
  border-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-border-top {
  border-top-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-border-bottom {
  border-bottom-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-50-border-left {
  border-left-color: #fbe9e7 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-bg {
  background-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100 {
  background-color: #ffccbc !important;
  color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100[disabled] {
  background-color: rgba(255, 204, 188, 0.12) !important;
  color: rgba(255, 204, 188, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-fg {
  color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-border {
  border-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-border-top {
  border-top-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-border-bottom {
  border-bottom-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-100-border-left {
  border-left-color: #ffccbc !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-bg {
  background-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200 {
  background-color: #ffab91 !important;
  color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200[disabled] {
  background-color: rgba(255, 171, 145, 0.12) !important;
  color: rgba(255, 171, 145, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-fg {
  color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-border {
  border-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-border-top {
  border-top-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-border-bottom {
  border-bottom-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-200-border-left {
  border-left-color: #ffab91 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-bg {
  background-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300[disabled] {
  background-color: rgba(255, 138, 101, 0.12) !important;
  color: rgba(255, 138, 101, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-fg {
  color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-border {
  border-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-border-top {
  border-top-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-border-bottom {
  border-bottom-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-300-border-left {
  border-left-color: #ff8a65 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-bg {
  background-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400 {
  background-color: #ff7043 !important;
  color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400[disabled] {
  background-color: rgba(255, 112, 67, 0.12) !important;
  color: rgba(255, 112, 67, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-fg {
  color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-border {
  border-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-border-top {
  border-top-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-border-bottom {
  border-bottom-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-400-border-left {
  border-left-color: #ff7043 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-bg {
  background-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500 {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-fg {
  color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-border {
  border-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-500-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-bg {
  background-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange {
  background-color: #ff5722 !important;
  color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 87, 34, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-fg {
  color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-border {
  border-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-border-top {
  border-top-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-border-bottom {
  border-bottom-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-border-left {
  border-left-color: #ff5722 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-bg {
  background-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600 {
  background-color: #f4511e !important;
  color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600[disabled] {
  background-color: rgba(244, 81, 30, 0.12) !important;
  color: rgba(244, 81, 30, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-fg {
  color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-border {
  border-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-border-top {
  border-top-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-border-bottom {
  border-bottom-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-600-border-left {
  border-left-color: #f4511e !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-bg {
  background-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700 {
  background-color: #e64a19 !important;
  color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700[disabled] {
  background-color: rgba(230, 74, 25, 0.12) !important;
  color: rgba(230, 74, 25, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-fg {
  color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-border {
  border-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-border-top {
  border-top-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-border-bottom {
  border-bottom-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-700-border-left {
  border-left-color: #e64a19 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-bg {
  background-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800 {
  background-color: #d84315 !important;
  color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800[disabled] {
  background-color: rgba(216, 67, 21, 0.12) !important;
  color: rgba(216, 67, 21, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-fg {
  color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-border {
  border-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-border-top {
  border-top-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-border-bottom {
  border-bottom-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-800-border-left {
  border-left-color: #d84315 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-bg {
  background-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900 {
  background-color: #bf360c !important;
  color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900[disabled] {
  background-color: rgba(191, 54, 12, 0.12) !important;
  color: rgba(191, 54, 12, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-fg {
  color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-border {
  border-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-border-top {
  border-top-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-border-bottom {
  border-bottom-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-900-border-left {
  border-left-color: #bf360c !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-bg {
  background-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100[disabled] {
  background-color: rgba(255, 158, 128, 0.12) !important;
  color: rgba(255, 158, 128, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-fg {
  color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-border {
  border-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-border-top {
  border-top-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-border-bottom {
  border-bottom-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A100-border-left {
  border-left-color: #ff9e80 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-bg {
  background-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200[disabled] {
  background-color: rgba(255, 110, 64, 0.12) !important;
  color: rgba(255, 110, 64, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-fg {
  color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-border {
  border-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-border-top {
  border-top-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-border-bottom {
  border-bottom-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A200-border-left {
  border-left-color: #ff6e40 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-bg {
  background-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400[disabled] {
  background-color: rgba(255, 61, 0, 0.12) !important;
  color: rgba(255, 61, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-fg {
  color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-border {
  border-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-border-top {
  border-top-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-border-bottom {
  border-bottom-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A400-border-left {
  border-left-color: #ff3d00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-bg {
  background-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700[disabled] {
  background-color: rgba(221, 44, 0, 0.12) !important;
  color: rgba(221, 44, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-fg {
  color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-border {
  border-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-border-top {
  border-top-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-border-bottom {
  border-bottom-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-orange-A700-border-left {
  border-left-color: #dd2c00 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-bg {
  background-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50[disabled] {
  background-color: rgba(237, 231, 246, 0.12) !important;
  color: rgba(237, 231, 246, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-fg {
  color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-border {
  border-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-border-top {
  border-top-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-border-bottom {
  border-bottom-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-50-border-left {
  border-left-color: #ede7f6 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-bg {
  background-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100[disabled] {
  background-color: rgba(209, 196, 233, 0.12) !important;
  color: rgba(209, 196, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-fg {
  color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-border {
  border-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-border-top {
  border-top-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-border-bottom {
  border-bottom-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-100-border-left {
  border-left-color: #d1c4e9 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-bg {
  background-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200 {
  background-color: #b39ddb !important;
  color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200[disabled] {
  background-color: rgba(179, 157, 219, 0.12) !important;
  color: rgba(179, 157, 219, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-fg {
  color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-border {
  border-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-border-top {
  border-top-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-border-bottom {
  border-bottom-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-200-border-left {
  border-left-color: #b39ddb !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-bg {
  background-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300 {
  background-color: #9575cd !important;
  color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300[disabled] {
  background-color: rgba(149, 117, 205, 0.12) !important;
  color: rgba(149, 117, 205, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-fg {
  color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-border {
  border-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-border-top {
  border-top-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-border-bottom {
  border-bottom-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-300-border-left {
  border-left-color: #9575cd !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-bg {
  background-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400[disabled] {
  background-color: rgba(126, 87, 194, 0.12) !important;
  color: rgba(126, 87, 194, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-fg {
  color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-border {
  border-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-border-top {
  border-top-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-border-bottom {
  border-bottom-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-400-border-left {
  border-left-color: #7e57c2 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-bg {
  background-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500 {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-fg {
  color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-border {
  border-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-500-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-bg {
  background-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple {
  background-color: #673ab7 !important;
  color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(103, 58, 183, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-fg {
  color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-border {
  border-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-border-top {
  border-top-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-border-bottom {
  border-bottom-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-border-left {
  border-left-color: #673ab7 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-bg {
  background-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600[disabled] {
  background-color: rgba(94, 53, 177, 0.12) !important;
  color: rgba(94, 53, 177, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-fg {
  color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-border {
  border-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-border-top {
  border-top-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-border-bottom {
  border-bottom-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-600-border-left {
  border-left-color: #5e35b1 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-bg {
  background-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700 {
  background-color: #512da8 !important;
  color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700[disabled] {
  background-color: rgba(81, 45, 168, 0.12) !important;
  color: rgba(81, 45, 168, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-fg {
  color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-border {
  border-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-border-top {
  border-top-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-border-bottom {
  border-bottom-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-700-border-left {
  border-left-color: #512da8 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-bg {
  background-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800 {
  background-color: #4527a0 !important;
  color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800[disabled] {
  background-color: rgba(69, 39, 160, 0.12) !important;
  color: rgba(69, 39, 160, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-fg {
  color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-border {
  border-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-border-top {
  border-top-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-border-bottom {
  border-bottom-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-800-border-left {
  border-left-color: #4527a0 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-bg {
  background-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900 {
  background-color: #311b92 !important;
  color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900[disabled] {
  background-color: rgba(49, 27, 146, 0.12) !important;
  color: rgba(49, 27, 146, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-fg {
  color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-border {
  border-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-border-top {
  border-top-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-border-bottom {
  border-bottom-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-900-border-left {
  border-left-color: #311b92 !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-bg {
  background-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100 {
  background-color: #b388ff !important;
  color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100[disabled] {
  background-color: rgba(179, 136, 255, 0.12) !important;
  color: rgba(179, 136, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-fg {
  color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-border {
  border-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-border-top {
  border-top-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-border-bottom {
  border-bottom-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A100-border-left {
  border-left-color: #b388ff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-bg {
  background-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200[disabled] {
  background-color: rgba(124, 77, 255, 0.12) !important;
  color: rgba(124, 77, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-fg {
  color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-border {
  border-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-border-top {
  border-top-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-border-bottom {
  border-bottom-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A200-border-left {
  border-left-color: #7c4dff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-bg {
  background-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400 {
  background-color: #651fff !important;
  color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400[disabled] {
  background-color: rgba(101, 31, 255, 0.12) !important;
  color: rgba(101, 31, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-fg {
  color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-border {
  border-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-border-top {
  border-top-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-border-bottom {
  border-bottom-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A400-border-left {
  border-left-color: #651fff !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-bg {
  background-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700 {
  background-color: #6200ea !important;
  color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700[disabled] {
  background-color: rgba(98, 0, 234, 0.12) !important;
  color: rgba(98, 0, 234, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-fg {
  color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-border {
  border-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-border-top {
  border-top-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-border-bottom {
  border-bottom-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-deep-purple-A700-border-left {
  border-left-color: #6200ea !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50 {
  background-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(232, 234, 246, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-fg {
  color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100 {
  background-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(197, 202, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-fg {
  color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-border {
  border-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-bg {
  background-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200 {
  background-color: #9fa8da !important;
  color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(159, 168, 218, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-fg {
  color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-border {
  border-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-bg {
  background-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300 {
  background-color: #7986cb !important;
  color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(121, 134, 203, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-fg {
  color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-border {
  border-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400 {
  background-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(92, 107, 192, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-fg {
  color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500 {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-fg {
  color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-border {
  border-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-bg {
  background-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo {
  background-color: #3f51b5 !important;
  color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(63, 81, 181, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-fg {
  color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-border {
  border-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-bg {
  background-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600 {
  background-color: #3949ab !important;
  color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(57, 73, 171, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-fg {
  color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-border {
  border-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-bg {
  background-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700 {
  background-color: #303f9f !important;
  color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(48, 63, 159, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-fg {
  color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-border {
  border-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-bg {
  background-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800 {
  background-color: #283593 !important;
  color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(40, 53, 147, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-fg {
  color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-border {
  border-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-bg {
  background-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900 {
  background-color: #1a237e !important;
  color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(26, 35, 126, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-fg {
  color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-border {
  border-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100 {
  background-color: #8c9eff !important;
  color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(140, 158, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-fg {
  color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-border {
  border-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-bg {
  background-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200 {
  background-color: #536dfe !important;
  color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(83, 109, 254, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-fg {
  color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-border {
  border-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400 {
  background-color: #3d5afe !important;
  color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(61, 90, 254, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-fg {
  color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-border {
  border-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-bg {
  background-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700 {
  background-color: #304ffe !important;
  color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(48, 79, 254, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-fg {
  color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-border {
  border-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-indigo-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-fg {
  color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-fg {
  color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-border {
  border-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-fg {
  color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-bg {
  background-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-fg {
  color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-border {
  border-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-fg {
  color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-border {
  border-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-bg {
  background-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-fg {
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-border {
  border-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-bg {
  background-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-fg {
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-border {
  border-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-bg {
  background-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-fg {
  color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-border {
  border-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-bg {
  background-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-fg {
  color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-border {
  border-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-bg {
  background-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-fg {
  color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-border {
  border-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-bg {
  background-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-fg {
  color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-border {
  border-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-fg {
  color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-border {
  border-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-fg {
  color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-fg {
  color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-border {
  border-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-fg {
  color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-border {
  border-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-bg {
  background-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50 {
  background-color: #f9fbe7 !important;
  color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50[disabled] {
  background-color: rgba(249, 251, 231, 0.12) !important;
  color: rgba(249, 251, 231, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-50-fg {
  color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-border {
  border-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-border-top {
  border-top-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-border-bottom {
  border-bottom-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-50-border-left {
  border-left-color: #f9fbe7 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-bg {
  background-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100 {
  background-color: #f0f4c3 !important;
  color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100[disabled] {
  background-color: rgba(240, 244, 195, 0.12) !important;
  color: rgba(240, 244, 195, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-100-fg {
  color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-border {
  border-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-border-top {
  border-top-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-border-bottom {
  border-bottom-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-100-border-left {
  border-left-color: #f0f4c3 !important;
}
body.theme-blue-gray-dark .gt2-lime-200-bg {
  background-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200 {
  background-color: #e6ee9c !important;
  color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200[disabled] {
  background-color: rgba(230, 238, 156, 0.12) !important;
  color: rgba(230, 238, 156, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-200-fg {
  color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200-border {
  border-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200-border-top {
  border-top-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200-border-bottom {
  border-bottom-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-200-border-left {
  border-left-color: #e6ee9c !important;
}
body.theme-blue-gray-dark .gt2-lime-300-bg {
  background-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300 {
  background-color: #dce775 !important;
  color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300[disabled] {
  background-color: rgba(220, 231, 117, 0.12) !important;
  color: rgba(220, 231, 117, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-300-fg {
  color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300-border {
  border-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300-border-top {
  border-top-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300-border-right {
  border-right-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300-border-bottom {
  border-bottom-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-300-border-left {
  border-left-color: #dce775 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-bg {
  background-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400 {
  background-color: #d4e157 !important;
  color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400[disabled] {
  background-color: rgba(212, 225, 87, 0.12) !important;
  color: rgba(212, 225, 87, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-400-fg {
  color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-border {
  border-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-border-top {
  border-top-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-border-right {
  border-right-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-border-bottom {
  border-bottom-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-400-border-left {
  border-left-color: #d4e157 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-bg {
  background-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500 {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-500-fg {
  color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-border {
  border-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-500-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-bg {
  background-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime {
  background-color: #cddc39 !important;
  color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(205, 220, 57, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-fg {
  color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-border {
  border-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-border-top {
  border-top-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-border-right {
  border-right-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-border-bottom {
  border-bottom-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-border-left {
  border-left-color: #cddc39 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-bg {
  background-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600 {
  background-color: #c0ca33 !important;
  color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600[disabled] {
  background-color: rgba(192, 202, 51, 0.12) !important;
  color: rgba(192, 202, 51, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-600-fg {
  color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-border {
  border-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-border-top {
  border-top-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-border-bottom {
  border-bottom-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-600-border-left {
  border-left-color: #c0ca33 !important;
}
body.theme-blue-gray-dark .gt2-lime-700-bg {
  background-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700 {
  background-color: #afb42b !important;
  color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700[disabled] {
  background-color: rgba(175, 180, 43, 0.12) !important;
  color: rgba(175, 180, 43, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-700-fg {
  color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700-border {
  border-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700-border-top {
  border-top-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700-border-right {
  border-right-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700-border-bottom {
  border-bottom-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-700-border-left {
  border-left-color: #afb42b !important;
}
body.theme-blue-gray-dark .gt2-lime-800-bg {
  background-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800 {
  background-color: #9e9d24 !important;
  color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800[disabled] {
  background-color: rgba(158, 157, 36, 0.12) !important;
  color: rgba(158, 157, 36, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-800-fg {
  color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800-border {
  border-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800-border-top {
  border-top-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800-border-bottom {
  border-bottom-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-800-border-left {
  border-left-color: #9e9d24 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-bg {
  background-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900 {
  background-color: #827717 !important;
  color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900[disabled] {
  background-color: rgba(130, 119, 23, 0.12) !important;
  color: rgba(130, 119, 23, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-900-fg {
  color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-border {
  border-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-border-top {
  border-top-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-border-right {
  border-right-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-border-bottom {
  border-bottom-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-900-border-left {
  border-left-color: #827717 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-bg {
  background-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100 {
  background-color: #f4ff81 !important;
  color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100[disabled] {
  background-color: rgba(244, 255, 129, 0.12) !important;
  color: rgba(244, 255, 129, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-fg {
  color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-border {
  border-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-border-top {
  border-top-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-border-bottom {
  border-bottom-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A100-border-left {
  border-left-color: #f4ff81 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-bg {
  background-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200 {
  background-color: #eeff41 !important;
  color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200[disabled] {
  background-color: rgba(238, 255, 65, 0.12) !important;
  color: rgba(238, 255, 65, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-fg {
  color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-border {
  border-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-border-top {
  border-top-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-border-bottom {
  border-bottom-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A200-border-left {
  border-left-color: #eeff41 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-bg {
  background-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400 {
  background-color: #c6ff00 !important;
  color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400[disabled] {
  background-color: rgba(198, 255, 0, 0.12) !important;
  color: rgba(198, 255, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-fg {
  color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-border {
  border-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-border-top {
  border-top-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-border-bottom {
  border-bottom-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A400-border-left {
  border-left-color: #c6ff00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-bg {
  background-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700 {
  background-color: #aeea00 !important;
  color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700[disabled] {
  background-color: rgba(174, 234, 0, 0.12) !important;
  color: rgba(174, 234, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-fg {
  color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-border {
  border-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-border-top {
  border-top-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-border-bottom {
  border-bottom-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-lime-A700-border-left {
  border-left-color: #aeea00 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-bg {
  background-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-50-fg {
  color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-border {
  border-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-bg {
  background-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-100-fg {
  color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-border {
  border-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-bg {
  background-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-200-fg {
  color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-border {
  border-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
body.theme-blue-gray-dark .gt2-orange-300-bg {
  background-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-300-fg {
  color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300-border {
  border-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300-border-top {
  border-top-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300-border-right {
  border-right-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-300-border-left {
  border-left-color: #ffb74d !important;
}
body.theme-blue-gray-dark .gt2-orange-400-bg {
  background-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-400-fg {
  color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400-border {
  border-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400-border-top {
  border-top-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400-border-right {
  border-right-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-400-border-left {
  border-left-color: #ffa726 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-bg {
  background-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-500-fg {
  color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-border {
  border-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-500-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-bg {
  background-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-fg {
  color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-border {
  border-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-bg {
  background-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-600-fg {
  color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-border {
  border-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-bg {
  background-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-700-fg {
  color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-border {
  border-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-border-top {
  border-top-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-border-right {
  border-right-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-700-border-left {
  border-left-color: #f57c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-bg {
  background-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-800-fg {
  color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-border {
  border-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-bg {
  background-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-900-fg {
  color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-border {
  border-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-border-top {
  border-top-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-border-right {
  border-right-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-900-border-left {
  border-left-color: #e65100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-bg {
  background-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-fg {
  color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-border {
  border-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-bg {
  background-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-fg {
  color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-border {
  border-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-bg {
  background-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-fg {
  color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-border {
  border-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-bg {
  background-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-fg {
  color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-border {
  border-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-bg {
  background-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50 {
  background-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(224, 242, 241, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-50-fg {
  color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-border {
  border-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-border-top {
  border-top-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-50-border-left {
  border-left-color: #e0f2f1 !important;
}
body.theme-blue-gray-dark .gt2-teal-100-bg {
  background-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100 {
  background-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(178, 223, 219, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-100-fg {
  color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100-border {
  border-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100-border-top {
  border-top-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-100-border-left {
  border-left-color: #b2dfdb !important;
}
body.theme-blue-gray-dark .gt2-teal-200-bg {
  background-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200 {
  background-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(128, 203, 196, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-200-fg {
  color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200-border {
  border-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200-border-top {
  border-top-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-200-border-left {
  border-left-color: #80cbc4 !important;
}
body.theme-blue-gray-dark .gt2-teal-300-bg {
  background-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300 {
  background-color: #4db6ac !important;
  color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(77, 182, 172, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-300-fg {
  color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300-border {
  border-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300-border-top {
  border-top-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300-border-right {
  border-right-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-300-border-left {
  border-left-color: #4db6ac !important;
}
body.theme-blue-gray-dark .gt2-teal-400-bg {
  background-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400 {
  background-color: #26a69a !important;
  color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(38, 166, 154, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-400-fg {
  color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400-border {
  border-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400-border-top {
  border-top-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400-border-right {
  border-right-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-400-border-left {
  border-left-color: #26a69a !important;
}
body.theme-blue-gray-dark .gt2-teal-500-bg {
  background-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500 {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-500-fg {
  color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500-border {
  border-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500-border-top {
  border-top-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500-border-right {
  border-right-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-500-border-left {
  border-left-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-bg {
  background-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal {
  background-color: #009688 !important;
  color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(0, 150, 136, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-fg {
  color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-border {
  border-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-border-top {
  border-top-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-border-right {
  border-right-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-border-bottom {
  border-bottom-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-border-left {
  border-left-color: #009688 !important;
}
body.theme-blue-gray-dark .gt2-teal-600-bg {
  background-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600 {
  background-color: #00897b !important;
  color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(0, 137, 123, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-600-fg {
  color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600-border {
  border-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600-border-top {
  border-top-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600-border-right {
  border-right-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600-border-bottom {
  border-bottom-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-600-border-left {
  border-left-color: #00897b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-bg {
  background-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700 {
  background-color: #00796b !important;
  color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(0, 121, 107, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-700-fg {
  color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-border {
  border-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-border-top {
  border-top-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-border-right {
  border-right-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-border-bottom {
  border-bottom-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-700-border-left {
  border-left-color: #00796b !important;
}
body.theme-blue-gray-dark .gt2-teal-800-bg {
  background-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800 {
  background-color: #00695c !important;
  color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(0, 105, 92, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-800-fg {
  color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800-border {
  border-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800-border-top {
  border-top-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800-border-right {
  border-right-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800-border-bottom {
  border-bottom-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-800-border-left {
  border-left-color: #00695c !important;
}
body.theme-blue-gray-dark .gt2-teal-900-bg {
  background-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900 {
  background-color: #004d40 !important;
  color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(0, 77, 64, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-900-fg {
  color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900-border {
  border-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900-border-top {
  border-top-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900-border-right {
  border-right-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-900-border-left {
  border-left-color: #004d40 !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-bg {
  background-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100 {
  background-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(167, 255, 235, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-fg {
  color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-border {
  border-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-border-top {
  border-top-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A100-border-left {
  border-left-color: #a7ffeb !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-bg {
  background-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200 {
  background-color: #64ffda !important;
  color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(100, 255, 218, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-fg {
  color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-border {
  border-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-border-top {
  border-top-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-border-right {
  border-right-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A200-border-left {
  border-left-color: #64ffda !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-bg {
  background-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400 {
  background-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(29, 233, 182, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-fg {
  color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-border {
  border-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-border-top {
  border-top-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A400-border-left {
  border-left-color: #1de9b6 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-bg {
  background-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700 {
  background-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 191, 165, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-fg {
  color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-border {
  border-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-border-top {
  border-top-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-teal-A700-border-left {
  border-left-color: #00bfa5 !important;
}
body.theme-blue-gray-dark .gt2-gray-50-bg {
  background-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-50-fg {
  color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50-border {
  border-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-gray-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-100-fg {
  color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-gray-200-bg {
  background-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-200-fg {
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200-border {
  border-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-300-fg {
  color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-gray-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-400-fg {
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400-border {
  border-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-500-fg {
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500-border {
  border-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-bg {
  background-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-fg {
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-border {
  border-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-gray-600-bg {
  background-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-600-fg {
  color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600-border {
  border-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-bg {
  background-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-700-fg {
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-border {
  border-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-bg {
  background-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-800-fg {
  color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-border {
  border-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-bg {
  background-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-900-fg {
  color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-border {
  border-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-bg {
  background-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-fg {
  color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-border {
  border-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-fg {
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-border {
  border-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-fg {
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-bg {
  background-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-fg {
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-border {
  border-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-gray-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-50-bg {
  background-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50 {
  background-color: #fafafa !important;
  color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(250, 250, 250, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-50-fg {
  color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50-border {
  border-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-blue-gray-dark .gt2-grey-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100 {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(245, 245, 245, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-100-fg {
  color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-blue-gray-dark .gt2-grey-200-bg {
  background-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-200-fg {
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200-border {
  border-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300 {
  background-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(224, 224, 224, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-300-fg {
  color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-blue-gray-dark .gt2-grey-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-400-fg {
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400-border {
  border-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500 {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-500-fg {
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500-border {
  border-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-bg {
  background-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey {
  background-color: #9e9e9e !important;
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(158, 158, 158, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-fg {
  color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-border {
  border-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-blue-gray-dark .gt2-grey-600-bg {
  background-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600 {
  background-color: #757575 !important;
  color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(117, 117, 117, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-600-fg {
  color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600-border {
  border-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-bg {
  background-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-700-fg {
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-border {
  border-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-bg {
  background-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800 {
  background-color: #424242 !important;
  color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(66, 66, 66, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-800-fg {
  color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-border {
  border-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-bg {
  background-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900 {
  background-color: #212121 !important;
  color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(33, 33, 33, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-900-fg {
  color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-border {
  border-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-bg {
  background-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100 {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-fg {
  color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-border {
  border-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200 {
  background-color: #eeeeee !important;
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(238, 238, 238, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-fg {
  color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-border {
  border-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400 {
  background-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(189, 189, 189, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-fg {
  color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-bg {
  background-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700 {
  background-color: #616161 !important;
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(97, 97, 97, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-fg {
  color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-border {
  border-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-grey-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-bg {
  background-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-fg {
  color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-border {
  border-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-bg {
  background-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-fg {
  color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-border {
  border-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-bg {
  background-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-fg {
  color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-border {
  border-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-border-top {
  border-top-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-border-right {
  border-right-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-200-border-left {
  border-left-color: #fff59d !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-bg {
  background-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-fg {
  color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-border {
  border-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-border-top {
  border-top-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-border-right {
  border-right-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-300-border-left {
  border-left-color: #fff176 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-bg {
  background-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-fg {
  color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-border {
  border-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-bg {
  background-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-fg {
  color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-border {
  border-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-bg {
  background-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-fg {
  color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-border {
  border-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-bg {
  background-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-fg {
  color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-border {
  border-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-bg {
  background-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-fg {
  color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-border {
  border-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-bg {
  background-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-fg {
  color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-border {
  border-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-bg {
  background-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-fg {
  color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-border {
  border-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-bg {
  background-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-fg {
  color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-border {
  border-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-bg {
  background-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-fg {
  color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-border {
  border-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-bg {
  background-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-fg {
  color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-border {
  border-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-bg {
  background-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-fg {
  color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-border {
  border-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50 {
  background-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(255, 248, 225, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-fg {
  color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-border {
  border-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100 {
  background-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(255, 236, 179, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-fg {
  color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-border {
  border-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-bg {
  background-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200 {
  background-color: #ffe082 !important;
  color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(255, 224, 130, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-fg {
  color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-border {
  border-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-bg {
  background-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300 {
  background-color: #ffd54f !important;
  color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 213, 79, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-fg {
  color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-border {
  border-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-bg {
  background-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400 {
  background-color: #ffca28 !important;
  color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 202, 40, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-fg {
  color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-border {
  border-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-bg {
  background-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500 {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-fg {
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-border {
  border-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-bg {
  background-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button {
  background-color: #ffc107 !important;
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 193, 7, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-fg {
  color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-border {
  border-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-bg {
  background-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600 {
  background-color: #ffb300 !important;
  color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 179, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-fg {
  color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-border {
  border-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-bg {
  background-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700 {
  background-color: #ffa000 !important;
  color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 160, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-fg {
  color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-border {
  border-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800 {
  background-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 143, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-fg {
  color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-border {
  border-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900 {
  background-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 111, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-fg {
  color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-border {
  border-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-bg {
  background-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100 {
  background-color: #ffe57f !important;
  color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(255, 229, 127, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-fg {
  color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-border {
  border-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-border-top {
  border-top-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-border-right {
  border-right-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A100-border-left {
  border-left-color: #ffe57f !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200 {
  background-color: #ffd740 !important;
  color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 215, 64, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-fg {
  color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-border {
  border-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400 {
  background-color: #ffc400 !important;
  color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 196, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-fg {
  color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-border {
  border-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700 {
  background-color: #ffab00 !important;
  color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 171, 0, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-fg {
  color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-border {
  border-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-edit-button-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-bg {
  background-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50 {
  background-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(241, 248, 233, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-fg {
  color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-border {
  border-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-border-top {
  border-top-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-border-right {
  border-right-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-50-border-left {
  border-left-color: #f1f8e9 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-bg {
  background-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100 {
  background-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(220, 237, 200, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-fg {
  color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-border {
  border-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-border-top {
  border-top-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-border-right {
  border-right-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-100-border-left {
  border-left-color: #dcedc8 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-bg {
  background-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200 {
  background-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(197, 225, 165, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-fg {
  color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-border {
  border-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-border-top {
  border-top-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-border-right {
  border-right-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-200-border-left {
  border-left-color: #c5e1a5 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-bg {
  background-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300 {
  background-color: #aed581 !important;
  color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(174, 213, 129, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-fg {
  color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-border {
  border-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-border-top {
  border-top-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-border-right {
  border-right-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-300-border-left {
  border-left-color: #aed581 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-bg {
  background-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400 {
  background-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(156, 204, 101, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-fg {
  color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-border {
  border-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-border-top {
  border-top-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-border-right {
  border-right-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-400-border-left {
  border-left-color: #9ccc65 !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-bg {
  background-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500 {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-fg {
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-border {
  border-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-500-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-bg {
  background-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button {
  background-color: #8bc34a !important;
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(139, 195, 74, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-fg {
  color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-border {
  border-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-border-top {
  border-top-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-border-right {
  border-right-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-border-bottom {
  border-bottom-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-border-left {
  border-left-color: #8bc34a !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-bg {
  background-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600 {
  background-color: #7cb342 !important;
  color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(124, 179, 66, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-fg {
  color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-border {
  border-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-border-top {
  border-top-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-border-right {
  border-right-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-600-border-left {
  border-left-color: #7cb342 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-bg {
  background-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700 {
  background-color: #689f38 !important;
  color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(104, 159, 56, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-fg {
  color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-border {
  border-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-border-top {
  border-top-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-border-right {
  border-right-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-700-border-left {
  border-left-color: #689f38 !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-bg {
  background-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800 {
  background-color: #558b2f !important;
  color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(85, 139, 47, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-fg {
  color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-border {
  border-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-border-top {
  border-top-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-border-right {
  border-right-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-800-border-left {
  border-left-color: #558b2f !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-bg {
  background-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900 {
  background-color: #33691e !important;
  color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(51, 105, 30, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-fg {
  color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-border {
  border-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-border-top {
  border-top-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-border-right {
  border-right-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-border-bottom {
  border-bottom-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-900-border-left {
  border-left-color: #33691e !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-bg {
  background-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100 {
  background-color: #ccff90 !important;
  color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(204, 255, 144, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-fg {
  color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-border {
  border-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-border-top {
  border-top-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-border-right {
  border-right-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A100-border-left {
  border-left-color: #ccff90 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-bg {
  background-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200 {
  background-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(178, 255, 89, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-fg {
  color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-border {
  border-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-border-top {
  border-top-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-border-right {
  border-right-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A200-border-left {
  border-left-color: #b2ff59 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-bg {
  background-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400 {
  background-color: #76ff03 !important;
  color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(118, 255, 3, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-fg {
  color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-border {
  border-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-border-top {
  border-top-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-border-right {
  border-right-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A400-border-left {
  border-left-color: #76ff03 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-bg {
  background-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700 {
  background-color: #64dd17 !important;
  color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(100, 221, 23, 0.26) !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-fg {
  color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-border {
  border-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-border-top {
  border-top-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-border-right {
  border-right-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
body.theme-blue-gray-dark .gt2-create-button-A700-border-left {
  border-left-color: #64dd17 !important;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: white !important;
}
body.theme-pink-dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #e91e63;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #e91e63;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e91e63;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #e91e63;
  --mdc-filled-text-field-focus-active-indicator-color: #e91e63;
  --mdc-filled-text-field-focus-label-text-color: rgba(233, 30, 99, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #e91e63;
  --mdc-outlined-text-field-focus-outline-color: #e91e63;
  --mdc-outlined-text-field-focus-label-text-color: rgba(233, 30, 99, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(233, 30, 99, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(233, 30, 99, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #f06292;
  --mdc-switch-selected-handle-color: #f06292;
  --mdc-switch-selected-hover-state-layer-color: #f06292;
  --mdc-switch-selected-pressed-state-layer-color: #f06292;
  --mdc-switch-selected-focus-handle-color: #f48fb1;
  --mdc-switch-selected-hover-handle-color: #f48fb1;
  --mdc-switch-selected-pressed-handle-color: #f48fb1;
  --mdc-switch-selected-focus-track-color: #d81b60;
  --mdc-switch-selected-hover-track-color: #d81b60;
  --mdc-switch-selected-pressed-track-color: #d81b60;
  --mdc-switch-selected-track-color: #d81b60;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #e91e63;
  --mdc-slider-focus-handle-color: #e91e63;
  --mdc-slider-hover-handle-color: #e91e63;
  --mdc-slider-active-track-color: #e91e63;
  --mdc-slider-inactive-track-color: #e91e63;
  --mdc-slider-with-tick-marks-inactive-container-color: #e91e63;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #e91e63;
  --mat-slider-hover-state-layer-color: rgba(233, 30, 99, 0.05);
  --mat-slider-focus-state-layer-color: rgba(233, 30, 99, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #e91e63;
  --mdc-checkbox-selected-hover-state-layer-color: #e91e63;
  --mdc-checkbox-selected-pressed-state-layer-color: #e91e63;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #424242;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #e91e63;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #e91e63;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e91e63;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 30, 99, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 30, 99, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 30, 99, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #e91e63;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 30, 99, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e91e63;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e91e63;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e91e63;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
}
body.theme-pink-dark .mat-accent {
  --mat-option-selected-state-label-text-color: #e91e63;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-pink-dark .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-pink-dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #e91e63;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e91e63;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-pink-dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #e91e63;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e91e63;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-pink-dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-pink-dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #e91e63;
  --mdc-linear-progress-track-color: rgba(233, 30, 99, 0.25);
}
body.theme-pink-dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #e91e63;
  --mdc-linear-progress-track-color: rgba(233, 30, 99, 0.25);
}
body.theme-pink-dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-pink-dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #e91e63;
  --mdc-filled-text-field-focus-active-indicator-color: #e91e63;
  --mdc-filled-text-field-focus-label-text-color: rgba(233, 30, 99, 0.87);
  --mdc-outlined-text-field-caret-color: #e91e63;
  --mdc-outlined-text-field-focus-outline-color: #e91e63;
  --mdc-outlined-text-field-focus-label-text-color: rgba(233, 30, 99, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(233, 30, 99, 0.87);
}
body.theme-pink-dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-pink-dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(233, 30, 99, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-pink-dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-pink-dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-pink-dark .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #e91e63;
  --mdc-chip-elevated-selected-container-color: #e91e63;
  --mdc-chip-elevated-disabled-container-color: #e91e63;
  --mdc-chip-flat-disabled-selected-container-color: #e91e63;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #e91e63;
  --mdc-chip-elevated-selected-container-color: #e91e63;
  --mdc-chip-elevated-disabled-container-color: #e91e63;
  --mdc-chip-flat-disabled-selected-container-color: #e91e63;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-pink-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-pink-dark .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-pink-dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-pink-dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
body.theme-pink-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #f06292;
  --mdc-switch-selected-handle-color: #f06292;
  --mdc-switch-selected-hover-state-layer-color: #f06292;
  --mdc-switch-selected-pressed-state-layer-color: #f06292;
  --mdc-switch-selected-focus-handle-color: #f48fb1;
  --mdc-switch-selected-hover-handle-color: #f48fb1;
  --mdc-switch-selected-pressed-handle-color: #f48fb1;
  --mdc-switch-selected-focus-track-color: #d81b60;
  --mdc-switch-selected-hover-track-color: #d81b60;
  --mdc-switch-selected-pressed-track-color: #d81b60;
  --mdc-switch-selected-track-color: #d81b60;
}
body.theme-pink-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
body.theme-pink-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #e91e63;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-pink-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #e91e63;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-pink-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-pink-dark .mat-accent {
  --mdc-slider-handle-color: #e91e63;
  --mdc-slider-focus-handle-color: #e91e63;
  --mdc-slider-hover-handle-color: #e91e63;
  --mdc-slider-active-track-color: #e91e63;
  --mdc-slider-inactive-track-color: #e91e63;
  --mdc-slider-with-tick-marks-inactive-container-color: #e91e63;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #e91e63;
  --mat-slider-hover-state-layer-color: rgba(233, 30, 99, 0.05);
  --mat-slider-focus-state-layer-color: rgba(233, 30, 99, 0.2);
}
body.theme-pink-dark .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-pink-dark .mdc-list-item__start,
body.theme-pink-dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
}
body.theme-pink-dark .mat-accent .mdc-list-item__start,
body.theme-pink-dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #e91e63;
  --mdc-radio-selected-hover-icon-color: #e91e63;
  --mdc-radio-selected-icon-color: #e91e63;
  --mdc-radio-selected-pressed-icon-color: #e91e63;
}
body.theme-pink-dark .mat-warn .mdc-list-item__start,
body.theme-pink-dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-pink-dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #e91e63;
  --mdc-checkbox-selected-hover-state-layer-color: #e91e63;
  --mdc-checkbox-selected-pressed-state-layer-color: #e91e63;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-pink-dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #e91e63;
  --mdc-checkbox-selected-hover-state-layer-color: #e91e63;
  --mdc-checkbox-selected-pressed-state-layer-color: #e91e63;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-pink-dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-pink-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #e91e63;
}
body.theme-pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-pink-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-pink-dark .mdc-list-item__start,
body.theme-pink-dark .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-pink-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-pink-dark .mat-mdc-tab-group,
body.theme-pink-dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #e91e63;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #e91e63;
  --mat-tab-header-active-ripple-color: #e91e63;
  --mat-tab-header-inactive-ripple-color: #e91e63;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #e91e63;
  --mat-tab-header-active-hover-label-text-color: #e91e63;
  --mat-tab-header-active-focus-indicator-color: #e91e63;
  --mat-tab-header-active-hover-indicator-color: #e91e63;
}
body.theme-pink-dark .mat-mdc-tab-group.mat-accent,
body.theme-pink-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #e91e63;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #e91e63;
  --mat-tab-header-active-ripple-color: #e91e63;
  --mat-tab-header-inactive-ripple-color: #e91e63;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #e91e63;
  --mat-tab-header-active-hover-label-text-color: #e91e63;
  --mat-tab-header-active-focus-indicator-color: #e91e63;
  --mat-tab-header-active-hover-indicator-color: #e91e63;
}
body.theme-pink-dark .mat-mdc-tab-group.mat-warn,
body.theme-pink-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-pink-dark .mat-mdc-tab-group.mat-background-primary,
body.theme-pink-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #e91e63;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-pink-dark .mat-mdc-tab-group.mat-background-accent,
body.theme-pink-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #e91e63;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-pink-dark .mat-mdc-tab-group.mat-background-warn,
body.theme-pink-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-pink-dark .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-pink-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #e91e63;
  --mdc-checkbox-selected-hover-icon-color: #e91e63;
  --mdc-checkbox-selected-icon-color: #e91e63;
  --mdc-checkbox-selected-pressed-icon-color: #e91e63;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #e91e63;
  --mdc-checkbox-selected-hover-state-layer-color: #e91e63;
  --mdc-checkbox-selected-pressed-state-layer-color: #e91e63;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-pink-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-pink-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #e91e63;
  --mat-text-button-state-layer-color: #e91e63;
  --mat-text-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #e91e63;
  --mat-text-button-state-layer-color: #e91e63;
  --mat-text-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-pink-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #e91e63;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #e91e63;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #e91e63;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #e91e63;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #e91e63;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #e91e63;
  --mat-outlined-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #e91e63;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #e91e63;
  --mat-outlined-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-pink-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #e91e63;
  --mat-icon-button-state-layer-color: #e91e63;
  --mat-icon-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #e91e63;
  --mat-icon-button-state-layer-color: #e91e63;
  --mat-icon-button-ripple-color: rgba(233, 30, 99, 0.1);
}
body.theme-pink-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-pink-dark .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-pink-dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #e91e63;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #e91e63;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #e91e63;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #e91e63;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #e91e63;
}
body.theme-pink-dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-pink-dark .mat-badge-accent {
  --mat-badge-background-color: #e91e63;
  --mat-badge-text-color: white;
}
body.theme-pink-dark .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-pink-dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e91e63;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 30, 99, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 30, 99, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 30, 99, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 30, 99, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-pink-dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.theme-pink-dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #e91e63;
}
body.theme-pink-dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-pink-dark .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-pink-dark .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-pink-dark .mat-icon.mat-primary {
  --mat-icon-color: #e91e63;
}
body.theme-pink-dark .mat-icon.mat-accent {
  --mat-icon-color: #e91e63;
}
body.theme-pink-dark .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-pink-dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e91e63;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e91e63;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e91e63;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-pink-dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-pink-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #e91e63;
  --mat-toolbar-container-text-color: white;
}
body.theme-pink-dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #e91e63;
  --mat-toolbar-container-text-color: white;
}
body.theme-pink-dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-pink-dark {
  color: white;
  background: #303030;
}
body.theme-pink-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .icon,
body.theme-pink-dark i {
  color: white;
}
body.theme-pink-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .disabled-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .fade-text,
body.theme-pink-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .fuse-card {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .fuse-card .card-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .avatar {
  color: white;
}
body.theme-pink-dark .form-wrapper {
  background-color: #424242;
}
body.theme-pink-dark .navigation-simple .item.selected {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .navigation-simple .subheader {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .simple-pagination {
  background: #424242;
}
body.theme-pink-dark .simple-pagination .pagination-item {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .simple-pagination .pagination-item:hover {
  color: white;
}
body.theme-pink-dark .simple-pagination .pagination-item.disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .price-tables .price-table {
  background: #424242;
}
body.theme-pink-dark .price-tables .price-table.style-1 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-1 .price .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-2 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-2 .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .terms {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .note {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .simple-table-container {
  background: #424242;
}
body.theme-pink-dark table.simple thead tr th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark table.simple tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark table.simple.clickable tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .page-layout.carded.fullwidth > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-pink-dark .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-pink-dark .page-layout.carded.right-sidebar > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-pink-dark .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-pink-dark .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .page-layout.simple.left-sidebar > .center > .content,
body.theme-pink-dark .page-layout.simple.right-sidebar > .center > .content {
  background: #424242;
}
body.theme-pink-dark .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-pink-dark .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: #424242;
}
body.theme-pink-dark a {
  color: #e91e63;
}
body.theme-pink-dark code:not(.highlight) {
  background-color: #212121;
}
body.theme-pink-dark .changelog .entry {
  background-color: #424242;
}
body.theme-pink-dark .text-boxed {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
}
body.theme-pink-dark fuse-countdown .fuse-countdown .time .title {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .fuse-search-bar.expanded {
  background-color: #303030;
}
body.theme-pink-dark #fuse-shortcuts.show-mobile-panel {
  background-color: #303030;
}
body.theme-pink-dark fuse-sidebar {
  background: var(--bg-colors);
}
body.theme-pink-dark .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-pink-dark .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group h2 {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #2a2d3b;
}
body.theme-pink-dark fuse-widget > .fuse-widget-front,
body.theme-pink-dark fuse-widget > .fuse-widget-back {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-panel #contacts-list {
  background-color: #212121;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #e91e63;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #212121;
}
body.theme-pink-dark chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-pink-dark chat-panel #chat .reply-form .message-text {
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .toolbar-separator {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-start .big-circle {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-view .chat .chat-toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-view .chat #chat-content .message-row.contact .bubble {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark chat-view .chat #chat-content .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}
body.theme-pink-dark chat-view .chat .chat-footer {
  background: #212121;
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-view .chat .chat-footer .reply-form .message-text {
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-view .chat .chat-footer .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark chat-chats-sidenav .sidenav-header mat-toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-chats-sidenav .sidenav-header mat-toolbar .search {
  background: #303030;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-chats-sidenav .sidenav-header mat-toolbar .search input {
  background: #303030;
  color: white;
}
body.theme-pink-dark chat-chats-sidenav .sidenav-content .contact-list .mat-subheader,
body.theme-pink-dark chat-chats-sidenav .sidenav-content .chat-list .mat-subheader {
  color: #e91e63;
}
body.theme-pink-dark chat-chats-sidenav .sidenav-content .contact-list .contact,
body.theme-pink-dark chat-chats-sidenav .sidenav-content .chat-list .contact {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-chats-sidenav .sidenav-content .contact-list .contact .contact-last-message,
body.theme-pink-dark chat-chats-sidenav .sidenav-content .chat-list .contact .contact-last-message {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark chat-chats-sidenav .sidenav-content .contact-list .contact .contact-mood,
body.theme-pink-dark chat-chats-sidenav .sidenav-content .chat-list .contact .contact-mood {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .primary-50-bg {
  background-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50 {
  background-color: #fce4ec !important;
  color: #fce4ec !important;
}
body.theme-pink-dark .primary-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(252, 228, 236, 0.26) !important;
}
body.theme-pink-dark .primary-50-fg {
  color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border {
  border-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-pink-dark .primary-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100 {
  background-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(248, 187, 208, 0.26) !important;
}
body.theme-pink-dark .primary-100-fg {
  color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200 {
  background-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(244, 143, 177, 0.26) !important;
}
body.theme-pink-dark .primary-200-fg {
  color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border {
  border-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-300-bg {
  background-color: #f06292 !important;
}
body.theme-pink-dark .primary-300 {
  background-color: #f06292 !important;
  color: #f06292 !important;
}
body.theme-pink-dark .primary-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(240, 98, 146, 0.26) !important;
}
body.theme-pink-dark .primary-300-fg {
  color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border {
  border-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-pink-dark .primary-400-bg {
  background-color: #ec407a !important;
}
body.theme-pink-dark .primary-400 {
  background-color: #ec407a !important;
  color: #ec407a !important;
}
body.theme-pink-dark .primary-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(236, 64, 122, 0.26) !important;
}
body.theme-pink-dark .primary-400-fg {
  color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border {
  border-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-pink-dark .primary-500-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500 {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-pink-dark .primary-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-pink-dark .primary-500-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .primary-600-bg {
  background-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600 {
  background-color: #d81b60 !important;
  color: #d81b60 !important;
}
body.theme-pink-dark .primary-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(216, 27, 96, 0.26) !important;
}
body.theme-pink-dark .primary-600-fg {
  color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border {
  border-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-pink-dark .primary-700-bg {
  background-color: #c2185b !important;
}
body.theme-pink-dark .primary-700 {
  background-color: #c2185b !important;
  color: #c2185b !important;
}
body.theme-pink-dark .primary-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(194, 24, 91, 0.26) !important;
}
body.theme-pink-dark .primary-700-fg {
  color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border {
  border-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-pink-dark .primary-800-bg {
  background-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800 {
  background-color: #ad1457 !important;
  color: #ad1457 !important;
}
body.theme-pink-dark .primary-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(173, 20, 87, 0.26) !important;
}
body.theme-pink-dark .primary-800-fg {
  color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border {
  border-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-pink-dark .primary-900-bg {
  background-color: #880e4f !important;
}
body.theme-pink-dark .primary-900 {
  background-color: #880e4f !important;
  color: #880e4f !important;
}
body.theme-pink-dark .primary-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(136, 14, 79, 0.26) !important;
}
body.theme-pink-dark .primary-900-fg {
  color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border {
  border-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-pink-dark .primary-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100 {
  background-color: #ff80ab !important;
  color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(255, 128, 171, 0.26) !important;
}
body.theme-pink-dark .primary-A100-fg {
  color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border {
  border-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200 {
  background-color: #ff4081 !important;
  color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 64, 129, 0.26) !important;
}
body.theme-pink-dark .primary-A200-fg {
  color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border {
  border-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A400-bg {
  background-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400 {
  background-color: #f50057 !important;
  color: #f50057 !important;
}
body.theme-pink-dark .primary-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(245, 0, 87, 0.26) !important;
}
body.theme-pink-dark .primary-A400-fg {
  color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border {
  border-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-pink-dark .primary-A700-bg {
  background-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700 {
  background-color: #c51162 !important;
  color: #c51162 !important;
}
body.theme-pink-dark .primary-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(197, 17, 98, 0.26) !important;
}
body.theme-pink-dark .primary-A700-fg {
  color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border {
  border-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-pink-dark .primary-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .primary {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .primary[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .primary-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .accent-50-bg {
  background-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50 {
  background-color: #fce4ec !important;
  color: #fce4ec !important;
}
body.theme-pink-dark .accent-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(252, 228, 236, 0.26) !important;
}
body.theme-pink-dark .accent-50-fg {
  color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border {
  border-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-pink-dark .accent-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100 {
  background-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(248, 187, 208, 0.26) !important;
}
body.theme-pink-dark .accent-100-fg {
  color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200 {
  background-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(244, 143, 177, 0.26) !important;
}
body.theme-pink-dark .accent-200-fg {
  color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border {
  border-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-300-bg {
  background-color: #f06292 !important;
}
body.theme-pink-dark .accent-300 {
  background-color: #f06292 !important;
  color: #f06292 !important;
}
body.theme-pink-dark .accent-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(240, 98, 146, 0.26) !important;
}
body.theme-pink-dark .accent-300-fg {
  color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border {
  border-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-pink-dark .accent-400-bg {
  background-color: #ec407a !important;
}
body.theme-pink-dark .accent-400 {
  background-color: #ec407a !important;
  color: #ec407a !important;
}
body.theme-pink-dark .accent-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(236, 64, 122, 0.26) !important;
}
body.theme-pink-dark .accent-400-fg {
  color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border {
  border-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-pink-dark .accent-500-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500 {
  background-color: #e91e63 !important;
  color: #e91e63 !important;
}
body.theme-pink-dark .accent-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(233, 30, 99, 0.26) !important;
}
body.theme-pink-dark .accent-500-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .accent-600-bg {
  background-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600 {
  background-color: #d81b60 !important;
  color: #d81b60 !important;
}
body.theme-pink-dark .accent-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(216, 27, 96, 0.26) !important;
}
body.theme-pink-dark .accent-600-fg {
  color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border {
  border-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-pink-dark .accent-700-bg {
  background-color: #c2185b !important;
}
body.theme-pink-dark .accent-700 {
  background-color: #c2185b !important;
  color: #c2185b !important;
}
body.theme-pink-dark .accent-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(194, 24, 91, 0.26) !important;
}
body.theme-pink-dark .accent-700-fg {
  color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border {
  border-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-pink-dark .accent-800-bg {
  background-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800 {
  background-color: #ad1457 !important;
  color: #ad1457 !important;
}
body.theme-pink-dark .accent-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(173, 20, 87, 0.26) !important;
}
body.theme-pink-dark .accent-800-fg {
  color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border {
  border-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-pink-dark .accent-900-bg {
  background-color: #880e4f !important;
}
body.theme-pink-dark .accent-900 {
  background-color: #880e4f !important;
  color: #880e4f !important;
}
body.theme-pink-dark .accent-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(136, 14, 79, 0.26) !important;
}
body.theme-pink-dark .accent-900-fg {
  color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border {
  border-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-pink-dark .accent-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100 {
  background-color: #ff80ab !important;
  color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(255, 128, 171, 0.26) !important;
}
body.theme-pink-dark .accent-A100-fg {
  color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border {
  border-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200 {
  background-color: #ff4081 !important;
  color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 64, 129, 0.26) !important;
}
body.theme-pink-dark .accent-A200-fg {
  color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border {
  border-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A400-bg {
  background-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400 {
  background-color: #f50057 !important;
  color: #f50057 !important;
}
body.theme-pink-dark .accent-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(245, 0, 87, 0.26) !important;
}
body.theme-pink-dark .accent-A400-fg {
  color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border {
  border-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-pink-dark .accent-A700-bg {
  background-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700 {
  background-color: #c51162 !important;
  color: #c51162 !important;
}
body.theme-pink-dark .accent-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(197, 17, 98, 0.26) !important;
}
body.theme-pink-dark .accent-A700-fg {
  color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border {
  border-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-pink-dark .accent-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .accent {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .accent[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .accent-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-pink-dark .warn-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
body.theme-pink-dark .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
body.theme-pink-dark .warn-50-fg {
  color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-pink-dark .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
body.theme-pink-dark .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
body.theme-pink-dark .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-pink-dark .warn-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
body.theme-pink-dark .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
body.theme-pink-dark .warn-300-fg {
  color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-pink-dark .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
body.theme-pink-dark .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
body.theme-pink-dark .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-pink-dark .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-pink-dark .warn-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
body.theme-pink-dark .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
body.theme-pink-dark .warn-500-fg {
  color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-pink-dark .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-pink-dark .warn-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
body.theme-pink-dark .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
body.theme-pink-dark .warn-600-fg {
  color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-pink-dark .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
body.theme-pink-dark .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
body.theme-pink-dark .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-pink-dark .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-pink-dark .warn-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
body.theme-pink-dark .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
body.theme-pink-dark .warn-800-fg {
  color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-pink-dark .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
body.theme-pink-dark .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
body.theme-pink-dark .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-pink-dark .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
body.theme-pink-dark .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
body.theme-pink-dark .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
body.theme-pink-dark .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
body.theme-pink-dark .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-pink-dark .warn-bg {
  background-color: #f44336 !important;
}
body.theme-pink-dark .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-pink-dark .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-fg {
  color: #f44336 !important;
}
body.theme-pink-dark .warn-border {
  border-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-left {
  border-left-color: #f44336 !important;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.fuse-card {
  max-width: 320px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.variable-width {
  min-width: 0;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.fuse-card .card-divider {
  margin: 16px;
}
.fuse-card .card-divider.full-width {
  margin: 0;
}
.fuse-card .card-expand-area {
  overflow: hidden;
}
.fuse-card .card-expand-area .card-expanded-content {
  padding: 8px 16px 16px 16px;
  line-height: 1.75;
}
.red-50-bg {
  background-color: #ffebee !important;
}
.red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.red-50-fg {
  color: #ffebee !important;
}
.red-50-border {
  border-color: #ffebee !important;
}
.red-50-border-top {
  border-top-color: #ffebee !important;
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.red-50-border-left {
  border-left-color: #ffebee !important;
}
.red-100-bg {
  background-color: #ffcdd2 !important;
}
.red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.red-100-fg {
  color: #ffcdd2 !important;
}
.red-100-border {
  border-color: #ffcdd2 !important;
}
.red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.red-200-bg {
  background-color: #ef9a9a !important;
}
.red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.red-200-fg {
  color: #ef9a9a !important;
}
.red-200-border {
  border-color: #ef9a9a !important;
}
.red-200-border-top {
  border-top-color: #ef9a9a !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.red-200-border-left {
  border-left-color: #ef9a9a !important;
}
.red-300-bg {
  background-color: #e57373 !important;
}
.red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.red-300-fg {
  color: #e57373 !important;
}
.red-300-border {
  border-color: #e57373 !important;
}
.red-300-border-top {
  border-top-color: #e57373 !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.red-300-border-left {
  border-left-color: #e57373 !important;
}
.red-400-bg {
  background-color: #ef5350 !important;
}
.red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.red-400-fg {
  color: #ef5350 !important;
}
.red-400-border {
  border-color: #ef5350 !important;
}
.red-400-border-top {
  border-top-color: #ef5350 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.red-400-border-left {
  border-left-color: #ef5350 !important;
}
.red-500-bg {
  background-color: #f44336 !important;
}
.red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-500-fg {
  color: #f44336 !important;
}
.red-500-border {
  border-color: #f44336 !important;
}
.red-500-border-top {
  border-top-color: #f44336 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-500-border-left {
  border-left-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.red-border {
  border-color: #f44336 !important;
}
.red-border-top {
  border-top-color: #f44336 !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-border-left {
  border-left-color: #f44336 !important;
}
.red-600-bg {
  background-color: #e53935 !important;
}
.red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.red-600-fg {
  color: #e53935 !important;
}
.red-600-border {
  border-color: #e53935 !important;
}
.red-600-border-top {
  border-top-color: #e53935 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.red-600-border-left {
  border-left-color: #e53935 !important;
}
.red-700-bg {
  background-color: #d32f2f !important;
}
.red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.red-700-fg {
  color: #d32f2f !important;
}
.red-700-border {
  border-color: #d32f2f !important;
}
.red-700-border-top {
  border-top-color: #d32f2f !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.red-700-border-left {
  border-left-color: #d32f2f !important;
}
.red-800-bg {
  background-color: #c62828 !important;
}
.red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.red-800-fg {
  color: #c62828 !important;
}
.red-800-border {
  border-color: #c62828 !important;
}
.red-800-border-top {
  border-top-color: #c62828 !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.red-800-border-left {
  border-left-color: #c62828 !important;
}
.red-900-bg {
  background-color: #b71c1c !important;
}
.red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.red-900-fg {
  color: #b71c1c !important;
}
.red-900-border {
  border-color: #b71c1c !important;
}
.red-900-border-top {
  border-top-color: #b71c1c !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.red-900-border-left {
  border-left-color: #b71c1c !important;
}
.red-A100-bg {
  background-color: #ff8a80 !important;
}
.red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.red-A100-fg {
  color: #ff8a80 !important;
}
.red-A100-border {
  border-color: #ff8a80 !important;
}
.red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.red-A200-bg {
  background-color: #ff5252 !important;
}
.red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.red-A200-fg {
  color: #ff5252 !important;
}
.red-A200-border {
  border-color: #ff5252 !important;
}
.red-A200-border-top {
  border-top-color: #ff5252 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.red-A200-border-left {
  border-left-color: #ff5252 !important;
}
.red-A400-bg {
  background-color: #ff1744 !important;
}
.red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.red-A400-fg {
  color: #ff1744 !important;
}
.red-A400-border {
  border-color: #ff1744 !important;
}
.red-A400-border-top {
  border-top-color: #ff1744 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.red-A400-border-left {
  border-left-color: #ff1744 !important;
}
.red-A700-bg {
  background-color: #d50000 !important;
}
.red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.red-A700-fg {
  color: #d50000 !important;
}
.red-A700-border {
  border-color: #d50000 !important;
}
.red-A700-border-top {
  border-top-color: #d50000 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.red-A700-border-left {
  border-left-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #ffebee !important;
}
.pink-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.pink-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.pink-50-fg {
  color: #ffebee !important;
}
.pink-50-border {
  border-color: #ffebee !important;
}
.pink-50-border-top {
  border-top-color: #ffebee !important;
}
.pink-50-border-right {
  border-right-color: #ffebee !important;
}
.pink-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.pink-50-border-left {
  border-left-color: #ffebee !important;
}
.pink-100-bg {
  background-color: #ffcdd2 !important;
}
.pink-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.pink-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.pink-100-fg {
  color: #ffcdd2 !important;
}
.pink-100-border {
  border-color: #ffcdd2 !important;
}
.pink-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.pink-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.pink-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.pink-200-bg {
  background-color: #ef9a9a !important;
}
.pink-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.pink-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.pink-200-fg {
  color: #ef9a9a !important;
}
.pink-200-border {
  border-color: #ef9a9a !important;
}
.pink-200-border-top {
  border-top-color: #ef9a9a !important;
}
.pink-200-border-right {
  border-right-color: #ef9a9a !important;
}
.pink-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.pink-200-border-left {
  border-left-color: #ef9a9a !important;
}
.pink-300-bg {
  background-color: #e57373 !important;
}
.pink-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.pink-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.pink-300-fg {
  color: #e57373 !important;
}
.pink-300-border {
  border-color: #e57373 !important;
}
.pink-300-border-top {
  border-top-color: #e57373 !important;
}
.pink-300-border-right {
  border-right-color: #e57373 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.pink-300-border-left {
  border-left-color: #e57373 !important;
}
.pink-400-bg {
  background-color: #ef5350 !important;
}
.pink-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.pink-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.pink-400-fg {
  color: #ef5350 !important;
}
.pink-400-border {
  border-color: #ef5350 !important;
}
.pink-400-border-top {
  border-top-color: #ef5350 !important;
}
.pink-400-border-right {
  border-right-color: #ef5350 !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.pink-400-border-left {
  border-left-color: #ef5350 !important;
}
.pink-500-bg {
  background-color: #f44336 !important;
}
.pink-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-500-fg {
  color: #f44336 !important;
}
.pink-500-border {
  border-color: #f44336 !important;
}
.pink-500-border-top {
  border-top-color: #f44336 !important;
}
.pink-500-border-right {
  border-right-color: #f44336 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-500-border-left {
  border-left-color: #f44336 !important;
}
.pink-bg {
  background-color: #f44336 !important;
}
.pink {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-fg {
  color: #f44336 !important;
}
.pink-border {
  border-color: #f44336 !important;
}
.pink-border-top {
  border-top-color: #f44336 !important;
}
.pink-border-right {
  border-right-color: #f44336 !important;
}
.pink-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-border-left {
  border-left-color: #f44336 !important;
}
.pink-600-bg {
  background-color: #e53935 !important;
}
.pink-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.pink-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.pink-600-fg {
  color: #e53935 !important;
}
.pink-600-border {
  border-color: #e53935 !important;
}
.pink-600-border-top {
  border-top-color: #e53935 !important;
}
.pink-600-border-right {
  border-right-color: #e53935 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.pink-600-border-left {
  border-left-color: #e53935 !important;
}
.pink-700-bg {
  background-color: #d32f2f !important;
}
.pink-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.pink-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.pink-700-fg {
  color: #d32f2f !important;
}
.pink-700-border {
  border-color: #d32f2f !important;
}
.pink-700-border-top {
  border-top-color: #d32f2f !important;
}
.pink-700-border-right {
  border-right-color: #d32f2f !important;
}
.pink-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.pink-700-border-left {
  border-left-color: #d32f2f !important;
}
.pink-800-bg {
  background-color: #c62828 !important;
}
.pink-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.pink-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.pink-800-fg {
  color: #c62828 !important;
}
.pink-800-border {
  border-color: #c62828 !important;
}
.pink-800-border-top {
  border-top-color: #c62828 !important;
}
.pink-800-border-right {
  border-right-color: #c62828 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.pink-800-border-left {
  border-left-color: #c62828 !important;
}
.pink-900-bg {
  background-color: #b71c1c !important;
}
.pink-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.pink-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.pink-900-fg {
  color: #b71c1c !important;
}
.pink-900-border {
  border-color: #b71c1c !important;
}
.pink-900-border-top {
  border-top-color: #b71c1c !important;
}
.pink-900-border-right {
  border-right-color: #b71c1c !important;
}
.pink-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.pink-900-border-left {
  border-left-color: #b71c1c !important;
}
.pink-A100-bg {
  background-color: #ff8a80 !important;
}
.pink-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.pink-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.pink-A100-fg {
  color: #ff8a80 !important;
}
.pink-A100-border {
  border-color: #ff8a80 !important;
}
.pink-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.pink-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.pink-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.pink-A200-bg {
  background-color: #ff5252 !important;
}
.pink-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.pink-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.pink-A200-fg {
  color: #ff5252 !important;
}
.pink-A200-border {
  border-color: #ff5252 !important;
}
.pink-A200-border-top {
  border-top-color: #ff5252 !important;
}
.pink-A200-border-right {
  border-right-color: #ff5252 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.pink-A200-border-left {
  border-left-color: #ff5252 !important;
}
.pink-A400-bg {
  background-color: #ff1744 !important;
}
.pink-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.pink-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.pink-A400-fg {
  color: #ff1744 !important;
}
.pink-A400-border {
  border-color: #ff1744 !important;
}
.pink-A400-border-top {
  border-top-color: #ff1744 !important;
}
.pink-A400-border-right {
  border-right-color: #ff1744 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.pink-A400-border-left {
  border-left-color: #ff1744 !important;
}
.pink-A700-bg {
  background-color: #d50000 !important;
}
.pink-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.pink-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.pink-A700-fg {
  color: #d50000 !important;
}
.pink-A700-border {
  border-color: #d50000 !important;
}
.pink-A700-border-top {
  border-top-color: #d50000 !important;
}
.pink-A700-border-right {
  border-right-color: #d50000 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.pink-A700-border-left {
  border-left-color: #d50000 !important;
}
.purple-50-bg {
  background-color: #ffebee !important;
}
.purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.purple-50-fg {
  color: #ffebee !important;
}
.purple-50-border {
  border-color: #ffebee !important;
}
.purple-50-border-top {
  border-top-color: #ffebee !important;
}
.purple-50-border-right {
  border-right-color: #ffebee !important;
}
.purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.purple-50-border-left {
  border-left-color: #ffebee !important;
}
.purple-100-bg {
  background-color: #ffcdd2 !important;
}
.purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.purple-100-fg {
  color: #ffcdd2 !important;
}
.purple-100-border {
  border-color: #ffcdd2 !important;
}
.purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.purple-200-bg {
  background-color: #ef9a9a !important;
}
.purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.purple-200-fg {
  color: #ef9a9a !important;
}
.purple-200-border {
  border-color: #ef9a9a !important;
}
.purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.purple-300-bg {
  background-color: #e57373 !important;
}
.purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.purple-300-fg {
  color: #e57373 !important;
}
.purple-300-border {
  border-color: #e57373 !important;
}
.purple-300-border-top {
  border-top-color: #e57373 !important;
}
.purple-300-border-right {
  border-right-color: #e57373 !important;
}
.purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.purple-300-border-left {
  border-left-color: #e57373 !important;
}
.purple-400-bg {
  background-color: #ef5350 !important;
}
.purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.purple-400-fg {
  color: #ef5350 !important;
}
.purple-400-border {
  border-color: #ef5350 !important;
}
.purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.purple-500-bg {
  background-color: #f44336 !important;
}
.purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-500-fg {
  color: #f44336 !important;
}
.purple-500-border {
  border-color: #f44336 !important;
}
.purple-500-border-top {
  border-top-color: #f44336 !important;
}
.purple-500-border-right {
  border-right-color: #f44336 !important;
}
.purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-500-border-left {
  border-left-color: #f44336 !important;
}
.purple-bg {
  background-color: #f44336 !important;
}
.purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-fg {
  color: #f44336 !important;
}
.purple-border {
  border-color: #f44336 !important;
}
.purple-border-top {
  border-top-color: #f44336 !important;
}
.purple-border-right {
  border-right-color: #f44336 !important;
}
.purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-border-left {
  border-left-color: #f44336 !important;
}
.purple-600-bg {
  background-color: #e53935 !important;
}
.purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.purple-600-fg {
  color: #e53935 !important;
}
.purple-600-border {
  border-color: #e53935 !important;
}
.purple-600-border-top {
  border-top-color: #e53935 !important;
}
.purple-600-border-right {
  border-right-color: #e53935 !important;
}
.purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.purple-600-border-left {
  border-left-color: #e53935 !important;
}
.purple-700-bg {
  background-color: #d32f2f !important;
}
.purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.purple-700-fg {
  color: #d32f2f !important;
}
.purple-700-border {
  border-color: #d32f2f !important;
}
.purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.purple-800-bg {
  background-color: #c62828 !important;
}
.purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.purple-800-fg {
  color: #c62828 !important;
}
.purple-800-border {
  border-color: #c62828 !important;
}
.purple-800-border-top {
  border-top-color: #c62828 !important;
}
.purple-800-border-right {
  border-right-color: #c62828 !important;
}
.purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.purple-800-border-left {
  border-left-color: #c62828 !important;
}
.purple-900-bg {
  background-color: #b71c1c !important;
}
.purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.purple-900-fg {
  color: #b71c1c !important;
}
.purple-900-border {
  border-color: #b71c1c !important;
}
.purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.purple-A100-bg {
  background-color: #ff8a80 !important;
}
.purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.purple-A100-fg {
  color: #ff8a80 !important;
}
.purple-A100-border {
  border-color: #ff8a80 !important;
}
.purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.purple-A200-bg {
  background-color: #ff5252 !important;
}
.purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.purple-A200-fg {
  color: #ff5252 !important;
}
.purple-A200-border {
  border-color: #ff5252 !important;
}
.purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.purple-A400-bg {
  background-color: #ff1744 !important;
}
.purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.purple-A400-fg {
  color: #ff1744 !important;
}
.purple-A400-border {
  border-color: #ff1744 !important;
}
.purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.purple-A700-bg {
  background-color: #d50000 !important;
}
.purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.purple-A700-fg {
  color: #d50000 !important;
}
.purple-A700-border {
  border-color: #d50000 !important;
}
.purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.deep-purple-50-bg {
  background-color: #ffebee !important;
}
.deep-purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-purple-50-fg {
  color: #ffebee !important;
}
.deep-purple-50-border {
  border-color: #ffebee !important;
}
.deep-purple-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-purple-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-purple-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-purple-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-purple-100-fg {
  color: #ffcdd2 !important;
}
.deep-purple-100-border {
  border-color: #ffcdd2 !important;
}
.deep-purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-purple-200-bg {
  background-color: #ef9a9a !important;
}
.deep-purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-purple-200-fg {
  color: #ef9a9a !important;
}
.deep-purple-200-border {
  border-color: #ef9a9a !important;
}
.deep-purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-purple-300-bg {
  background-color: #e57373 !important;
}
.deep-purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-purple-300-fg {
  color: #e57373 !important;
}
.deep-purple-300-border {
  border-color: #e57373 !important;
}
.deep-purple-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-purple-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-purple-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-purple-400-bg {
  background-color: #ef5350 !important;
}
.deep-purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-purple-400-fg {
  color: #ef5350 !important;
}
.deep-purple-400-border {
  border-color: #ef5350 !important;
}
.deep-purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-purple-500-bg {
  background-color: #f44336 !important;
}
.deep-purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-500-fg {
  color: #f44336 !important;
}
.deep-purple-500-border {
  border-color: #f44336 !important;
}
.deep-purple-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-bg {
  background-color: #f44336 !important;
}
.deep-purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-fg {
  color: #f44336 !important;
}
.deep-purple-border {
  border-color: #f44336 !important;
}
.deep-purple-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-600-bg {
  background-color: #e53935 !important;
}
.deep-purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-purple-600-fg {
  color: #e53935 !important;
}
.deep-purple-600-border {
  border-color: #e53935 !important;
}
.deep-purple-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-purple-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-purple-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-purple-700-bg {
  background-color: #d32f2f !important;
}
.deep-purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-purple-700-fg {
  color: #d32f2f !important;
}
.deep-purple-700-border {
  border-color: #d32f2f !important;
}
.deep-purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-purple-800-bg {
  background-color: #c62828 !important;
}
.deep-purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-purple-800-fg {
  color: #c62828 !important;
}
.deep-purple-800-border {
  border-color: #c62828 !important;
}
.deep-purple-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-purple-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-purple-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-purple-900-bg {
  background-color: #b71c1c !important;
}
.deep-purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-purple-900-fg {
  color: #b71c1c !important;
}
.deep-purple-900-border {
  border-color: #b71c1c !important;
}
.deep-purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-purple-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-purple-A100-fg {
  color: #ff8a80 !important;
}
.deep-purple-A100-border {
  border-color: #ff8a80 !important;
}
.deep-purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-purple-A200-bg {
  background-color: #ff5252 !important;
}
.deep-purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-purple-A200-fg {
  color: #ff5252 !important;
}
.deep-purple-A200-border {
  border-color: #ff5252 !important;
}
.deep-purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-purple-A400-bg {
  background-color: #ff1744 !important;
}
.deep-purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-purple-A400-fg {
  color: #ff1744 !important;
}
.deep-purple-A400-border {
  border-color: #ff1744 !important;
}
.deep-purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-purple-A700-bg {
  background-color: #d50000 !important;
}
.deep-purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-purple-A700-fg {
  color: #d50000 !important;
}
.deep-purple-A700-border {
  border-color: #d50000 !important;
}
.deep-purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.indigo-50-bg {
  background-color: #ffebee !important;
}
.indigo-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.indigo-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.indigo-50-fg {
  color: #ffebee !important;
}
.indigo-50-border {
  border-color: #ffebee !important;
}
.indigo-50-border-top {
  border-top-color: #ffebee !important;
}
.indigo-50-border-right {
  border-right-color: #ffebee !important;
}
.indigo-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.indigo-50-border-left {
  border-left-color: #ffebee !important;
}
.indigo-100-bg {
  background-color: #ffcdd2 !important;
}
.indigo-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.indigo-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.indigo-100-fg {
  color: #ffcdd2 !important;
}
.indigo-100-border {
  border-color: #ffcdd2 !important;
}
.indigo-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.indigo-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.indigo-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.indigo-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.indigo-200-bg {
  background-color: #ef9a9a !important;
}
.indigo-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.indigo-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.indigo-200-fg {
  color: #ef9a9a !important;
}
.indigo-200-border {
  border-color: #ef9a9a !important;
}
.indigo-200-border-top {
  border-top-color: #ef9a9a !important;
}
.indigo-200-border-right {
  border-right-color: #ef9a9a !important;
}
.indigo-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.indigo-200-border-left {
  border-left-color: #ef9a9a !important;
}
.indigo-300-bg {
  background-color: #e57373 !important;
}
.indigo-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.indigo-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.indigo-300-fg {
  color: #e57373 !important;
}
.indigo-300-border {
  border-color: #e57373 !important;
}
.indigo-300-border-top {
  border-top-color: #e57373 !important;
}
.indigo-300-border-right {
  border-right-color: #e57373 !important;
}
.indigo-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.indigo-300-border-left {
  border-left-color: #e57373 !important;
}
.indigo-400-bg {
  background-color: #ef5350 !important;
}
.indigo-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.indigo-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.indigo-400-fg {
  color: #ef5350 !important;
}
.indigo-400-border {
  border-color: #ef5350 !important;
}
.indigo-400-border-top {
  border-top-color: #ef5350 !important;
}
.indigo-400-border-right {
  border-right-color: #ef5350 !important;
}
.indigo-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.indigo-400-border-left {
  border-left-color: #ef5350 !important;
}
.indigo-500-bg {
  background-color: #f44336 !important;
}
.indigo-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-500-fg {
  color: #f44336 !important;
}
.indigo-500-border {
  border-color: #f44336 !important;
}
.indigo-500-border-top {
  border-top-color: #f44336 !important;
}
.indigo-500-border-right {
  border-right-color: #f44336 !important;
}
.indigo-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-500-border-left {
  border-left-color: #f44336 !important;
}
.indigo-bg {
  background-color: #f44336 !important;
}
.indigo {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-fg {
  color: #f44336 !important;
}
.indigo-border {
  border-color: #f44336 !important;
}
.indigo-border-top {
  border-top-color: #f44336 !important;
}
.indigo-border-right {
  border-right-color: #f44336 !important;
}
.indigo-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-border-left {
  border-left-color: #f44336 !important;
}
.indigo-600-bg {
  background-color: #e53935 !important;
}
.indigo-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.indigo-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.indigo-600-fg {
  color: #e53935 !important;
}
.indigo-600-border {
  border-color: #e53935 !important;
}
.indigo-600-border-top {
  border-top-color: #e53935 !important;
}
.indigo-600-border-right {
  border-right-color: #e53935 !important;
}
.indigo-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.indigo-600-border-left {
  border-left-color: #e53935 !important;
}
.indigo-700-bg {
  background-color: #d32f2f !important;
}
.indigo-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.indigo-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.indigo-700-fg {
  color: #d32f2f !important;
}
.indigo-700-border {
  border-color: #d32f2f !important;
}
.indigo-700-border-top {
  border-top-color: #d32f2f !important;
}
.indigo-700-border-right {
  border-right-color: #d32f2f !important;
}
.indigo-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.indigo-700-border-left {
  border-left-color: #d32f2f !important;
}
.indigo-800-bg {
  background-color: #c62828 !important;
}
.indigo-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.indigo-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.indigo-800-fg {
  color: #c62828 !important;
}
.indigo-800-border {
  border-color: #c62828 !important;
}
.indigo-800-border-top {
  border-top-color: #c62828 !important;
}
.indigo-800-border-right {
  border-right-color: #c62828 !important;
}
.indigo-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.indigo-800-border-left {
  border-left-color: #c62828 !important;
}
.indigo-900-bg {
  background-color: #b71c1c !important;
}
.indigo-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.indigo-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.indigo-900-fg {
  color: #b71c1c !important;
}
.indigo-900-border {
  border-color: #b71c1c !important;
}
.indigo-900-border-top {
  border-top-color: #b71c1c !important;
}
.indigo-900-border-right {
  border-right-color: #b71c1c !important;
}
.indigo-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.indigo-900-border-left {
  border-left-color: #b71c1c !important;
}
.indigo-A100-bg {
  background-color: #ff8a80 !important;
}
.indigo-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.indigo-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.indigo-A100-fg {
  color: #ff8a80 !important;
}
.indigo-A100-border {
  border-color: #ff8a80 !important;
}
.indigo-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.indigo-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.indigo-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.indigo-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.indigo-A200-bg {
  background-color: #ff5252 !important;
}
.indigo-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.indigo-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.indigo-A200-fg {
  color: #ff5252 !important;
}
.indigo-A200-border {
  border-color: #ff5252 !important;
}
.indigo-A200-border-top {
  border-top-color: #ff5252 !important;
}
.indigo-A200-border-right {
  border-right-color: #ff5252 !important;
}
.indigo-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.indigo-A200-border-left {
  border-left-color: #ff5252 !important;
}
.indigo-A400-bg {
  background-color: #ff1744 !important;
}
.indigo-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.indigo-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.indigo-A400-fg {
  color: #ff1744 !important;
}
.indigo-A400-border {
  border-color: #ff1744 !important;
}
.indigo-A400-border-top {
  border-top-color: #ff1744 !important;
}
.indigo-A400-border-right {
  border-right-color: #ff1744 !important;
}
.indigo-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.indigo-A400-border-left {
  border-left-color: #ff1744 !important;
}
.indigo-A700-bg {
  background-color: #d50000 !important;
}
.indigo-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.indigo-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.indigo-A700-fg {
  color: #d50000 !important;
}
.indigo-A700-border {
  border-color: #d50000 !important;
}
.indigo-A700-border-top {
  border-top-color: #d50000 !important;
}
.indigo-A700-border-right {
  border-right-color: #d50000 !important;
}
.indigo-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.indigo-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-50-bg {
  background-color: #e3f2fd !important;
}
.blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
.blue-50-fg {
  color: #e3f2fd !important;
}
.blue-50-border {
  border-color: #e3f2fd !important;
}
.blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
.blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
.blue-100-bg {
  background-color: #bbdefb !important;
}
.blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
.blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
.blue-100-fg {
  color: #bbdefb !important;
}
.blue-100-border {
  border-color: #bbdefb !important;
}
.blue-100-border-top {
  border-top-color: #bbdefb !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
.blue-100-border-left {
  border-left-color: #bbdefb !important;
}
.blue-200-bg {
  background-color: #90caf9 !important;
}
.blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
.blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
.blue-200-fg {
  color: #90caf9 !important;
}
.blue-200-border {
  border-color: #90caf9 !important;
}
.blue-200-border-top {
  border-top-color: #90caf9 !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
.blue-200-border-left {
  border-left-color: #90caf9 !important;
}
.blue-300-bg {
  background-color: #64b5f6 !important;
}
.blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
.blue-300-fg {
  color: #64b5f6 !important;
}
.blue-300-border {
  border-color: #64b5f6 !important;
}
.blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
.blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
.blue-400-bg {
  background-color: #42a5f5 !important;
}
.blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
.blue-400-fg {
  color: #42a5f5 !important;
}
.blue-400-border {
  border-color: #42a5f5 !important;
}
.blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
.blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
.blue-500-bg {
  background-color: #2196f3 !important;
}
.blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-500-fg {
  color: #2196f3 !important;
}
.blue-500-border {
  border-color: #2196f3 !important;
}
.blue-500-border-top {
  border-top-color: #2196f3 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-500-border-left {
  border-left-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.blue-border {
  border-color: #2196f3 !important;
}
.blue-border-top {
  border-top-color: #2196f3 !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-border-left {
  border-left-color: #2196f3 !important;
}
.blue-600-bg {
  background-color: #1e88e5 !important;
}
.blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
.blue-600-fg {
  color: #1e88e5 !important;
}
.blue-600-border {
  border-color: #1e88e5 !important;
}
.blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
.blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
.blue-700-bg {
  background-color: #1976d2 !important;
}
.blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
.blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
.blue-700-fg {
  color: #1976d2 !important;
}
.blue-700-border {
  border-color: #1976d2 !important;
}
.blue-700-border-top {
  border-top-color: #1976d2 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
.blue-700-border-left {
  border-left-color: #1976d2 !important;
}
.blue-800-bg {
  background-color: #1565c0 !important;
}
.blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
.blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
.blue-800-fg {
  color: #1565c0 !important;
}
.blue-800-border {
  border-color: #1565c0 !important;
}
.blue-800-border-top {
  border-top-color: #1565c0 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
.blue-800-border-left {
  border-left-color: #1565c0 !important;
}
.blue-900-bg {
  background-color: #0d47a1 !important;
}
.blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
.blue-900-fg {
  color: #0d47a1 !important;
}
.blue-900-border {
  border-color: #0d47a1 !important;
}
.blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
.blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
.blue-A100-bg {
  background-color: #82b1ff !important;
}
.blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
.blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
.blue-A100-fg {
  color: #82b1ff !important;
}
.blue-A100-border {
  border-color: #82b1ff !important;
}
.blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
.blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
.blue-A200-bg {
  background-color: #448aff !important;
}
.blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
.blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
.blue-A200-fg {
  color: #448aff !important;
}
.blue-A200-border {
  border-color: #448aff !important;
}
.blue-A200-border-top {
  border-top-color: #448aff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
.blue-A200-border-left {
  border-left-color: #448aff !important;
}
.blue-A400-bg {
  background-color: #2979ff !important;
}
.blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
.blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
.blue-A400-fg {
  color: #2979ff !important;
}
.blue-A400-border {
  border-color: #2979ff !important;
}
.blue-A400-border-top {
  border-top-color: #2979ff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
.blue-A400-border-left {
  border-left-color: #2979ff !important;
}
.blue-A700-bg {
  background-color: #2962ff !important;
}
.blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
.blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
.blue-A700-fg {
  color: #2962ff !important;
}
.blue-A700-border {
  border-color: #2962ff !important;
}
.blue-A700-border-top {
  border-top-color: #2962ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
.blue-A700-border-left {
  border-left-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #ffebee !important;
}
.light-blue-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-blue-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-blue-50-fg {
  color: #ffebee !important;
}
.light-blue-50-border {
  border-color: #ffebee !important;
}
.light-blue-50-border-top {
  border-top-color: #ffebee !important;
}
.light-blue-50-border-right {
  border-right-color: #ffebee !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-blue-50-border-left {
  border-left-color: #ffebee !important;
}
.light-blue-100-bg {
  background-color: #ffcdd2 !important;
}
.light-blue-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-blue-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-blue-100-fg {
  color: #ffcdd2 !important;
}
.light-blue-100-border {
  border-color: #ffcdd2 !important;
}
.light-blue-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-blue-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-blue-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-blue-200-bg {
  background-color: #ef9a9a !important;
}
.light-blue-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-blue-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-blue-200-fg {
  color: #ef9a9a !important;
}
.light-blue-200-border {
  border-color: #ef9a9a !important;
}
.light-blue-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-blue-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-blue-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-blue-300-bg {
  background-color: #e57373 !important;
}
.light-blue-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-blue-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-blue-300-fg {
  color: #e57373 !important;
}
.light-blue-300-border {
  border-color: #e57373 !important;
}
.light-blue-300-border-top {
  border-top-color: #e57373 !important;
}
.light-blue-300-border-right {
  border-right-color: #e57373 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-blue-300-border-left {
  border-left-color: #e57373 !important;
}
.light-blue-400-bg {
  background-color: #ef5350 !important;
}
.light-blue-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-blue-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-blue-400-fg {
  color: #ef5350 !important;
}
.light-blue-400-border {
  border-color: #ef5350 !important;
}
.light-blue-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-blue-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-blue-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-blue-500-bg {
  background-color: #f44336 !important;
}
.light-blue-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-500-fg {
  color: #f44336 !important;
}
.light-blue-500-border {
  border-color: #f44336 !important;
}
.light-blue-500-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-500-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-500-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-bg {
  background-color: #f44336 !important;
}
.light-blue {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-fg {
  color: #f44336 !important;
}
.light-blue-border {
  border-color: #f44336 !important;
}
.light-blue-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-600-bg {
  background-color: #e53935 !important;
}
.light-blue-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-blue-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-blue-600-fg {
  color: #e53935 !important;
}
.light-blue-600-border {
  border-color: #e53935 !important;
}
.light-blue-600-border-top {
  border-top-color: #e53935 !important;
}
.light-blue-600-border-right {
  border-right-color: #e53935 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-blue-600-border-left {
  border-left-color: #e53935 !important;
}
.light-blue-700-bg {
  background-color: #d32f2f !important;
}
.light-blue-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-blue-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-blue-700-fg {
  color: #d32f2f !important;
}
.light-blue-700-border {
  border-color: #d32f2f !important;
}
.light-blue-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-blue-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-blue-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-blue-800-bg {
  background-color: #c62828 !important;
}
.light-blue-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-blue-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-blue-800-fg {
  color: #c62828 !important;
}
.light-blue-800-border {
  border-color: #c62828 !important;
}
.light-blue-800-border-top {
  border-top-color: #c62828 !important;
}
.light-blue-800-border-right {
  border-right-color: #c62828 !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-blue-800-border-left {
  border-left-color: #c62828 !important;
}
.light-blue-900-bg {
  background-color: #b71c1c !important;
}
.light-blue-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-blue-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-blue-900-fg {
  color: #b71c1c !important;
}
.light-blue-900-border {
  border-color: #b71c1c !important;
}
.light-blue-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-blue-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-blue-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-blue-A100-bg {
  background-color: #ff8a80 !important;
}
.light-blue-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-blue-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-blue-A100-fg {
  color: #ff8a80 !important;
}
.light-blue-A100-border {
  border-color: #ff8a80 !important;
}
.light-blue-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-blue-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-blue-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-blue-A200-bg {
  background-color: #ff5252 !important;
}
.light-blue-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-blue-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-blue-A200-fg {
  color: #ff5252 !important;
}
.light-blue-A200-border {
  border-color: #ff5252 !important;
}
.light-blue-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-blue-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-blue-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-blue-A400-bg {
  background-color: #ff1744 !important;
}
.light-blue-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-blue-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-blue-A400-fg {
  color: #ff1744 !important;
}
.light-blue-A400-border {
  border-color: #ff1744 !important;
}
.light-blue-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-blue-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-blue-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-blue-A700-bg {
  background-color: #d50000 !important;
}
.light-blue-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-blue-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-blue-A700-fg {
  color: #d50000 !important;
}
.light-blue-A700-border {
  border-color: #d50000 !important;
}
.light-blue-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-blue-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-blue-A700-border-left {
  border-left-color: #d50000 !important;
}
.cyan-50-bg {
  background-color: #e0f7fa !important;
}
.cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
.cyan-50-fg {
  color: #e0f7fa !important;
}
.cyan-50-border {
  border-color: #e0f7fa !important;
}
.cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
.cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
.cyan-100-bg {
  background-color: #b2ebf2 !important;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
.cyan-100-fg {
  color: #b2ebf2 !important;
}
.cyan-100-border {
  border-color: #b2ebf2 !important;
}
.cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
.cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
.cyan-200-bg {
  background-color: #80deea !important;
}
.cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
.cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
.cyan-200-fg {
  color: #80deea !important;
}
.cyan-200-border {
  border-color: #80deea !important;
}
.cyan-200-border-top {
  border-top-color: #80deea !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
.cyan-200-border-left {
  border-left-color: #80deea !important;
}
.cyan-300-bg {
  background-color: #4dd0e1 !important;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
.cyan-300-fg {
  color: #4dd0e1 !important;
}
.cyan-300-border {
  border-color: #4dd0e1 !important;
}
.cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
.cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
.cyan-400-bg {
  background-color: #26c6da !important;
}
.cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
.cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
.cyan-400-fg {
  color: #26c6da !important;
}
.cyan-400-border {
  border-color: #26c6da !important;
}
.cyan-400-border-top {
  border-top-color: #26c6da !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
.cyan-400-border-left {
  border-left-color: #26c6da !important;
}
.cyan-500-bg {
  background-color: #00bcd4 !important;
}
.cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-500-fg {
  color: #00bcd4 !important;
}
.cyan-500-border {
  border-color: #00bcd4 !important;
}
.cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-bg {
  background-color: #00bcd4 !important;
}
.cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.cyan-border {
  border-color: #00bcd4 !important;
}
.cyan-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-600-bg {
  background-color: #00acc1 !important;
}
.cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
.cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
.cyan-600-fg {
  color: #00acc1 !important;
}
.cyan-600-border {
  border-color: #00acc1 !important;
}
.cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
.cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
.cyan-700-bg {
  background-color: #0097a7 !important;
}
.cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
.cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
.cyan-700-fg {
  color: #0097a7 !important;
}
.cyan-700-border {
  border-color: #0097a7 !important;
}
.cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
.cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
.cyan-800-bg {
  background-color: #00838f !important;
}
.cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
.cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
.cyan-800-fg {
  color: #00838f !important;
}
.cyan-800-border {
  border-color: #00838f !important;
}
.cyan-800-border-top {
  border-top-color: #00838f !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
.cyan-800-border-left {
  border-left-color: #00838f !important;
}
.cyan-900-bg {
  background-color: #006064 !important;
}
.cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
.cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
.cyan-900-fg {
  color: #006064 !important;
}
.cyan-900-border {
  border-color: #006064 !important;
}
.cyan-900-border-top {
  border-top-color: #006064 !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
.cyan-900-border-left {
  border-left-color: #006064 !important;
}
.cyan-A100-bg {
  background-color: #84ffff !important;
}
.cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
.cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
.cyan-A100-fg {
  color: #84ffff !important;
}
.cyan-A100-border {
  border-color: #84ffff !important;
}
.cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
.cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
.cyan-A200-bg {
  background-color: #18ffff !important;
}
.cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
.cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
.cyan-A200-fg {
  color: #18ffff !important;
}
.cyan-A200-border {
  border-color: #18ffff !important;
}
.cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
.cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
.cyan-A400-bg {
  background-color: #00e5ff !important;
}
.cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
.cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
.cyan-A400-fg {
  color: #00e5ff !important;
}
.cyan-A400-border {
  border-color: #00e5ff !important;
}
.cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
.cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
.cyan-A700-bg {
  background-color: #00b8d4 !important;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
.cyan-A700-fg {
  color: #00b8d4 !important;
}
.cyan-A700-border {
  border-color: #00b8d4 !important;
}
.cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
.cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
.teal-50-bg {
  background-color: #ffebee !important;
}
.teal-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.teal-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.teal-50-fg {
  color: #ffebee !important;
}
.teal-50-border {
  border-color: #ffebee !important;
}
.teal-50-border-top {
  border-top-color: #ffebee !important;
}
.teal-50-border-right {
  border-right-color: #ffebee !important;
}
.teal-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.teal-50-border-left {
  border-left-color: #ffebee !important;
}
.teal-100-bg {
  background-color: #ffcdd2 !important;
}
.teal-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.teal-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.teal-100-fg {
  color: #ffcdd2 !important;
}
.teal-100-border {
  border-color: #ffcdd2 !important;
}
.teal-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.teal-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.teal-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.teal-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.teal-200-bg {
  background-color: #ef9a9a !important;
}
.teal-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.teal-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.teal-200-fg {
  color: #ef9a9a !important;
}
.teal-200-border {
  border-color: #ef9a9a !important;
}
.teal-200-border-top {
  border-top-color: #ef9a9a !important;
}
.teal-200-border-right {
  border-right-color: #ef9a9a !important;
}
.teal-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.teal-200-border-left {
  border-left-color: #ef9a9a !important;
}
.teal-300-bg {
  background-color: #e57373 !important;
}
.teal-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.teal-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.teal-300-fg {
  color: #e57373 !important;
}
.teal-300-border {
  border-color: #e57373 !important;
}
.teal-300-border-top {
  border-top-color: #e57373 !important;
}
.teal-300-border-right {
  border-right-color: #e57373 !important;
}
.teal-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.teal-300-border-left {
  border-left-color: #e57373 !important;
}
.teal-400-bg {
  background-color: #ef5350 !important;
}
.teal-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.teal-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.teal-400-fg {
  color: #ef5350 !important;
}
.teal-400-border {
  border-color: #ef5350 !important;
}
.teal-400-border-top {
  border-top-color: #ef5350 !important;
}
.teal-400-border-right {
  border-right-color: #ef5350 !important;
}
.teal-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.teal-400-border-left {
  border-left-color: #ef5350 !important;
}
.teal-500-bg {
  background-color: #f44336 !important;
}
.teal-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-500-fg {
  color: #f44336 !important;
}
.teal-500-border {
  border-color: #f44336 !important;
}
.teal-500-border-top {
  border-top-color: #f44336 !important;
}
.teal-500-border-right {
  border-right-color: #f44336 !important;
}
.teal-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-500-border-left {
  border-left-color: #f44336 !important;
}
.teal-bg {
  background-color: #f44336 !important;
}
.teal {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-fg {
  color: #f44336 !important;
}
.teal-border {
  border-color: #f44336 !important;
}
.teal-border-top {
  border-top-color: #f44336 !important;
}
.teal-border-right {
  border-right-color: #f44336 !important;
}
.teal-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-border-left {
  border-left-color: #f44336 !important;
}
.teal-600-bg {
  background-color: #e53935 !important;
}
.teal-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.teal-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.teal-600-fg {
  color: #e53935 !important;
}
.teal-600-border {
  border-color: #e53935 !important;
}
.teal-600-border-top {
  border-top-color: #e53935 !important;
}
.teal-600-border-right {
  border-right-color: #e53935 !important;
}
.teal-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.teal-600-border-left {
  border-left-color: #e53935 !important;
}
.teal-700-bg {
  background-color: #d32f2f !important;
}
.teal-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.teal-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.teal-700-fg {
  color: #d32f2f !important;
}
.teal-700-border {
  border-color: #d32f2f !important;
}
.teal-700-border-top {
  border-top-color: #d32f2f !important;
}
.teal-700-border-right {
  border-right-color: #d32f2f !important;
}
.teal-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.teal-700-border-left {
  border-left-color: #d32f2f !important;
}
.teal-800-bg {
  background-color: #c62828 !important;
}
.teal-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.teal-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.teal-800-fg {
  color: #c62828 !important;
}
.teal-800-border {
  border-color: #c62828 !important;
}
.teal-800-border-top {
  border-top-color: #c62828 !important;
}
.teal-800-border-right {
  border-right-color: #c62828 !important;
}
.teal-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.teal-800-border-left {
  border-left-color: #c62828 !important;
}
.teal-900-bg {
  background-color: #b71c1c !important;
}
.teal-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.teal-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.teal-900-fg {
  color: #b71c1c !important;
}
.teal-900-border {
  border-color: #b71c1c !important;
}
.teal-900-border-top {
  border-top-color: #b71c1c !important;
}
.teal-900-border-right {
  border-right-color: #b71c1c !important;
}
.teal-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.teal-900-border-left {
  border-left-color: #b71c1c !important;
}
.teal-A100-bg {
  background-color: #ff8a80 !important;
}
.teal-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.teal-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.teal-A100-fg {
  color: #ff8a80 !important;
}
.teal-A100-border {
  border-color: #ff8a80 !important;
}
.teal-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.teal-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.teal-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.teal-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.teal-A200-bg {
  background-color: #ff5252 !important;
}
.teal-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.teal-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.teal-A200-fg {
  color: #ff5252 !important;
}
.teal-A200-border {
  border-color: #ff5252 !important;
}
.teal-A200-border-top {
  border-top-color: #ff5252 !important;
}
.teal-A200-border-right {
  border-right-color: #ff5252 !important;
}
.teal-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.teal-A200-border-left {
  border-left-color: #ff5252 !important;
}
.teal-A400-bg {
  background-color: #ff1744 !important;
}
.teal-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.teal-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.teal-A400-fg {
  color: #ff1744 !important;
}
.teal-A400-border {
  border-color: #ff1744 !important;
}
.teal-A400-border-top {
  border-top-color: #ff1744 !important;
}
.teal-A400-border-right {
  border-right-color: #ff1744 !important;
}
.teal-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.teal-A400-border-left {
  border-left-color: #ff1744 !important;
}
.teal-A700-bg {
  background-color: #d50000 !important;
}
.teal-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.teal-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.teal-A700-fg {
  color: #d50000 !important;
}
.teal-A700-border {
  border-color: #d50000 !important;
}
.teal-A700-border-top {
  border-top-color: #d50000 !important;
}
.teal-A700-border-right {
  border-right-color: #d50000 !important;
}
.teal-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.teal-A700-border-left {
  border-left-color: #d50000 !important;
}
.green-50-bg {
  background-color: #e8f5e9 !important;
}
.green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
.green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
.green-50-fg {
  color: #e8f5e9 !important;
}
.green-50-border {
  border-color: #e8f5e9 !important;
}
.green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
.green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
.green-100-bg {
  background-color: #c8e6c9 !important;
}
.green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
.green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
.green-100-fg {
  color: #c8e6c9 !important;
}
.green-100-border {
  border-color: #c8e6c9 !important;
}
.green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
.green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
.green-200-bg {
  background-color: #a5d6a7 !important;
}
.green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
.green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
.green-200-fg {
  color: #a5d6a7 !important;
}
.green-200-border {
  border-color: #a5d6a7 !important;
}
.green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
.green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
.green-300-bg {
  background-color: #81c784 !important;
}
.green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
.green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
.green-300-fg {
  color: #81c784 !important;
}
.green-300-border {
  border-color: #81c784 !important;
}
.green-300-border-top {
  border-top-color: #81c784 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
.green-300-border-left {
  border-left-color: #81c784 !important;
}
.green-400-bg {
  background-color: #66bb6a !important;
}
.green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
.green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
.green-400-fg {
  color: #66bb6a !important;
}
.green-400-border {
  border-color: #66bb6a !important;
}
.green-400-border-top {
  border-top-color: #66bb6a !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
.green-400-border-left {
  border-left-color: #66bb6a !important;
}
.green-500-bg {
  background-color: #4caf50 !important;
}
.green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-500-fg {
  color: #4caf50 !important;
}
.green-500-border {
  border-color: #4caf50 !important;
}
.green-500-border-top {
  border-top-color: #4caf50 !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-500-border-left {
  border-left-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.green-border {
  border-color: #4caf50 !important;
}
.green-border-top {
  border-top-color: #4caf50 !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-border-left {
  border-left-color: #4caf50 !important;
}
.green-600-bg {
  background-color: #43a047 !important;
}
.green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
.green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
.green-600-fg {
  color: #43a047 !important;
}
.green-600-border {
  border-color: #43a047 !important;
}
.green-600-border-top {
  border-top-color: #43a047 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
.green-600-border-left {
  border-left-color: #43a047 !important;
}
.green-700-bg {
  background-color: #388e3c !important;
}
.green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
.green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
.green-700-fg {
  color: #388e3c !important;
}
.green-700-border {
  border-color: #388e3c !important;
}
.green-700-border-top {
  border-top-color: #388e3c !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
.green-700-border-left {
  border-left-color: #388e3c !important;
}
.green-800-bg {
  background-color: #2e7d32 !important;
}
.green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
.green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
.green-800-fg {
  color: #2e7d32 !important;
}
.green-800-border {
  border-color: #2e7d32 !important;
}
.green-800-border-top {
  border-top-color: #2e7d32 !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
.green-800-border-left {
  border-left-color: #2e7d32 !important;
}
.green-900-bg {
  background-color: #1b5e20 !important;
}
.green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
.green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
.green-900-fg {
  color: #1b5e20 !important;
}
.green-900-border {
  border-color: #1b5e20 !important;
}
.green-900-border-top {
  border-top-color: #1b5e20 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
.green-900-border-left {
  border-left-color: #1b5e20 !important;
}
.green-A100-bg {
  background-color: #b9f6ca !important;
}
.green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
.green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
.green-A100-fg {
  color: #b9f6ca !important;
}
.green-A100-border {
  border-color: #b9f6ca !important;
}
.green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
.green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
.green-A200-bg {
  background-color: #69f0ae !important;
}
.green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
.green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
.green-A200-fg {
  color: #69f0ae !important;
}
.green-A200-border {
  border-color: #69f0ae !important;
}
.green-A200-border-top {
  border-top-color: #69f0ae !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
.green-A200-border-left {
  border-left-color: #69f0ae !important;
}
.green-A400-bg {
  background-color: #00e676 !important;
}
.green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
.green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
.green-A400-fg {
  color: #00e676 !important;
}
.green-A400-border {
  border-color: #00e676 !important;
}
.green-A400-border-top {
  border-top-color: #00e676 !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
.green-A400-border-left {
  border-left-color: #00e676 !important;
}
.green-A700-bg {
  background-color: #00c853 !important;
}
.green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
.green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
.green-A700-fg {
  color: #00c853 !important;
}
.green-A700-border {
  border-color: #00c853 !important;
}
.green-A700-border-top {
  border-top-color: #00c853 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
.green-A700-border-left {
  border-left-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #ffebee !important;
}
.light-green-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-green-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-green-50-fg {
  color: #ffebee !important;
}
.light-green-50-border {
  border-color: #ffebee !important;
}
.light-green-50-border-top {
  border-top-color: #ffebee !important;
}
.light-green-50-border-right {
  border-right-color: #ffebee !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-green-50-border-left {
  border-left-color: #ffebee !important;
}
.light-green-100-bg {
  background-color: #ffcdd2 !important;
}
.light-green-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-green-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-green-100-fg {
  color: #ffcdd2 !important;
}
.light-green-100-border {
  border-color: #ffcdd2 !important;
}
.light-green-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-green-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-green-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-green-200-bg {
  background-color: #ef9a9a !important;
}
.light-green-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-green-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-green-200-fg {
  color: #ef9a9a !important;
}
.light-green-200-border {
  border-color: #ef9a9a !important;
}
.light-green-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-green-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-green-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-green-300-bg {
  background-color: #e57373 !important;
}
.light-green-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-green-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-green-300-fg {
  color: #e57373 !important;
}
.light-green-300-border {
  border-color: #e57373 !important;
}
.light-green-300-border-top {
  border-top-color: #e57373 !important;
}
.light-green-300-border-right {
  border-right-color: #e57373 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-green-300-border-left {
  border-left-color: #e57373 !important;
}
.light-green-400-bg {
  background-color: #ef5350 !important;
}
.light-green-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-green-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-green-400-fg {
  color: #ef5350 !important;
}
.light-green-400-border {
  border-color: #ef5350 !important;
}
.light-green-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-green-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-green-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-green-500-bg {
  background-color: #f44336 !important;
}
.light-green-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-500-fg {
  color: #f44336 !important;
}
.light-green-500-border {
  border-color: #f44336 !important;
}
.light-green-500-border-top {
  border-top-color: #f44336 !important;
}
.light-green-500-border-right {
  border-right-color: #f44336 !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-500-border-left {
  border-left-color: #f44336 !important;
}
.light-green-bg {
  background-color: #f44336 !important;
}
.light-green {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-fg {
  color: #f44336 !important;
}
.light-green-border {
  border-color: #f44336 !important;
}
.light-green-border-top {
  border-top-color: #f44336 !important;
}
.light-green-border-right {
  border-right-color: #f44336 !important;
}
.light-green-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-border-left {
  border-left-color: #f44336 !important;
}
.light-green-600-bg {
  background-color: #e53935 !important;
}
.light-green-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-green-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-green-600-fg {
  color: #e53935 !important;
}
.light-green-600-border {
  border-color: #e53935 !important;
}
.light-green-600-border-top {
  border-top-color: #e53935 !important;
}
.light-green-600-border-right {
  border-right-color: #e53935 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-green-600-border-left {
  border-left-color: #e53935 !important;
}
.light-green-700-bg {
  background-color: #d32f2f !important;
}
.light-green-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-green-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-green-700-fg {
  color: #d32f2f !important;
}
.light-green-700-border {
  border-color: #d32f2f !important;
}
.light-green-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-green-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-green-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-green-800-bg {
  background-color: #c62828 !important;
}
.light-green-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-green-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-green-800-fg {
  color: #c62828 !important;
}
.light-green-800-border {
  border-color: #c62828 !important;
}
.light-green-800-border-top {
  border-top-color: #c62828 !important;
}
.light-green-800-border-right {
  border-right-color: #c62828 !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-green-800-border-left {
  border-left-color: #c62828 !important;
}
.light-green-900-bg {
  background-color: #b71c1c !important;
}
.light-green-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-green-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-green-900-fg {
  color: #b71c1c !important;
}
.light-green-900-border {
  border-color: #b71c1c !important;
}
.light-green-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-green-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-green-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-green-A100-bg {
  background-color: #ff8a80 !important;
}
.light-green-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-green-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-green-A100-fg {
  color: #ff8a80 !important;
}
.light-green-A100-border {
  border-color: #ff8a80 !important;
}
.light-green-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-green-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-green-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-green-A200-bg {
  background-color: #ff5252 !important;
}
.light-green-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-green-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-green-A200-fg {
  color: #ff5252 !important;
}
.light-green-A200-border {
  border-color: #ff5252 !important;
}
.light-green-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-green-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-green-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-green-A400-bg {
  background-color: #ff1744 !important;
}
.light-green-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-green-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-green-A400-fg {
  color: #ff1744 !important;
}
.light-green-A400-border {
  border-color: #ff1744 !important;
}
.light-green-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-green-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-green-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-green-A700-bg {
  background-color: #d50000 !important;
}
.light-green-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-green-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #d50000 !important;
}
.light-green-A700-border {
  border-color: #d50000 !important;
}
.light-green-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-green-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-green-A700-border-left {
  border-left-color: #d50000 !important;
}
.lime-50-bg {
  background-color: #ffebee !important;
}
.lime-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.lime-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.lime-50-fg {
  color: #ffebee !important;
}
.lime-50-border {
  border-color: #ffebee !important;
}
.lime-50-border-top {
  border-top-color: #ffebee !important;
}
.lime-50-border-right {
  border-right-color: #ffebee !important;
}
.lime-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.lime-50-border-left {
  border-left-color: #ffebee !important;
}
.lime-100-bg {
  background-color: #ffcdd2 !important;
}
.lime-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.lime-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.lime-100-fg {
  color: #ffcdd2 !important;
}
.lime-100-border {
  border-color: #ffcdd2 !important;
}
.lime-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.lime-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.lime-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.lime-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.lime-200-bg {
  background-color: #ef9a9a !important;
}
.lime-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.lime-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.lime-200-fg {
  color: #ef9a9a !important;
}
.lime-200-border {
  border-color: #ef9a9a !important;
}
.lime-200-border-top {
  border-top-color: #ef9a9a !important;
}
.lime-200-border-right {
  border-right-color: #ef9a9a !important;
}
.lime-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.lime-200-border-left {
  border-left-color: #ef9a9a !important;
}
.lime-300-bg {
  background-color: #e57373 !important;
}
.lime-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.lime-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.lime-300-fg {
  color: #e57373 !important;
}
.lime-300-border {
  border-color: #e57373 !important;
}
.lime-300-border-top {
  border-top-color: #e57373 !important;
}
.lime-300-border-right {
  border-right-color: #e57373 !important;
}
.lime-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.lime-300-border-left {
  border-left-color: #e57373 !important;
}
.lime-400-bg {
  background-color: #ef5350 !important;
}
.lime-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.lime-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.lime-400-fg {
  color: #ef5350 !important;
}
.lime-400-border {
  border-color: #ef5350 !important;
}
.lime-400-border-top {
  border-top-color: #ef5350 !important;
}
.lime-400-border-right {
  border-right-color: #ef5350 !important;
}
.lime-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.lime-400-border-left {
  border-left-color: #ef5350 !important;
}
.lime-500-bg {
  background-color: #f44336 !important;
}
.lime-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-500-fg {
  color: #f44336 !important;
}
.lime-500-border {
  border-color: #f44336 !important;
}
.lime-500-border-top {
  border-top-color: #f44336 !important;
}
.lime-500-border-right {
  border-right-color: #f44336 !important;
}
.lime-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-500-border-left {
  border-left-color: #f44336 !important;
}
.lime-bg {
  background-color: #f44336 !important;
}
.lime {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-fg {
  color: #f44336 !important;
}
.lime-border {
  border-color: #f44336 !important;
}
.lime-border-top {
  border-top-color: #f44336 !important;
}
.lime-border-right {
  border-right-color: #f44336 !important;
}
.lime-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-border-left {
  border-left-color: #f44336 !important;
}
.lime-600-bg {
  background-color: #e53935 !important;
}
.lime-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.lime-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.lime-600-fg {
  color: #e53935 !important;
}
.lime-600-border {
  border-color: #e53935 !important;
}
.lime-600-border-top {
  border-top-color: #e53935 !important;
}
.lime-600-border-right {
  border-right-color: #e53935 !important;
}
.lime-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.lime-600-border-left {
  border-left-color: #e53935 !important;
}
.lime-700-bg {
  background-color: #d32f2f !important;
}
.lime-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.lime-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.lime-700-fg {
  color: #d32f2f !important;
}
.lime-700-border {
  border-color: #d32f2f !important;
}
.lime-700-border-top {
  border-top-color: #d32f2f !important;
}
.lime-700-border-right {
  border-right-color: #d32f2f !important;
}
.lime-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.lime-700-border-left {
  border-left-color: #d32f2f !important;
}
.lime-800-bg {
  background-color: #c62828 !important;
}
.lime-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.lime-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.lime-800-fg {
  color: #c62828 !important;
}
.lime-800-border {
  border-color: #c62828 !important;
}
.lime-800-border-top {
  border-top-color: #c62828 !important;
}
.lime-800-border-right {
  border-right-color: #c62828 !important;
}
.lime-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.lime-800-border-left {
  border-left-color: #c62828 !important;
}
.lime-900-bg {
  background-color: #b71c1c !important;
}
.lime-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.lime-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.lime-900-fg {
  color: #b71c1c !important;
}
.lime-900-border {
  border-color: #b71c1c !important;
}
.lime-900-border-top {
  border-top-color: #b71c1c !important;
}
.lime-900-border-right {
  border-right-color: #b71c1c !important;
}
.lime-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.lime-900-border-left {
  border-left-color: #b71c1c !important;
}
.lime-A100-bg {
  background-color: #ff8a80 !important;
}
.lime-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.lime-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.lime-A100-fg {
  color: #ff8a80 !important;
}
.lime-A100-border {
  border-color: #ff8a80 !important;
}
.lime-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.lime-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.lime-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.lime-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.lime-A200-bg {
  background-color: #ff5252 !important;
}
.lime-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.lime-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.lime-A200-fg {
  color: #ff5252 !important;
}
.lime-A200-border {
  border-color: #ff5252 !important;
}
.lime-A200-border-top {
  border-top-color: #ff5252 !important;
}
.lime-A200-border-right {
  border-right-color: #ff5252 !important;
}
.lime-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.lime-A200-border-left {
  border-left-color: #ff5252 !important;
}
.lime-A400-bg {
  background-color: #ff1744 !important;
}
.lime-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.lime-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.lime-A400-fg {
  color: #ff1744 !important;
}
.lime-A400-border {
  border-color: #ff1744 !important;
}
.lime-A400-border-top {
  border-top-color: #ff1744 !important;
}
.lime-A400-border-right {
  border-right-color: #ff1744 !important;
}
.lime-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.lime-A400-border-left {
  border-left-color: #ff1744 !important;
}
.lime-A700-bg {
  background-color: #d50000 !important;
}
.lime-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.lime-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.lime-A700-fg {
  color: #d50000 !important;
}
.lime-A700-border {
  border-color: #d50000 !important;
}
.lime-A700-border-top {
  border-top-color: #d50000 !important;
}
.lime-A700-border-right {
  border-right-color: #d50000 !important;
}
.lime-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.lime-A700-border-left {
  border-left-color: #d50000 !important;
}
.yellow-50-bg {
  background-color: #fffde7 !important;
}
.yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
.yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
.yellow-50-fg {
  color: #fffde7 !important;
}
.yellow-50-border {
  border-color: #fffde7 !important;
}
.yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
.yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
.yellow-100-bg {
  background-color: #fff9c4 !important;
}
.yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
.yellow-100-fg {
  color: #fff9c4 !important;
}
.yellow-100-border {
  border-color: #fff9c4 !important;
}
.yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
.yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
.yellow-200-bg {
  background-color: #fff59d !important;
}
.yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
.yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
.yellow-200-fg {
  color: #fff59d !important;
}
.yellow-200-border {
  border-color: #fff59d !important;
}
.yellow-200-border-top {
  border-top-color: #fff59d !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
.yellow-200-border-left {
  border-left-color: #fff59d !important;
}
.yellow-300-bg {
  background-color: #fff176 !important;
}
.yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
.yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
.yellow-300-fg {
  color: #fff176 !important;
}
.yellow-300-border {
  border-color: #fff176 !important;
}
.yellow-300-border-top {
  border-top-color: #fff176 !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
.yellow-300-border-left {
  border-left-color: #fff176 !important;
}
.yellow-400-bg {
  background-color: #ffee58 !important;
}
.yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
.yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
.yellow-400-fg {
  color: #ffee58 !important;
}
.yellow-400-border {
  border-color: #ffee58 !important;
}
.yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
.yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
.yellow-500-bg {
  background-color: #ffeb3b !important;
}
.yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-500-fg {
  color: #ffeb3b !important;
}
.yellow-500-border {
  border-color: #ffeb3b !important;
}
.yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.yellow-border {
  border-color: #ffeb3b !important;
}
.yellow-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-600-bg {
  background-color: #fdd835 !important;
}
.yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
.yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
.yellow-600-fg {
  color: #fdd835 !important;
}
.yellow-600-border {
  border-color: #fdd835 !important;
}
.yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
.yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
.yellow-700-bg {
  background-color: #fbc02d !important;
}
.yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
.yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
.yellow-700-fg {
  color: #fbc02d !important;
}
.yellow-700-border {
  border-color: #fbc02d !important;
}
.yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
.yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
.yellow-800-bg {
  background-color: #f9a825 !important;
}
.yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
.yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
.yellow-800-fg {
  color: #f9a825 !important;
}
.yellow-800-border {
  border-color: #f9a825 !important;
}
.yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
.yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
.yellow-900-bg {
  background-color: #f57f17 !important;
}
.yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
.yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
.yellow-900-fg {
  color: #f57f17 !important;
}
.yellow-900-border {
  border-color: #f57f17 !important;
}
.yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
.yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
.yellow-A100-bg {
  background-color: #ffff8d !important;
}
.yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
.yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
.yellow-A100-fg {
  color: #ffff8d !important;
}
.yellow-A100-border {
  border-color: #ffff8d !important;
}
.yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
.yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
.yellow-A200-bg {
  background-color: #ffff00 !important;
}
.yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
.yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
.yellow-A200-fg {
  color: #ffff00 !important;
}
.yellow-A200-border {
  border-color: #ffff00 !important;
}
.yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
.yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
.yellow-A400-bg {
  background-color: #ffea00 !important;
}
.yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
.yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
.yellow-A400-fg {
  color: #ffea00 !important;
}
.yellow-A400-border {
  border-color: #ffea00 !important;
}
.yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
.yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
.yellow-A700-bg {
  background-color: #ffd600 !important;
}
.yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
.yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
.yellow-A700-fg {
  color: #ffd600 !important;
}
.yellow-A700-border {
  border-color: #ffd600 !important;
}
.yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
.yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
.amber-50-bg {
  background-color: #ffebee !important;
}
.amber-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.amber-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.amber-50-fg {
  color: #ffebee !important;
}
.amber-50-border {
  border-color: #ffebee !important;
}
.amber-50-border-top {
  border-top-color: #ffebee !important;
}
.amber-50-border-right {
  border-right-color: #ffebee !important;
}
.amber-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.amber-50-border-left {
  border-left-color: #ffebee !important;
}
.amber-100-bg {
  background-color: #ffcdd2 !important;
}
.amber-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.amber-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.amber-100-fg {
  color: #ffcdd2 !important;
}
.amber-100-border {
  border-color: #ffcdd2 !important;
}
.amber-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.amber-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.amber-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.amber-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.amber-200-bg {
  background-color: #ef9a9a !important;
}
.amber-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.amber-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.amber-200-fg {
  color: #ef9a9a !important;
}
.amber-200-border {
  border-color: #ef9a9a !important;
}
.amber-200-border-top {
  border-top-color: #ef9a9a !important;
}
.amber-200-border-right {
  border-right-color: #ef9a9a !important;
}
.amber-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.amber-200-border-left {
  border-left-color: #ef9a9a !important;
}
.amber-300-bg {
  background-color: #e57373 !important;
}
.amber-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.amber-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.amber-300-fg {
  color: #e57373 !important;
}
.amber-300-border {
  border-color: #e57373 !important;
}
.amber-300-border-top {
  border-top-color: #e57373 !important;
}
.amber-300-border-right {
  border-right-color: #e57373 !important;
}
.amber-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.amber-300-border-left {
  border-left-color: #e57373 !important;
}
.amber-400-bg {
  background-color: #ef5350 !important;
}
.amber-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.amber-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.amber-400-fg {
  color: #ef5350 !important;
}
.amber-400-border {
  border-color: #ef5350 !important;
}
.amber-400-border-top {
  border-top-color: #ef5350 !important;
}
.amber-400-border-right {
  border-right-color: #ef5350 !important;
}
.amber-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.amber-400-border-left {
  border-left-color: #ef5350 !important;
}
.amber-500-bg {
  background-color: #f44336 !important;
}
.amber-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-500-fg {
  color: #f44336 !important;
}
.amber-500-border {
  border-color: #f44336 !important;
}
.amber-500-border-top {
  border-top-color: #f44336 !important;
}
.amber-500-border-right {
  border-right-color: #f44336 !important;
}
.amber-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-500-border-left {
  border-left-color: #f44336 !important;
}
.amber-bg {
  background-color: #f44336 !important;
}
.amber {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-fg {
  color: #f44336 !important;
}
.amber-border {
  border-color: #f44336 !important;
}
.amber-border-top {
  border-top-color: #f44336 !important;
}
.amber-border-right {
  border-right-color: #f44336 !important;
}
.amber-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-border-left {
  border-left-color: #f44336 !important;
}
.amber-600-bg {
  background-color: #e53935 !important;
}
.amber-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.amber-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.amber-600-fg {
  color: #e53935 !important;
}
.amber-600-border {
  border-color: #e53935 !important;
}
.amber-600-border-top {
  border-top-color: #e53935 !important;
}
.amber-600-border-right {
  border-right-color: #e53935 !important;
}
.amber-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.amber-600-border-left {
  border-left-color: #e53935 !important;
}
.amber-700-bg {
  background-color: #d32f2f !important;
}
.amber-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.amber-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.amber-700-fg {
  color: #d32f2f !important;
}
.amber-700-border {
  border-color: #d32f2f !important;
}
.amber-700-border-top {
  border-top-color: #d32f2f !important;
}
.amber-700-border-right {
  border-right-color: #d32f2f !important;
}
.amber-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.amber-700-border-left {
  border-left-color: #d32f2f !important;
}
.amber-800-bg {
  background-color: #c62828 !important;
}
.amber-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.amber-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.amber-800-fg {
  color: #c62828 !important;
}
.amber-800-border {
  border-color: #c62828 !important;
}
.amber-800-border-top {
  border-top-color: #c62828 !important;
}
.amber-800-border-right {
  border-right-color: #c62828 !important;
}
.amber-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.amber-800-border-left {
  border-left-color: #c62828 !important;
}
.amber-900-bg {
  background-color: #b71c1c !important;
}
.amber-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.amber-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.amber-900-fg {
  color: #b71c1c !important;
}
.amber-900-border {
  border-color: #b71c1c !important;
}
.amber-900-border-top {
  border-top-color: #b71c1c !important;
}
.amber-900-border-right {
  border-right-color: #b71c1c !important;
}
.amber-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.amber-900-border-left {
  border-left-color: #b71c1c !important;
}
.amber-A100-bg {
  background-color: #ff8a80 !important;
}
.amber-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.amber-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.amber-A100-fg {
  color: #ff8a80 !important;
}
.amber-A100-border {
  border-color: #ff8a80 !important;
}
.amber-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.amber-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.amber-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.amber-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.amber-A200-bg {
  background-color: #ff5252 !important;
}
.amber-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.amber-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.amber-A200-fg {
  color: #ff5252 !important;
}
.amber-A200-border {
  border-color: #ff5252 !important;
}
.amber-A200-border-top {
  border-top-color: #ff5252 !important;
}
.amber-A200-border-right {
  border-right-color: #ff5252 !important;
}
.amber-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.amber-A200-border-left {
  border-left-color: #ff5252 !important;
}
.amber-A400-bg {
  background-color: #ff1744 !important;
}
.amber-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.amber-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.amber-A400-fg {
  color: #ff1744 !important;
}
.amber-A400-border {
  border-color: #ff1744 !important;
}
.amber-A400-border-top {
  border-top-color: #ff1744 !important;
}
.amber-A400-border-right {
  border-right-color: #ff1744 !important;
}
.amber-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.amber-A400-border-left {
  border-left-color: #ff1744 !important;
}
.amber-A700-bg {
  background-color: #d50000 !important;
}
.amber-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.amber-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.amber-A700-fg {
  color: #d50000 !important;
}
.amber-A700-border {
  border-color: #d50000 !important;
}
.amber-A700-border-top {
  border-top-color: #d50000 !important;
}
.amber-A700-border-right {
  border-right-color: #d50000 !important;
}
.amber-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.amber-A700-border-left {
  border-left-color: #d50000 !important;
}
.orange-50-bg {
  background-color: #fff3e0 !important;
}
.orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
.orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
.orange-50-fg {
  color: #fff3e0 !important;
}
.orange-50-border {
  border-color: #fff3e0 !important;
}
.orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
.orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
.orange-100-bg {
  background-color: #ffe0b2 !important;
}
.orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
.orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
.orange-100-fg {
  color: #ffe0b2 !important;
}
.orange-100-border {
  border-color: #ffe0b2 !important;
}
.orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
.orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
.orange-200-bg {
  background-color: #ffcc80 !important;
}
.orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
.orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
.orange-200-fg {
  color: #ffcc80 !important;
}
.orange-200-border {
  border-color: #ffcc80 !important;
}
.orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
.orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
.orange-300-bg {
  background-color: #ffb74d !important;
}
.orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
.orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
.orange-300-fg {
  color: #ffb74d !important;
}
.orange-300-border {
  border-color: #ffb74d !important;
}
.orange-300-border-top {
  border-top-color: #ffb74d !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
.orange-300-border-left {
  border-left-color: #ffb74d !important;
}
.orange-400-bg {
  background-color: #ffa726 !important;
}
.orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
.orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
.orange-400-fg {
  color: #ffa726 !important;
}
.orange-400-border {
  border-color: #ffa726 !important;
}
.orange-400-border-top {
  border-top-color: #ffa726 !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
.orange-400-border-left {
  border-left-color: #ffa726 !important;
}
.orange-500-bg {
  background-color: #ff9800 !important;
}
.orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-500-fg {
  color: #ff9800 !important;
}
.orange-500-border {
  border-color: #ff9800 !important;
}
.orange-500-border-top {
  border-top-color: #ff9800 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-500-border-left {
  border-left-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.orange-border {
  border-color: #ff9800 !important;
}
.orange-border-top {
  border-top-color: #ff9800 !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-border-left {
  border-left-color: #ff9800 !important;
}
.orange-600-bg {
  background-color: #fb8c00 !important;
}
.orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
.orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
.orange-600-fg {
  color: #fb8c00 !important;
}
.orange-600-border {
  border-color: #fb8c00 !important;
}
.orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
.orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
.orange-700-bg {
  background-color: #f57c00 !important;
}
.orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
.orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
.orange-700-fg {
  color: #f57c00 !important;
}
.orange-700-border {
  border-color: #f57c00 !important;
}
.orange-700-border-top {
  border-top-color: #f57c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
.orange-700-border-left {
  border-left-color: #f57c00 !important;
}
.orange-800-bg {
  background-color: #ef6c00 !important;
}
.orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
.orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
.orange-800-fg {
  color: #ef6c00 !important;
}
.orange-800-border {
  border-color: #ef6c00 !important;
}
.orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
.orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
.orange-900-bg {
  background-color: #e65100 !important;
}
.orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
.orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
.orange-900-fg {
  color: #e65100 !important;
}
.orange-900-border {
  border-color: #e65100 !important;
}
.orange-900-border-top {
  border-top-color: #e65100 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
.orange-900-border-left {
  border-left-color: #e65100 !important;
}
.orange-A100-bg {
  background-color: #ffd180 !important;
}
.orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
.orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
.orange-A100-fg {
  color: #ffd180 !important;
}
.orange-A100-border {
  border-color: #ffd180 !important;
}
.orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
.orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
.orange-A200-bg {
  background-color: #ffab40 !important;
}
.orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
.orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
.orange-A200-fg {
  color: #ffab40 !important;
}
.orange-A200-border {
  border-color: #ffab40 !important;
}
.orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
.orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
.orange-A400-bg {
  background-color: #ff9100 !important;
}
.orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
.orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
.orange-A400-fg {
  color: #ff9100 !important;
}
.orange-A400-border {
  border-color: #ff9100 !important;
}
.orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
.orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
.orange-A700-bg {
  background-color: #ff6d00 !important;
}
.orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
.orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
.orange-A700-fg {
  color: #ff6d00 !important;
}
.orange-A700-border {
  border-color: #ff6d00 !important;
}
.orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
.orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
.deep-orange-50-bg {
  background-color: #ffebee !important;
}
.deep-orange-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-orange-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-orange-50-fg {
  color: #ffebee !important;
}
.deep-orange-50-border {
  border-color: #ffebee !important;
}
.deep-orange-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-orange-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-orange-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-orange-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-orange-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-orange-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-orange-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-orange-100-fg {
  color: #ffcdd2 !important;
}
.deep-orange-100-border {
  border-color: #ffcdd2 !important;
}
.deep-orange-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-orange-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-orange-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-orange-200-bg {
  background-color: #ef9a9a !important;
}
.deep-orange-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-orange-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-orange-200-fg {
  color: #ef9a9a !important;
}
.deep-orange-200-border {
  border-color: #ef9a9a !important;
}
.deep-orange-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-orange-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-orange-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-orange-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-orange-300-bg {
  background-color: #e57373 !important;
}
.deep-orange-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-orange-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-orange-300-fg {
  color: #e57373 !important;
}
.deep-orange-300-border {
  border-color: #e57373 !important;
}
.deep-orange-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-orange-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-orange-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-orange-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-orange-400-bg {
  background-color: #ef5350 !important;
}
.deep-orange-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-orange-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-orange-400-fg {
  color: #ef5350 !important;
}
.deep-orange-400-border {
  border-color: #ef5350 !important;
}
.deep-orange-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-orange-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-orange-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-orange-500-bg {
  background-color: #f44336 !important;
}
.deep-orange-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-500-fg {
  color: #f44336 !important;
}
.deep-orange-500-border {
  border-color: #f44336 !important;
}
.deep-orange-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-bg {
  background-color: #f44336 !important;
}
.deep-orange {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-fg {
  color: #f44336 !important;
}
.deep-orange-border {
  border-color: #f44336 !important;
}
.deep-orange-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-600-bg {
  background-color: #e53935 !important;
}
.deep-orange-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-orange-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-orange-600-fg {
  color: #e53935 !important;
}
.deep-orange-600-border {
  border-color: #e53935 !important;
}
.deep-orange-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-orange-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-orange-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-orange-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-orange-700-bg {
  background-color: #d32f2f !important;
}
.deep-orange-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-orange-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-orange-700-fg {
  color: #d32f2f !important;
}
.deep-orange-700-border {
  border-color: #d32f2f !important;
}
.deep-orange-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-orange-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-orange-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-orange-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-orange-800-bg {
  background-color: #c62828 !important;
}
.deep-orange-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-orange-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-orange-800-fg {
  color: #c62828 !important;
}
.deep-orange-800-border {
  border-color: #c62828 !important;
}
.deep-orange-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-orange-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-orange-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-orange-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-orange-900-bg {
  background-color: #b71c1c !important;
}
.deep-orange-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-orange-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-orange-900-fg {
  color: #b71c1c !important;
}
.deep-orange-900-border {
  border-color: #b71c1c !important;
}
.deep-orange-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-orange-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-orange-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-orange-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-orange-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-orange-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-orange-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-orange-A100-fg {
  color: #ff8a80 !important;
}
.deep-orange-A100-border {
  border-color: #ff8a80 !important;
}
.deep-orange-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-orange-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-orange-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-orange-A200-bg {
  background-color: #ff5252 !important;
}
.deep-orange-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-orange-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-orange-A200-fg {
  color: #ff5252 !important;
}
.deep-orange-A200-border {
  border-color: #ff5252 !important;
}
.deep-orange-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-orange-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-orange-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-orange-A400-bg {
  background-color: #ff1744 !important;
}
.deep-orange-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-orange-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-orange-A400-fg {
  color: #ff1744 !important;
}
.deep-orange-A400-border {
  border-color: #ff1744 !important;
}
.deep-orange-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-orange-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-orange-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-orange-A700-bg {
  background-color: #d50000 !important;
}
.deep-orange-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-orange-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-orange-A700-fg {
  color: #d50000 !important;
}
.deep-orange-A700-border {
  border-color: #d50000 !important;
}
.deep-orange-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-orange-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-orange-A700-border-left {
  border-left-color: #d50000 !important;
}
.brown-50-bg {
  background-color: #ffebee !important;
}
.brown-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.brown-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.brown-50-fg {
  color: #ffebee !important;
}
.brown-50-border {
  border-color: #ffebee !important;
}
.brown-50-border-top {
  border-top-color: #ffebee !important;
}
.brown-50-border-right {
  border-right-color: #ffebee !important;
}
.brown-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.brown-50-border-left {
  border-left-color: #ffebee !important;
}
.brown-100-bg {
  background-color: #ffcdd2 !important;
}
.brown-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.brown-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.brown-100-fg {
  color: #ffcdd2 !important;
}
.brown-100-border {
  border-color: #ffcdd2 !important;
}
.brown-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.brown-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.brown-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.brown-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.brown-200-bg {
  background-color: #ef9a9a !important;
}
.brown-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.brown-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.brown-200-fg {
  color: #ef9a9a !important;
}
.brown-200-border {
  border-color: #ef9a9a !important;
}
.brown-200-border-top {
  border-top-color: #ef9a9a !important;
}
.brown-200-border-right {
  border-right-color: #ef9a9a !important;
}
.brown-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.brown-200-border-left {
  border-left-color: #ef9a9a !important;
}
.brown-300-bg {
  background-color: #e57373 !important;
}
.brown-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.brown-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.brown-300-fg {
  color: #e57373 !important;
}
.brown-300-border {
  border-color: #e57373 !important;
}
.brown-300-border-top {
  border-top-color: #e57373 !important;
}
.brown-300-border-right {
  border-right-color: #e57373 !important;
}
.brown-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.brown-300-border-left {
  border-left-color: #e57373 !important;
}
.brown-400-bg {
  background-color: #ef5350 !important;
}
.brown-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.brown-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.brown-400-fg {
  color: #ef5350 !important;
}
.brown-400-border {
  border-color: #ef5350 !important;
}
.brown-400-border-top {
  border-top-color: #ef5350 !important;
}
.brown-400-border-right {
  border-right-color: #ef5350 !important;
}
.brown-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.brown-400-border-left {
  border-left-color: #ef5350 !important;
}
.brown-500-bg {
  background-color: #f44336 !important;
}
.brown-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-500-fg {
  color: #f44336 !important;
}
.brown-500-border {
  border-color: #f44336 !important;
}
.brown-500-border-top {
  border-top-color: #f44336 !important;
}
.brown-500-border-right {
  border-right-color: #f44336 !important;
}
.brown-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-500-border-left {
  border-left-color: #f44336 !important;
}
.brown-bg {
  background-color: #f44336 !important;
}
.brown {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-fg {
  color: #f44336 !important;
}
.brown-border {
  border-color: #f44336 !important;
}
.brown-border-top {
  border-top-color: #f44336 !important;
}
.brown-border-right {
  border-right-color: #f44336 !important;
}
.brown-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-border-left {
  border-left-color: #f44336 !important;
}
.brown-600-bg {
  background-color: #e53935 !important;
}
.brown-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.brown-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.brown-600-fg {
  color: #e53935 !important;
}
.brown-600-border {
  border-color: #e53935 !important;
}
.brown-600-border-top {
  border-top-color: #e53935 !important;
}
.brown-600-border-right {
  border-right-color: #e53935 !important;
}
.brown-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.brown-600-border-left {
  border-left-color: #e53935 !important;
}
.brown-700-bg {
  background-color: #d32f2f !important;
}
.brown-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.brown-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.brown-700-fg {
  color: #d32f2f !important;
}
.brown-700-border {
  border-color: #d32f2f !important;
}
.brown-700-border-top {
  border-top-color: #d32f2f !important;
}
.brown-700-border-right {
  border-right-color: #d32f2f !important;
}
.brown-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.brown-700-border-left {
  border-left-color: #d32f2f !important;
}
.brown-800-bg {
  background-color: #c62828 !important;
}
.brown-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.brown-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.brown-800-fg {
  color: #c62828 !important;
}
.brown-800-border {
  border-color: #c62828 !important;
}
.brown-800-border-top {
  border-top-color: #c62828 !important;
}
.brown-800-border-right {
  border-right-color: #c62828 !important;
}
.brown-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.brown-800-border-left {
  border-left-color: #c62828 !important;
}
.brown-900-bg {
  background-color: #b71c1c !important;
}
.brown-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.brown-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.brown-900-fg {
  color: #b71c1c !important;
}
.brown-900-border {
  border-color: #b71c1c !important;
}
.brown-900-border-top {
  border-top-color: #b71c1c !important;
}
.brown-900-border-right {
  border-right-color: #b71c1c !important;
}
.brown-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.brown-900-border-left {
  border-left-color: #b71c1c !important;
}
.brown-A100-bg {
  background-color: #ff8a80 !important;
}
.brown-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.brown-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.brown-A100-fg {
  color: #ff8a80 !important;
}
.brown-A100-border {
  border-color: #ff8a80 !important;
}
.brown-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.brown-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.brown-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.brown-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.brown-A200-bg {
  background-color: #ff5252 !important;
}
.brown-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.brown-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.brown-A200-fg {
  color: #ff5252 !important;
}
.brown-A200-border {
  border-color: #ff5252 !important;
}
.brown-A200-border-top {
  border-top-color: #ff5252 !important;
}
.brown-A200-border-right {
  border-right-color: #ff5252 !important;
}
.brown-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.brown-A200-border-left {
  border-left-color: #ff5252 !important;
}
.brown-A400-bg {
  background-color: #ff1744 !important;
}
.brown-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.brown-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.brown-A400-fg {
  color: #ff1744 !important;
}
.brown-A400-border {
  border-color: #ff1744 !important;
}
.brown-A400-border-top {
  border-top-color: #ff1744 !important;
}
.brown-A400-border-right {
  border-right-color: #ff1744 !important;
}
.brown-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.brown-A400-border-left {
  border-left-color: #ff1744 !important;
}
.brown-A700-bg {
  background-color: #d50000 !important;
}
.brown-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.brown-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.brown-A700-fg {
  color: #d50000 !important;
}
.brown-A700-border {
  border-color: #d50000 !important;
}
.brown-A700-border-top {
  border-top-color: #d50000 !important;
}
.brown-A700-border-right {
  border-right-color: #d50000 !important;
}
.brown-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.brown-A700-border-left {
  border-left-color: #d50000 !important;
}
.grey-50-bg {
  background-color: #ffebee !important;
}
.grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.grey-50-fg {
  color: #ffebee !important;
}
.grey-50-border {
  border-color: #ffebee !important;
}
.grey-50-border-top {
  border-top-color: #ffebee !important;
}
.grey-50-border-right {
  border-right-color: #ffebee !important;
}
.grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.grey-50-border-left {
  border-left-color: #ffebee !important;
}
.grey-100-bg {
  background-color: #ffcdd2 !important;
}
.grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.grey-100-fg {
  color: #ffcdd2 !important;
}
.grey-100-border {
  border-color: #ffcdd2 !important;
}
.grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.grey-200-bg {
  background-color: #ef9a9a !important;
}
.grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.grey-200-fg {
  color: #ef9a9a !important;
}
.grey-200-border {
  border-color: #ef9a9a !important;
}
.grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.grey-300-bg {
  background-color: #e57373 !important;
}
.grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.grey-300-fg {
  color: #e57373 !important;
}
.grey-300-border {
  border-color: #e57373 !important;
}
.grey-300-border-top {
  border-top-color: #e57373 !important;
}
.grey-300-border-right {
  border-right-color: #e57373 !important;
}
.grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.grey-300-border-left {
  border-left-color: #e57373 !important;
}
.grey-400-bg {
  background-color: #ef5350 !important;
}
.grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.grey-400-fg {
  color: #ef5350 !important;
}
.grey-400-border {
  border-color: #ef5350 !important;
}
.grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.grey-500-bg {
  background-color: #f44336 !important;
}
.grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-500-fg {
  color: #f44336 !important;
}
.grey-500-border {
  border-color: #f44336 !important;
}
.grey-500-border-top {
  border-top-color: #f44336 !important;
}
.grey-500-border-right {
  border-right-color: #f44336 !important;
}
.grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-500-border-left {
  border-left-color: #f44336 !important;
}
.grey-bg {
  background-color: #f44336 !important;
}
.grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-fg {
  color: #f44336 !important;
}
.grey-border {
  border-color: #f44336 !important;
}
.grey-border-top {
  border-top-color: #f44336 !important;
}
.grey-border-right {
  border-right-color: #f44336 !important;
}
.grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-border-left {
  border-left-color: #f44336 !important;
}
.grey-600-bg {
  background-color: #e53935 !important;
}
.grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.grey-600-fg {
  color: #e53935 !important;
}
.grey-600-border {
  border-color: #e53935 !important;
}
.grey-600-border-top {
  border-top-color: #e53935 !important;
}
.grey-600-border-right {
  border-right-color: #e53935 !important;
}
.grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.grey-600-border-left {
  border-left-color: #e53935 !important;
}
.grey-700-bg {
  background-color: #d32f2f !important;
}
.grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.grey-700-fg {
  color: #d32f2f !important;
}
.grey-700-border {
  border-color: #d32f2f !important;
}
.grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.grey-800-bg {
  background-color: #c62828 !important;
}
.grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.grey-800-fg {
  color: #c62828 !important;
}
.grey-800-border {
  border-color: #c62828 !important;
}
.grey-800-border-top {
  border-top-color: #c62828 !important;
}
.grey-800-border-right {
  border-right-color: #c62828 !important;
}
.grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.grey-800-border-left {
  border-left-color: #c62828 !important;
}
.grey-900-bg {
  background-color: #b71c1c !important;
}
.grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.grey-900-fg {
  color: #b71c1c !important;
}
.grey-900-border {
  border-color: #b71c1c !important;
}
.grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.grey-A100-bg {
  background-color: #ff8a80 !important;
}
.grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.grey-A100-fg {
  color: #ff8a80 !important;
}
.grey-A100-border {
  border-color: #ff8a80 !important;
}
.grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.grey-A200-bg {
  background-color: #ff5252 !important;
}
.grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.grey-A200-fg {
  color: #ff5252 !important;
}
.grey-A200-border {
  border-color: #ff5252 !important;
}
.grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.grey-A400-bg {
  background-color: #ff1744 !important;
}
.grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.grey-A400-fg {
  color: #ff1744 !important;
}
.grey-A400-border {
  border-color: #ff1744 !important;
}
.grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.grey-A700-bg {
  background-color: #d50000 !important;
}
.grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.grey-A700-fg {
  color: #d50000 !important;
}
.grey-A700-border {
  border-color: #d50000 !important;
}
.grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-grey-50-bg {
  background-color: #ffebee !important;
}
.blue-grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.blue-grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.blue-grey-50-fg {
  color: #ffebee !important;
}
.blue-grey-50-border {
  border-color: #ffebee !important;
}
.blue-grey-50-border-top {
  border-top-color: #ffebee !important;
}
.blue-grey-50-border-right {
  border-right-color: #ffebee !important;
}
.blue-grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.blue-grey-50-border-left {
  border-left-color: #ffebee !important;
}
.blue-grey-100-bg {
  background-color: #ffcdd2 !important;
}
.blue-grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.blue-grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.blue-grey-100-fg {
  color: #ffcdd2 !important;
}
.blue-grey-100-border {
  border-color: #ffcdd2 !important;
}
.blue-grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.blue-grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.blue-grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.blue-grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.blue-grey-200-bg {
  background-color: #ef9a9a !important;
}
.blue-grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.blue-grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.blue-grey-200-fg {
  color: #ef9a9a !important;
}
.blue-grey-200-border {
  border-color: #ef9a9a !important;
}
.blue-grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.blue-grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.blue-grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.blue-grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.blue-grey-300-bg {
  background-color: #e57373 !important;
}
.blue-grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.blue-grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.blue-grey-300-fg {
  color: #e57373 !important;
}
.blue-grey-300-border {
  border-color: #e57373 !important;
}
.blue-grey-300-border-top {
  border-top-color: #e57373 !important;
}
.blue-grey-300-border-right {
  border-right-color: #e57373 !important;
}
.blue-grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.blue-grey-300-border-left {
  border-left-color: #e57373 !important;
}
.blue-grey-400-bg {
  background-color: #ef5350 !important;
}
.blue-grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.blue-grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.blue-grey-400-fg {
  color: #ef5350 !important;
}
.blue-grey-400-border {
  border-color: #ef5350 !important;
}
.blue-grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.blue-grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.blue-grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.blue-grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.blue-grey-500-bg {
  background-color: #f44336 !important;
}
.blue-grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-500-fg {
  color: #f44336 !important;
}
.blue-grey-500-border {
  border-color: #f44336 !important;
}
.blue-grey-500-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-500-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-500-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-bg {
  background-color: #f44336 !important;
}
.blue-grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-fg {
  color: #f44336 !important;
}
.blue-grey-border {
  border-color: #f44336 !important;
}
.blue-grey-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-600-bg {
  background-color: #e53935 !important;
}
.blue-grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.blue-grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.blue-grey-600-fg {
  color: #e53935 !important;
}
.blue-grey-600-border {
  border-color: #e53935 !important;
}
.blue-grey-600-border-top {
  border-top-color: #e53935 !important;
}
.blue-grey-600-border-right {
  border-right-color: #e53935 !important;
}
.blue-grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.blue-grey-600-border-left {
  border-left-color: #e53935 !important;
}
.blue-grey-700-bg {
  background-color: #d32f2f !important;
}
.blue-grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.blue-grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.blue-grey-700-fg {
  color: #d32f2f !important;
}
.blue-grey-700-border {
  border-color: #d32f2f !important;
}
.blue-grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.blue-grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.blue-grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.blue-grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.blue-grey-800-bg {
  background-color: #c62828 !important;
}
.blue-grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.blue-grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.blue-grey-800-fg {
  color: #c62828 !important;
}
.blue-grey-800-border {
  border-color: #c62828 !important;
}
.blue-grey-800-border-top {
  border-top-color: #c62828 !important;
}
.blue-grey-800-border-right {
  border-right-color: #c62828 !important;
}
.blue-grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.blue-grey-800-border-left {
  border-left-color: #c62828 !important;
}
.blue-grey-900-bg {
  background-color: #b71c1c !important;
}
.blue-grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.blue-grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.blue-grey-900-fg {
  color: #b71c1c !important;
}
.blue-grey-900-border {
  border-color: #b71c1c !important;
}
.blue-grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.blue-grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.blue-grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.blue-grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.blue-grey-A100-bg {
  background-color: #ff8a80 !important;
}
.blue-grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.blue-grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.blue-grey-A100-fg {
  color: #ff8a80 !important;
}
.blue-grey-A100-border {
  border-color: #ff8a80 !important;
}
.blue-grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.blue-grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.blue-grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.blue-grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.blue-grey-A200-bg {
  background-color: #ff5252 !important;
}
.blue-grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.blue-grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.blue-grey-A200-fg {
  color: #ff5252 !important;
}
.blue-grey-A200-border {
  border-color: #ff5252 !important;
}
.blue-grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.blue-grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.blue-grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.blue-grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.blue-grey-A400-bg {
  background-color: #ff1744 !important;
}
.blue-grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.blue-grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.blue-grey-A400-fg {
  color: #ff1744 !important;
}
.blue-grey-A400-border {
  border-color: #ff1744 !important;
}
.blue-grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.blue-grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.blue-grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.blue-grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.blue-grey-A700-bg {
  background-color: #d50000 !important;
}
.blue-grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.blue-grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.blue-grey-A700-fg {
  color: #d50000 !important;
}
.blue-grey-A700-border {
  border-color: #d50000 !important;
}
.blue-grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.blue-grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.blue-grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.blue-grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.avatar.big {
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
}
.avatar.huge {
  width: 96px;
  min-width: 96px;
  height: 96px;
  line-height: 96px;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.avatar-wrapper mat-icon.status {
  position: absolute;
  top: 28px;
  left: 28px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4caf50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #f44336;
}
mat-icon.status.do-not-disturb:before {
  content: "remove_circle_outline";
}
mat-icon.status.away {
  color: #ffc107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.form-wrapper {
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 48px;
  max-height: 48px;
  height: 48px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding: 0 8px;
  border-radius: 4px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.simple-pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 56px;
  line-height: 56px;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
}
.simple-pagination .pagination-item.active {
  cursor: default;
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
}
.price-tables .price-table {
  position: relative;
  width: 280px;
  border-radius: 2px;
  margin: 12px;
  overflow: hidden;
}
.price-tables .price-table.style-1 .package-type {
  font-size: 17px;
  padding: 16px 24px;
}
.price-tables .price-table.style-1 .package-type .sale {
  font-size: 13px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price {
  padding: 32px 32px 16px 32px;
}
.price-tables .price-table.style-1 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-1 .price .period {
  padding: 0 0 5px 4px;
  font-size: 17px;
}
.price-tables .price-table.style-1 mat-divider {
  margin: 16px 32px;
}
.price-tables .price-table.style-1 .terms {
  padding: 16px 32px;
  font-size: 15px;
}
.price-tables .price-table.style-1 .cta-button {
  margin: 16px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-2 .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .price {
  padding: 0 32px 8px 32px;
}
.price-tables .price-table.style-2 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-2 .price .value {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-2 .period {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .terms {
  padding: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-2 .terms .term {
  padding-bottom: 8px;
}
.price-tables .price-table.style-2 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-2 .cta-button {
  margin: 8px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-3 .package-type {
  padding: 32px;
  text-align: center;
}
.price-tables .price-table.style-3 .package-type .title {
  font-size: 34px;
}
.price-tables .price-table.style-3 .package-type .subtitle {
  font-size: 17px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price {
  padding: 16px 32px;
}
.price-tables .price-table.style-3 .price .currency {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price .value {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-3 .price .period {
  padding-left: 4px;
  text-align: center;
}
.price-tables .price-table.style-3 .terms {
  margin: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-3 .terms .term {
  padding-bottom: 16px;
}
.price-tables .price-table.style-3 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-3 .cta-button {
  margin: 8px 32px;
}
.price-tables .price-table.style-3 .note {
  padding: 8px 32px 16px 32px;
  text-align: center;
}
.simple-table-container .table-title {
  font-size: 20px;
  padding: 24px;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 600;
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
table.simple.clickable tbody tr {
  cursor: pointer;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded > .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.tabbed > .center {
  width: 100%;
  min-width: 0;
}
.page-layout.carded.fullwidth.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
  width: 100%;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar,
.page-layout.carded.right-sidebar {
  flex-direction: row;
}
.page-layout.carded.left-sidebar > .sidebar,
.page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .sidebar.locked-open,
.page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.carded.left-sidebar > .sidebar .header,
.page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
.page-layout.carded.left-sidebar > .sidebar .content,
.page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar > .center,
.page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
.page-layout.carded.left-sidebar > .center > .header,
.page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
.page-layout.carded.left-sidebar > .center > .content-card,
.page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar .sidebar-toggle,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar > .center > .content-card > .content,
.page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center,
.page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .page-layout.carded.left-sidebar.tabbed > .center,
  .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidebar.tabbed > .center > .header,
.page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.left-sidebar.inner-scroll,
.page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll > .center,
.page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card > .content,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header,
.page-layout.simple.inner-sidebar > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar,
.page-layout.simple.right-sidebar {
  flex-direction: row;
}
.page-layout.simple.left-sidebar > .sidebar,
.page-layout.simple.right-sidebar > .sidebar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .sidebar.locked-open,
.page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.simple.left-sidebar > .sidebar .content,
.page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar > .center,
.page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .center > .header,
.page-layout.simple.right-sidebar > .center > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar > .center > .content,
.page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidebar.inner-scroll,
.page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-scroll > .center,
.page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar,
.page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar.locked-open,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.tabbed > .content > .mat-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidebar > .center,
  .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
html {
  font-family:
    "Muli",
    "Helvetica Neue",
    "Arial",
    sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 14px;
}
html,
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
a {
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover,
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "\2014\a0";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "\2014\a0";
}
code {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    "Ubuntu Mono",
    monospace;
}
code:not(.highlight) {
  color: #106cc8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #f7f49a;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 24px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 17px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 13px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #f44336;
}
.changelog .entry .groups .new .title {
  background: #43a047;
}
.changelog .entry .groups .improved .title {
  background: #673ab7;
}
.changelog .entry .groups .fixed .title {
  background: #2196f3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607d8b;
  border-left: 6px solid #37474f;
  color: rgb(255, 255, 255);
}
.message-box.error {
  background: #ef5350;
  border-left-color: #b71c1c;
}
.message-box.warning {
  background: #ffecb3;
  border-left-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4caf50;
  border-left-color: #2e7d32;
}
.message-box.info {
  background: #b3e5fc;
  border-left-color: #03a9f4;
  color: rgba(0, 0, 0, 0.87);
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
@media screen and (min-width: 600px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-static {
    position: static;
  }
}
@media screen and (min-width: 960px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-static {
    position: static;
  }
}
@media screen and (min-width: 1280px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-static {
    position: static;
  }
}
@media screen and (min-width: 1920px) {
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-static {
    position: static;
  }
}
.align-top {
  top: 0;
}
.align-right {
  right: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
@media screen and (min-width: 600px) {
  .align-sm-top {
    top: 0;
  }
  .align-sm-right {
    right: 0;
  }
  .align-sm-bottom {
    bottom: 0;
  }
  .align-sm-left {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .align-md-top {
    top: 0;
  }
  .align-md-right {
    right: 0;
  }
  .align-md-bottom {
    bottom: 0;
  }
  .align-md-left {
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .align-lg-top {
    top: 0;
  }
  .align-lg-right {
    right: 0;
  }
  .align-lg-bottom {
    bottom: 0;
  }
  .align-lg-left {
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .align-xl-top {
    top: 0;
  }
  .align-xl-right {
    right: 0;
  }
  .align-xl-bottom {
    bottom: 0;
  }
  .align-xl-left {
    left: 0;
  }
}
.h-0 {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}
.h-4 {
  height: 4px !important;
  min-height: 4px !important;
  max-height: 4px !important;
}
.h-8 {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
}
.h-12 {
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
}
.h-16 {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}
.h-28 {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.h-36 {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
.h-44 {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.h-52 {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
.h-56 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
.h-60 {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.h-68 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
.h-72 {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
}
.h-76 {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.h-84 {
  height: 84px !important;
  min-height: 84px !important;
  max-height: 84px !important;
}
.h-88 {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
}
.h-92 {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
}
.h-96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}
.h-100 {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.h-104 {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
}
.h-108 {
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
}
.h-112 {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}
.h-116 {
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}
.h-124 {
  height: 124px !important;
  min-height: 124px !important;
  max-height: 124px !important;
}
.h-128 {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
}
.h-132 {
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
}
.h-136 {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.h-140 {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
}
.h-144 {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important;
}
.h-148 {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
}
.h-152 {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important;
}
.h-156 {
  height: 156px !important;
  min-height: 156px !important;
  max-height: 156px !important;
}
.h-160 {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}
.h-164 {
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
}
.h-168 {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}
.h-172 {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}
.h-176 {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}
.h-180 {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}
.h-184 {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
}
.h-188 {
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
}
.h-192 {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}
.h-196 {
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
}
.h-200 {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
.h-204 {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
}
.h-208 {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}
.h-212 {
  height: 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
}
.h-216 {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}
.h-220 {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
}
.h-224 {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}
.h-228 {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}
.h-232 {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
}
.h-236 {
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
}
.h-240 {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}
.h-244 {
  height: 244px !important;
  min-height: 244px !important;
  max-height: 244px !important;
}
.h-248 {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important;
}
.h-252 {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
}
.h-256 {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important;
}
.h-260 {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important;
}
.h-264 {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}
.h-268 {
  height: 268px !important;
  min-height: 268px !important;
  max-height: 268px !important;
}
.h-272 {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}
.h-276 {
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
}
.h-280 {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}
.h-284 {
  height: 284px !important;
  min-height: 284px !important;
  max-height: 284px !important;
}
.h-288 {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important;
}
.h-292 {
  height: 292px !important;
  min-height: 292px !important;
  max-height: 292px !important;
}
.h-296 {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important;
}
.h-300 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}
.h-304 {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important;
}
.h-308 {
  height: 308px !important;
  min-height: 308px !important;
  max-height: 308px !important;
}
.h-312 {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important;
}
.h-316 {
  height: 316px !important;
  min-height: 316px !important;
  max-height: 316px !important;
}
.h-320 {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}
.h-324 {
  height: 324px !important;
  min-height: 324px !important;
  max-height: 324px !important;
}
.h-328 {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important;
}
.h-332 {
  height: 332px !important;
  min-height: 332px !important;
  max-height: 332px !important;
}
.h-336 {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important;
}
.h-340 {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}
.h-344 {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important;
}
.h-348 {
  height: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
}
.h-352 {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important;
}
.h-356 {
  height: 356px !important;
  min-height: 356px !important;
  max-height: 356px !important;
}
.h-360 {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}
.h-364 {
  height: 364px !important;
  min-height: 364px !important;
  max-height: 364px !important;
}
.h-368 {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
}
.h-372 {
  height: 372px !important;
  min-height: 372px !important;
  max-height: 372px !important;
}
.h-376 {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important;
}
.h-380 {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
}
.h-384 {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important;
}
.h-388 {
  height: 388px !important;
  min-height: 388px !important;
  max-height: 388px !important;
}
.h-392 {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important;
}
.h-396 {
  height: 396px !important;
  min-height: 396px !important;
  max-height: 396px !important;
}
.h-400 {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}
.h-404 {
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
}
.h-408 {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important;
}
.h-412 {
  height: 412px !important;
  min-height: 412px !important;
  max-height: 412px !important;
}
.h-416 {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important;
}
.h-420 {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}
.h-424 {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important;
}
.h-428 {
  height: 428px !important;
  min-height: 428px !important;
  max-height: 428px !important;
}
.h-432 {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important;
}
.h-436 {
  height: 436px !important;
  min-height: 436px !important;
  max-height: 436px !important;
}
.h-440 {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
}
.h-444 {
  height: 444px !important;
  min-height: 444px !important;
  max-height: 444px !important;
}
.h-448 {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
}
.h-452 {
  height: 452px !important;
  min-height: 452px !important;
  max-height: 452px !important;
}
.h-456 {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}
.h-460 {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}
.h-464 {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important;
}
.h-468 {
  height: 468px !important;
  min-height: 468px !important;
  max-height: 468px !important;
}
.h-472 {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
}
.h-476 {
  height: 476px !important;
  min-height: 476px !important;
  max-height: 476px !important;
}
.h-480 {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
}
.h-484 {
  height: 484px !important;
  min-height: 484px !important;
  max-height: 484px !important;
}
.h-488 {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important;
}
.h-492 {
  height: 492px !important;
  min-height: 492px !important;
  max-height: 492px !important;
}
.h-496 {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important;
}
.h-500 {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
.h-504 {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important;
}
.h-508 {
  height: 508px !important;
  min-height: 508px !important;
  max-height: 508px !important;
}
.h-512 {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}
.h-516 {
  height: 516px !important;
  min-height: 516px !important;
  max-height: 516px !important;
}
.h-520 {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}
.h-524 {
  height: 524px !important;
  min-height: 524px !important;
  max-height: 524px !important;
}
.h-528 {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important;
}
.h-532 {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
}
.h-536 {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important;
}
.h-540 {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
}
.h-544 {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important;
}
.h-548 {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}
.h-552 {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important;
}
.h-556 {
  height: 556px !important;
  min-height: 556px !important;
  max-height: 556px !important;
}
.h-560 {
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
}
.h-564 {
  height: 564px !important;
  min-height: 564px !important;
  max-height: 564px !important;
}
.h-568 {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}
.h-572 {
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
}
.h-576 {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important;
}
.h-580 {
  height: 580px !important;
  min-height: 580px !important;
  max-height: 580px !important;
}
.h-584 {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important;
}
.h-588 {
  height: 588px !important;
  min-height: 588px !important;
  max-height: 588px !important;
}
.h-592 {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important;
}
.h-596 {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}
.h-600 {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}
.h-604 {
  height: 604px !important;
  min-height: 604px !important;
  max-height: 604px !important;
}
.h-608 {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important;
}
.h-612 {
  height: 612px !important;
  min-height: 612px !important;
  max-height: 612px !important;
}
.h-616 {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important;
}
.h-620 {
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
}
.h-624 {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important;
}
.h-628 {
  height: 628px !important;
  min-height: 628px !important;
  max-height: 628px !important;
}
.h-632 {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important;
}
.h-636 {
  height: 636px !important;
  min-height: 636px !important;
  max-height: 636px !important;
}
.h-640 {
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
}
.h-644 {
  height: 644px !important;
  min-height: 644px !important;
  max-height: 644px !important;
}
.h-648 {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important;
}
.h-652 {
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
}
.h-656 {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important;
}
.h-660 {
  height: 660px !important;
  min-height: 660px !important;
  max-height: 660px !important;
}
.h-664 {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
}
.h-668 {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}
.h-672 {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important;
}
.h-676 {
  height: 676px !important;
  min-height: 676px !important;
  max-height: 676px !important;
}
.h-680 {
  height: 680px !important;
  min-height: 680px !important;
  max-height: 680px !important;
}
.h-684 {
  height: 684px !important;
  min-height: 684px !important;
  max-height: 684px !important;
}
.h-688 {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important;
}
.h-692 {
  height: 692px !important;
  min-height: 692px !important;
  max-height: 692px !important;
}
.h-696 {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important;
}
.h-700 {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}
.h-704 {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important;
}
.h-708 {
  height: 708px !important;
  min-height: 708px !important;
  max-height: 708px !important;
}
.h-712 {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important;
}
.h-716 {
  height: 716px !important;
  min-height: 716px !important;
  max-height: 716px !important;
}
.h-720 {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
}
.h-0-p {
  height: 0% !important;
}
.h-5-p {
  height: 5% !important;
}
.h-10-p {
  height: 10% !important;
}
.h-15-p {
  height: 15% !important;
}
.h-20-p {
  height: 20% !important;
}
.h-25-p {
  height: 25% !important;
}
.h-30-p {
  height: 30% !important;
}
.h-35-p {
  height: 35% !important;
}
.h-40-p {
  height: 40% !important;
}
.h-45-p {
  height: 45% !important;
}
.h-50-p {
  height: 50% !important;
}
.h-55-p {
  height: 55% !important;
}
.h-60-p {
  height: 60% !important;
}
.h-65-p {
  height: 65% !important;
}
.h-70-p {
  height: 70% !important;
}
.h-75-p {
  height: 75% !important;
}
.h-80-p {
  height: 80% !important;
}
.h-85-p {
  height: 85% !important;
}
.h-90-p {
  height: 90% !important;
}
.h-95-p {
  height: 95% !important;
}
.h-100-p {
  height: 100% !important;
}
.w-0 {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-8 {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}
.w-12 {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}
.w-16 {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}
.w-20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-28 {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-36 {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-44 {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-52 {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}
.w-56 {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
.w-60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-68 {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
}
.w-72 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}
.w-76 {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-84 {
  width: 84px !important;
  min-width: 84px !important;
  max-width: 84px !important;
}
.w-88 {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
}
.w-92 {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
}
.w-96 {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}
.w-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-104 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}
.w-108 {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
}
.w-112 {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}
.w-116 {
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-124 {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}
.w-128 {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}
.w-132 {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
}
.w-136 {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.w-140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}
.w-144 {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
}
.w-148 {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}
.w-152 {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
}
.w-156 {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}
.w-160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}
.w-164 {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
}
.w-168 {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
}
.w-172 {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}
.w-176 {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
}
.w-180 {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
.w-184 {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important;
}
.w-188 {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}
.w-192 {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
}
.w-196 {
  width: 196px !important;
  min-width: 196px !important;
  max-width: 196px !important;
}
.w-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.w-204 {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
}
.w-208 {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important;
}
.w-212 {
  width: 212px !important;
  min-width: 212px !important;
  max-width: 212px !important;
}
.w-216 {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important;
}
.w-220 {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.w-224 {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important;
}
.w-228 {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
}
.w-232 {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}
.w-236 {
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
}
.w-240 {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}
.w-244 {
  width: 244px !important;
  min-width: 244px !important;
  max-width: 244px !important;
}
.w-248 {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;
}
.w-252 {
  width: 252px !important;
  min-width: 252px !important;
  max-width: 252px !important;
}
.w-256 {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
}
.w-260 {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}
.w-264 {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important;
}
.w-268 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}
.w-272 {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important;
}
.w-276 {
  width: 276px !important;
  min-width: 276px !important;
  max-width: 276px !important;
}
.w-280 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.w-284 {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}
.w-288 {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important;
}
.w-292 {
  width: 292px !important;
  min-width: 292px !important;
  max-width: 292px !important;
}
.w-296 {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important;
}
.w-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.w-304 {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important;
}
.w-308 {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}
.w-312 {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important;
}
.w-316 {
  width: 316px !important;
  min-width: 316px !important;
  max-width: 316px !important;
}
.w-320 {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}
.w-324 {
  width: 324px !important;
  min-width: 324px !important;
  max-width: 324px !important;
}
.w-328 {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important;
}
.w-332 {
  width: 332px !important;
  min-width: 332px !important;
  max-width: 332px !important;
}
.w-336 {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important;
}
.w-340 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}
.w-344 {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}
.w-348 {
  width: 348px !important;
  min-width: 348px !important;
  max-width: 348px !important;
}
.w-352 {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important;
}
.w-356 {
  width: 356px !important;
  min-width: 356px !important;
  max-width: 356px !important;
}
.w-360 {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}
.w-364 {
  width: 364px !important;
  min-width: 364px !important;
  max-width: 364px !important;
}
.w-368 {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important;
}
.w-372 {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
}
.w-376 {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important;
}
.w-380 {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}
.w-384 {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important;
}
.w-388 {
  width: 388px !important;
  min-width: 388px !important;
  max-width: 388px !important;
}
.w-392 {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important;
}
.w-396 {
  width: 396px !important;
  min-width: 396px !important;
  max-width: 396px !important;
}
.w-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.w-404 {
  width: 404px !important;
  min-width: 404px !important;
  max-width: 404px !important;
}
.w-408 {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important;
}
.w-412 {
  width: 412px !important;
  min-width: 412px !important;
  max-width: 412px !important;
}
.w-416 {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important;
}
.w-420 {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
}
.w-424 {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important;
}
.w-428 {
  width: 428px !important;
  min-width: 428px !important;
  max-width: 428px !important;
}
.w-432 {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important;
}
.w-436 {
  width: 436px !important;
  min-width: 436px !important;
  max-width: 436px !important;
}
.w-440 {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important;
}
.w-444 {
  width: 444px !important;
  min-width: 444px !important;
  max-width: 444px !important;
}
.w-448 {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
}
.w-452 {
  width: 452px !important;
  min-width: 452px !important;
  max-width: 452px !important;
}
.w-456 {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important;
}
.w-460 {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}
.w-464 {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important;
}
.w-468 {
  width: 468px !important;
  min-width: 468px !important;
  max-width: 468px !important;
}
.w-472 {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important;
}
.w-476 {
  width: 476px !important;
  min-width: 476px !important;
  max-width: 476px !important;
}
.w-480 {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important;
}
.w-484 {
  width: 484px !important;
  min-width: 484px !important;
  max-width: 484px !important;
}
.w-488 {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important;
}
.w-492 {
  width: 492px !important;
  min-width: 492px !important;
  max-width: 492px !important;
}
.w-496 {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important;
}
.w-500 {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}
.w-504 {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important;
}
.w-508 {
  width: 508px !important;
  min-width: 508px !important;
  max-width: 508px !important;
}
.w-512 {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important;
}
.w-516 {
  width: 516px !important;
  min-width: 516px !important;
  max-width: 516px !important;
}
.w-520 {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
}
.w-524 {
  width: 524px !important;
  min-width: 524px !important;
  max-width: 524px !important;
}
.w-528 {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important;
}
.w-532 {
  width: 532px !important;
  min-width: 532px !important;
  max-width: 532px !important;
}
.w-536 {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important;
}
.w-540 {
  width: 540px !important;
  min-width: 540px !important;
  max-width: 540px !important;
}
.w-544 {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important;
}
.w-548 {
  width: 548px !important;
  min-width: 548px !important;
  max-width: 548px !important;
}
.w-552 {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important;
}
.w-556 {
  width: 556px !important;
  min-width: 556px !important;
  max-width: 556px !important;
}
.w-560 {
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
}
.w-564 {
  width: 564px !important;
  min-width: 564px !important;
  max-width: 564px !important;
}
.w-568 {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important;
}
.w-572 {
  width: 572px !important;
  min-width: 572px !important;
  max-width: 572px !important;
}
.w-576 {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important;
}
.w-580 {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}
.w-584 {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important;
}
.w-588 {
  width: 588px !important;
  min-width: 588px !important;
  max-width: 588px !important;
}
.w-592 {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important;
}
.w-596 {
  width: 596px !important;
  min-width: 596px !important;
  max-width: 596px !important;
}
.w-600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.w-604 {
  width: 604px !important;
  min-width: 604px !important;
  max-width: 604px !important;
}
.w-608 {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important;
}
.w-612 {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
}
.w-616 {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important;
}
.w-620 {
  width: 620px !important;
  min-width: 620px !important;
  max-width: 620px !important;
}
.w-624 {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important;
}
.w-628 {
  width: 628px !important;
  min-width: 628px !important;
  max-width: 628px !important;
}
.w-632 {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
}
.w-636 {
  width: 636px !important;
  min-width: 636px !important;
  max-width: 636px !important;
}
.w-640 {
  width: 640px !important;
  min-width: 640px !important;
  max-width: 640px !important;
}
.w-644 {
  width: 644px !important;
  min-width: 644px !important;
  max-width: 644px !important;
}
.w-648 {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important;
}
.w-652 {
  width: 652px !important;
  min-width: 652px !important;
  max-width: 652px !important;
}
.w-656 {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important;
}
.w-660 {
  width: 660px !important;
  min-width: 660px !important;
  max-width: 660px !important;
}
.w-664 {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important;
}
.w-668 {
  width: 668px !important;
  min-width: 668px !important;
  max-width: 668px !important;
}
.w-672 {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important;
}
.w-676 {
  width: 676px !important;
  min-width: 676px !important;
  max-width: 676px !important;
}
.w-680 {
  width: 680px !important;
  min-width: 680px !important;
  max-width: 680px !important;
}
.w-684 {
  width: 684px !important;
  min-width: 684px !important;
  max-width: 684px !important;
}
.w-688 {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important;
}
.w-692 {
  width: 692px !important;
  min-width: 692px !important;
  max-width: 692px !important;
}
.w-696 {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important;
}
.w-700 {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}
.w-704 {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important;
}
.w-708 {
  width: 708px !important;
  min-width: 708px !important;
  max-width: 708px !important;
}
.w-712 {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important;
}
.w-716 {
  width: 716px !important;
  min-width: 716px !important;
  max-width: 716px !important;
}
.w-720 {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}
.w-0-p {
  width: 0% !important;
}
.w-5-p {
  width: 5% !important;
}
.w-10-p {
  width: 10% !important;
}
.w-15-p {
  width: 15% !important;
}
.w-20-p {
  width: 20% !important;
}
.w-25-p {
  width: 25% !important;
}
.w-30-p {
  width: 30% !important;
}
.w-35-p {
  width: 35% !important;
}
.w-40-p {
  width: 40% !important;
}
.w-45-p {
  width: 45% !important;
}
.w-50-p {
  width: 50% !important;
}
.w-55-p {
  width: 55% !important;
}
.w-60-p {
  width: 60% !important;
}
.w-65-p {
  width: 65% !important;
}
.w-70-p {
  width: 70% !important;
}
.w-75-p {
  width: 75% !important;
}
.w-80-p {
  width: 80% !important;
}
.w-85-p {
  width: 85% !important;
}
.w-90-p {
  width: 90% !important;
}
.w-95-p {
  width: 95% !important;
}
.w-100-p {
  width: 100% !important;
}
.m-0 {
  margin: 0px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-52 {
  margin: 52px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-68 {
  margin: 68px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-76 {
  margin: 76px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-84 {
  margin: 84px !important;
}
.m-88 {
  margin: 88px !important;
}
.m-92 {
  margin: 92px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-104 {
  margin: 104px !important;
}
.m-108 {
  margin: 108px !important;
}
.m-112 {
  margin: 112px !important;
}
.m-116 {
  margin: 116px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-124 {
  margin: 124px !important;
}
.m-128 {
  margin: 128px !important;
}
.m-132 {
  margin: 132px !important;
}
.m-136 {
  margin: 136px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-144 {
  margin: 144px !important;
}
.m-148 {
  margin: 148px !important;
}
.m-152 {
  margin: 152px !important;
}
.m-156 {
  margin: 156px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-164 {
  margin: 164px !important;
}
.m-168 {
  margin: 168px !important;
}
.m-172 {
  margin: 172px !important;
}
.m-176 {
  margin: 176px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-184 {
  margin: 184px !important;
}
.m-188 {
  margin: 188px !important;
}
.m-192 {
  margin: 192px !important;
}
.m-196 {
  margin: 196px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-204 {
  margin: 204px !important;
}
.m-208 {
  margin: 208px !important;
}
.m-212 {
  margin: 212px !important;
}
.m-216 {
  margin: 216px !important;
}
.m-220 {
  margin: 220px !important;
}
.m-224 {
  margin: 224px !important;
}
.m-228 {
  margin: 228px !important;
}
.m-232 {
  margin: 232px !important;
}
.m-236 {
  margin: 236px !important;
}
.m-240 {
  margin: 240px !important;
}
.m-244 {
  margin: 244px !important;
}
.m-248 {
  margin: 248px !important;
}
.m-252 {
  margin: 252px !important;
}
.m-256 {
  margin: 256px !important;
}
.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}
.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}
.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}
.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}
.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mx-92 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mx-104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}
.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mx-108 {
  margin-right: 108px !important;
  margin-left: 108px !important;
}
.my-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}
.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mx-116 {
  margin-right: 116px !important;
  margin-left: 116px !important;
}
.my-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mx-124 {
  margin-right: 124px !important;
  margin-left: 124px !important;
}
.my-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}
.mx-128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}
.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-132 {
  margin-right: 132px !important;
  margin-left: 132px !important;
}
.my-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}
.mx-136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}
.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mx-144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}
.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.mx-148 {
  margin-right: 148px !important;
  margin-left: 148px !important;
}
.my-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}
.mx-152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}
.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.mx-156 {
  margin-right: 156px !important;
  margin-left: 156px !important;
}
.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}
.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.mx-164 {
  margin-right: 164px !important;
  margin-left: 164px !important;
}
.my-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}
.mx-168 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}
.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.mx-172 {
  margin-right: 172px !important;
  margin-left: 172px !important;
}
.my-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}
.mx-176 {
  margin-right: 176px !important;
  margin-left: 176px !important;
}
.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.mx-184 {
  margin-right: 184px !important;
  margin-left: 184px !important;
}
.my-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.mx-188 {
  margin-right: 188px !important;
  margin-left: 188px !important;
}
.my-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}
.mx-192 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}
.my-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.mx-196 {
  margin-right: 196px !important;
  margin-left: 196px !important;
}
.my-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}
.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.mx-204 {
  margin-right: 204px !important;
  margin-left: 204px !important;
}
.my-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}
.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}
.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.mx-212 {
  margin-right: 212px !important;
  margin-left: 212px !important;
}
.my-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}
.mx-216 {
  margin-right: 216px !important;
  margin-left: 216px !important;
}
.my-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}
.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}
.mx-224 {
  margin-right: 224px !important;
  margin-left: 224px !important;
}
.my-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.mx-228 {
  margin-right: 228px !important;
  margin-left: 228px !important;
}
.my-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}
.mx-232 {
  margin-right: 232px !important;
  margin-left: 232px !important;
}
.my-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.mx-236 {
  margin-right: 236px !important;
  margin-left: 236px !important;
}
.my-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}
.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}
.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.mx-244 {
  margin-right: 244px !important;
  margin-left: 244px !important;
}
.my-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}
.mx-248 {
  margin-right: 248px !important;
  margin-left: 248px !important;
}
.my-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.mx-252 {
  margin-right: 252px !important;
  margin-left: 252px !important;
}
.my-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}
.mx-256 {
  margin-right: 256px !important;
  margin-left: 256px !important;
}
.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mr-104 {
  margin-right: 104px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.ml-104 {
  margin-left: 104px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mr-108 {
  margin-right: 108px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.ml-108 {
  margin-left: 108px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mr-112 {
  margin-right: 112px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.ml-112 {
  margin-left: 112px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mr-116 {
  margin-right: 116px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.ml-116 {
  margin-left: 116px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mr-124 {
  margin-right: 124px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.ml-124 {
  margin-left: 124px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mr-128 {
  margin-right: 128px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.ml-128 {
  margin-left: 128px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mr-132 {
  margin-right: 132px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.ml-132 {
  margin-left: 132px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mr-136 {
  margin-right: 136px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.ml-136 {
  margin-left: 136px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mr-144 {
  margin-right: 144px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.ml-144 {
  margin-left: 144px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mr-148 {
  margin-right: 148px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.ml-148 {
  margin-left: 148px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mr-152 {
  margin-right: 152px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.ml-152 {
  margin-left: 152px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mr-156 {
  margin-right: 156px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.ml-156 {
  margin-left: 156px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mr-164 {
  margin-right: 164px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.ml-164 {
  margin-left: 164px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mr-168 {
  margin-right: 168px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.ml-168 {
  margin-left: 168px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mr-172 {
  margin-right: 172px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.ml-172 {
  margin-left: 172px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mr-176 {
  margin-right: 176px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.ml-176 {
  margin-left: 176px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mr-184 {
  margin-right: 184px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.ml-184 {
  margin-left: 184px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mr-188 {
  margin-right: 188px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.ml-188 {
  margin-left: 188px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mr-192 {
  margin-right: 192px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.ml-192 {
  margin-left: 192px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mr-196 {
  margin-right: 196px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.ml-196 {
  margin-left: 196px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mt-204 {
  margin-top: 204px !important;
}
.mr-204 {
  margin-right: 204px !important;
}
.mb-204 {
  margin-bottom: 204px !important;
}
.ml-204 {
  margin-left: 204px !important;
}
.mt-208 {
  margin-top: 208px !important;
}
.mr-208 {
  margin-right: 208px !important;
}
.mb-208 {
  margin-bottom: 208px !important;
}
.ml-208 {
  margin-left: 208px !important;
}
.mt-212 {
  margin-top: 212px !important;
}
.mr-212 {
  margin-right: 212px !important;
}
.mb-212 {
  margin-bottom: 212px !important;
}
.ml-212 {
  margin-left: 212px !important;
}
.mt-216 {
  margin-top: 216px !important;
}
.mr-216 {
  margin-right: 216px !important;
}
.mb-216 {
  margin-bottom: 216px !important;
}
.ml-216 {
  margin-left: 216px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.mt-224 {
  margin-top: 224px !important;
}
.mr-224 {
  margin-right: 224px !important;
}
.mb-224 {
  margin-bottom: 224px !important;
}
.ml-224 {
  margin-left: 224px !important;
}
.mt-228 {
  margin-top: 228px !important;
}
.mr-228 {
  margin-right: 228px !important;
}
.mb-228 {
  margin-bottom: 228px !important;
}
.ml-228 {
  margin-left: 228px !important;
}
.mt-232 {
  margin-top: 232px !important;
}
.mr-232 {
  margin-right: 232px !important;
}
.mb-232 {
  margin-bottom: 232px !important;
}
.ml-232 {
  margin-left: 232px !important;
}
.mt-236 {
  margin-top: 236px !important;
}
.mr-236 {
  margin-right: 236px !important;
}
.mb-236 {
  margin-bottom: 236px !important;
}
.ml-236 {
  margin-left: 236px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.mt-244 {
  margin-top: 244px !important;
}
.mr-244 {
  margin-right: 244px !important;
}
.mb-244 {
  margin-bottom: 244px !important;
}
.ml-244 {
  margin-left: 244px !important;
}
.mt-248 {
  margin-top: 248px !important;
}
.mr-248 {
  margin-right: 248px !important;
}
.mb-248 {
  margin-bottom: 248px !important;
}
.ml-248 {
  margin-left: 248px !important;
}
.mt-252 {
  margin-top: 252px !important;
}
.mr-252 {
  margin-right: 252px !important;
}
.mb-252 {
  margin-bottom: 252px !important;
}
.ml-252 {
  margin-left: 252px !important;
}
.mt-256 {
  margin-top: 256px !important;
}
.mr-256 {
  margin-right: 256px !important;
}
.mb-256 {
  margin-bottom: 256px !important;
}
.ml-256 {
  margin-left: 256px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-104 {
  padding: 104px !important;
}
.p-108 {
  padding: 108px !important;
}
.p-112 {
  padding: 112px !important;
}
.p-116 {
  padding: 116px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-124 {
  padding: 124px !important;
}
.p-128 {
  padding: 128px !important;
}
.p-132 {
  padding: 132px !important;
}
.p-136 {
  padding: 136px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-144 {
  padding: 144px !important;
}
.p-148 {
  padding: 148px !important;
}
.p-152 {
  padding: 152px !important;
}
.p-156 {
  padding: 156px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-164 {
  padding: 164px !important;
}
.p-168 {
  padding: 168px !important;
}
.p-172 {
  padding: 172px !important;
}
.p-176 {
  padding: 176px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-184 {
  padding: 184px !important;
}
.p-188 {
  padding: 188px !important;
}
.p-192 {
  padding: 192px !important;
}
.p-196 {
  padding: 196px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-204 {
  padding: 204px !important;
}
.p-208 {
  padding: 208px !important;
}
.p-212 {
  padding: 212px !important;
}
.p-216 {
  padding: 216px !important;
}
.p-220 {
  padding: 220px !important;
}
.p-224 {
  padding: 224px !important;
}
.p-228 {
  padding: 228px !important;
}
.p-232 {
  padding: 232px !important;
}
.p-236 {
  padding: 236px !important;
}
.p-240 {
  padding: 240px !important;
}
.p-244 {
  padding: 244px !important;
}
.p-248 {
  padding: 248px !important;
}
.p-252 {
  padding: 252px !important;
}
.p-256 {
  padding: 256px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}
.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px-76 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}
.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}
.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}
.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.px-92 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}
.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.px-104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}
.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.px-108 {
  padding-right: 108px !important;
  padding-left: 108px !important;
}
.py-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.px-112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}
.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.px-116 {
  padding-right: 116px !important;
  padding-left: 116px !important;
}
.py-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.px-124 {
  padding-right: 124px !important;
  padding-left: 124px !important;
}
.py-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}
.px-128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}
.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.px-132 {
  padding-right: 132px !important;
  padding-left: 132px !important;
}
.py-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}
.px-136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}
.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.px-144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}
.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.px-148 {
  padding-right: 148px !important;
  padding-left: 148px !important;
}
.py-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}
.px-152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}
.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.px-156 {
  padding-right: 156px !important;
  padding-left: 156px !important;
}
.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}
.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.px-164 {
  padding-right: 164px !important;
  padding-left: 164px !important;
}
.py-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}
.px-168 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}
.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.px-172 {
  padding-right: 172px !important;
  padding-left: 172px !important;
}
.py-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}
.px-176 {
  padding-right: 176px !important;
  padding-left: 176px !important;
}
.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.px-184 {
  padding-right: 184px !important;
  padding-left: 184px !important;
}
.py-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.px-188 {
  padding-right: 188px !important;
  padding-left: 188px !important;
}
.py-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}
.px-192 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}
.py-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.px-196 {
  padding-right: 196px !important;
  padding-left: 196px !important;
}
.py-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}
.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-204 {
  padding-right: 204px !important;
  padding-left: 204px !important;
}
.py-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}
.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}
.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.px-212 {
  padding-right: 212px !important;
  padding-left: 212px !important;
}
.py-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}
.px-216 {
  padding-right: 216px !important;
  padding-left: 216px !important;
}
.py-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.px-220 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}
.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}
.px-224 {
  padding-right: 224px !important;
  padding-left: 224px !important;
}
.py-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.px-228 {
  padding-right: 228px !important;
  padding-left: 228px !important;
}
.py-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}
.px-232 {
  padding-right: 232px !important;
  padding-left: 232px !important;
}
.py-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.px-236 {
  padding-right: 236px !important;
  padding-left: 236px !important;
}
.py-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}
.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}
.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.px-244 {
  padding-right: 244px !important;
  padding-left: 244px !important;
}
.py-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}
.px-248 {
  padding-right: 248px !important;
  padding-left: 248px !important;
}
.py-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.px-252 {
  padding-right: 252px !important;
  padding-left: 252px !important;
}
.py-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}
.px-256 {
  padding-right: 256px !important;
  padding-left: 256px !important;
}
.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pt-84 {
  padding-top: 84px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.pb-84 {
  padding-bottom: 84px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pt-88 {
  padding-top: 88px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.pb-88 {
  padding-bottom: 88px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pt-92 {
  padding-top: 92px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.pb-92 {
  padding-bottom: 92px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pt-104 {
  padding-top: 104px !important;
}
.pr-104 {
  padding-right: 104px !important;
}
.pb-104 {
  padding-bottom: 104px !important;
}
.pl-104 {
  padding-left: 104px !important;
}
.pt-108 {
  padding-top: 108px !important;
}
.pr-108 {
  padding-right: 108px !important;
}
.pb-108 {
  padding-bottom: 108px !important;
}
.pl-108 {
  padding-left: 108px !important;
}
.pt-112 {
  padding-top: 112px !important;
}
.pr-112 {
  padding-right: 112px !important;
}
.pb-112 {
  padding-bottom: 112px !important;
}
.pl-112 {
  padding-left: 112px !important;
}
.pt-116 {
  padding-top: 116px !important;
}
.pr-116 {
  padding-right: 116px !important;
}
.pb-116 {
  padding-bottom: 116px !important;
}
.pl-116 {
  padding-left: 116px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pt-124 {
  padding-top: 124px !important;
}
.pr-124 {
  padding-right: 124px !important;
}
.pb-124 {
  padding-bottom: 124px !important;
}
.pl-124 {
  padding-left: 124px !important;
}
.pt-128 {
  padding-top: 128px !important;
}
.pr-128 {
  padding-right: 128px !important;
}
.pb-128 {
  padding-bottom: 128px !important;
}
.pl-128 {
  padding-left: 128px !important;
}
.pt-132 {
  padding-top: 132px !important;
}
.pr-132 {
  padding-right: 132px !important;
}
.pb-132 {
  padding-bottom: 132px !important;
}
.pl-132 {
  padding-left: 132px !important;
}
.pt-136 {
  padding-top: 136px !important;
}
.pr-136 {
  padding-right: 136px !important;
}
.pb-136 {
  padding-bottom: 136px !important;
}
.pl-136 {
  padding-left: 136px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pt-144 {
  padding-top: 144px !important;
}
.pr-144 {
  padding-right: 144px !important;
}
.pb-144 {
  padding-bottom: 144px !important;
}
.pl-144 {
  padding-left: 144px !important;
}
.pt-148 {
  padding-top: 148px !important;
}
.pr-148 {
  padding-right: 148px !important;
}
.pb-148 {
  padding-bottom: 148px !important;
}
.pl-148 {
  padding-left: 148px !important;
}
.pt-152 {
  padding-top: 152px !important;
}
.pr-152 {
  padding-right: 152px !important;
}
.pb-152 {
  padding-bottom: 152px !important;
}
.pl-152 {
  padding-left: 152px !important;
}
.pt-156 {
  padding-top: 156px !important;
}
.pr-156 {
  padding-right: 156px !important;
}
.pb-156 {
  padding-bottom: 156px !important;
}
.pl-156 {
  padding-left: 156px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pt-164 {
  padding-top: 164px !important;
}
.pr-164 {
  padding-right: 164px !important;
}
.pb-164 {
  padding-bottom: 164px !important;
}
.pl-164 {
  padding-left: 164px !important;
}
.pt-168 {
  padding-top: 168px !important;
}
.pr-168 {
  padding-right: 168px !important;
}
.pb-168 {
  padding-bottom: 168px !important;
}
.pl-168 {
  padding-left: 168px !important;
}
.pt-172 {
  padding-top: 172px !important;
}
.pr-172 {
  padding-right: 172px !important;
}
.pb-172 {
  padding-bottom: 172px !important;
}
.pl-172 {
  padding-left: 172px !important;
}
.pt-176 {
  padding-top: 176px !important;
}
.pr-176 {
  padding-right: 176px !important;
}
.pb-176 {
  padding-bottom: 176px !important;
}
.pl-176 {
  padding-left: 176px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pt-184 {
  padding-top: 184px !important;
}
.pr-184 {
  padding-right: 184px !important;
}
.pb-184 {
  padding-bottom: 184px !important;
}
.pl-184 {
  padding-left: 184px !important;
}
.pt-188 {
  padding-top: 188px !important;
}
.pr-188 {
  padding-right: 188px !important;
}
.pb-188 {
  padding-bottom: 188px !important;
}
.pl-188 {
  padding-left: 188px !important;
}
.pt-192 {
  padding-top: 192px !important;
}
.pr-192 {
  padding-right: 192px !important;
}
.pb-192 {
  padding-bottom: 192px !important;
}
.pl-192 {
  padding-left: 192px !important;
}
.pt-196 {
  padding-top: 196px !important;
}
.pr-196 {
  padding-right: 196px !important;
}
.pb-196 {
  padding-bottom: 196px !important;
}
.pl-196 {
  padding-left: 196px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pt-204 {
  padding-top: 204px !important;
}
.pr-204 {
  padding-right: 204px !important;
}
.pb-204 {
  padding-bottom: 204px !important;
}
.pl-204 {
  padding-left: 204px !important;
}
.pt-208 {
  padding-top: 208px !important;
}
.pr-208 {
  padding-right: 208px !important;
}
.pb-208 {
  padding-bottom: 208px !important;
}
.pl-208 {
  padding-left: 208px !important;
}
.pt-212 {
  padding-top: 212px !important;
}
.pr-212 {
  padding-right: 212px !important;
}
.pb-212 {
  padding-bottom: 212px !important;
}
.pl-212 {
  padding-left: 212px !important;
}
.pt-216 {
  padding-top: 216px !important;
}
.pr-216 {
  padding-right: 216px !important;
}
.pb-216 {
  padding-bottom: 216px !important;
}
.pl-216 {
  padding-left: 216px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pt-224 {
  padding-top: 224px !important;
}
.pr-224 {
  padding-right: 224px !important;
}
.pb-224 {
  padding-bottom: 224px !important;
}
.pl-224 {
  padding-left: 224px !important;
}
.pt-228 {
  padding-top: 228px !important;
}
.pr-228 {
  padding-right: 228px !important;
}
.pb-228 {
  padding-bottom: 228px !important;
}
.pl-228 {
  padding-left: 228px !important;
}
.pt-232 {
  padding-top: 232px !important;
}
.pr-232 {
  padding-right: 232px !important;
}
.pb-232 {
  padding-bottom: 232px !important;
}
.pl-232 {
  padding-left: 232px !important;
}
.pt-236 {
  padding-top: 236px !important;
}
.pr-236 {
  padding-right: 236px !important;
}
.pb-236 {
  padding-bottom: 236px !important;
}
.pl-236 {
  padding-left: 236px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pt-244 {
  padding-top: 244px !important;
}
.pr-244 {
  padding-right: 244px !important;
}
.pb-244 {
  padding-bottom: 244px !important;
}
.pl-244 {
  padding-left: 244px !important;
}
.pt-248 {
  padding-top: 248px !important;
}
.pr-248 {
  padding-right: 248px !important;
}
.pb-248 {
  padding-bottom: 248px !important;
}
.pl-248 {
  padding-left: 248px !important;
}
.pt-252 {
  padding-top: 252px !important;
}
.pr-252 {
  padding-right: 252px !important;
}
.pb-252 {
  padding-bottom: 252px !important;
}
.pl-252 {
  padding-left: 252px !important;
}
.pt-256 {
  padding-top: 256px !important;
}
.pr-256 {
  padding-right: 256px !important;
}
.pb-256 {
  padding-bottom: 256px !important;
}
.pl-256 {
  padding-left: 256px !important;
}
@media screen and (min-width: 600px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-28 {
    margin: 28px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-36 {
    margin: 36px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-44 {
    margin: 44px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-52 {
    margin: 52px !important;
  }
  .m-sm-56 {
    margin: 56px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-68 {
    margin: 68px !important;
  }
  .m-sm-72 {
    margin: 72px !important;
  }
  .m-sm-76 {
    margin: 76px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-84 {
    margin: 84px !important;
  }
  .m-sm-88 {
    margin: 88px !important;
  }
  .m-sm-92 {
    margin: 92px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-104 {
    margin: 104px !important;
  }
  .m-sm-108 {
    margin: 108px !important;
  }
  .m-sm-112 {
    margin: 112px !important;
  }
  .m-sm-116 {
    margin: 116px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-124 {
    margin: 124px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .m-sm-132 {
    margin: 132px !important;
  }
  .m-sm-136 {
    margin: 136px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-144 {
    margin: 144px !important;
  }
  .m-sm-148 {
    margin: 148px !important;
  }
  .m-sm-152 {
    margin: 152px !important;
  }
  .m-sm-156 {
    margin: 156px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-164 {
    margin: 164px !important;
  }
  .m-sm-168 {
    margin: 168px !important;
  }
  .m-sm-172 {
    margin: 172px !important;
  }
  .m-sm-176 {
    margin: 176px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-184 {
    margin: 184px !important;
  }
  .m-sm-188 {
    margin: 188px !important;
  }
  .m-sm-192 {
    margin: 192px !important;
  }
  .m-sm-196 {
    margin: 196px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .m-sm-204 {
    margin: 204px !important;
  }
  .m-sm-208 {
    margin: 208px !important;
  }
  .m-sm-212 {
    margin: 212px !important;
  }
  .m-sm-216 {
    margin: 216px !important;
  }
  .m-sm-220 {
    margin: 220px !important;
  }
  .m-sm-224 {
    margin: 224px !important;
  }
  .m-sm-228 {
    margin: 228px !important;
  }
  .m-sm-232 {
    margin: 232px !important;
  }
  .m-sm-236 {
    margin: 236px !important;
  }
  .m-sm-240 {
    margin: 240px !important;
  }
  .m-sm-244 {
    margin: 244px !important;
  }
  .m-sm-248 {
    margin: 248px !important;
  }
  .m-sm-252 {
    margin: 252px !important;
  }
  .m-sm-256 {
    margin: 256px !important;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-sm-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-sm-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-sm-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-sm-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-sm-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-sm-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-sm-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-sm-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-sm-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-sm-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-sm-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-sm-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-sm-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-sm-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-sm-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-sm-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-sm-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-sm-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-sm-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-sm-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-sm-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-sm-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-sm-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-sm-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-sm-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-sm-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-sm-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-sm-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-sm-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-sm-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-sm-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-sm-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-sm-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-sm-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-sm-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-sm-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-sm-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-sm-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-sm-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-sm-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-sm-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-sm-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-sm-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-sm-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-sm-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-sm-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-sm-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-sm-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-sm-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-sm-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-sm-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-sm-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-sm-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-sm-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .mt-sm-28 {
    margin-top: 28px !important;
  }
  .mr-sm-28 {
    margin-right: 28px !important;
  }
  .mb-sm-28 {
    margin-bottom: 28px !important;
  }
  .ml-sm-28 {
    margin-left: 28px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mr-sm-32 {
    margin-right: 32px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .ml-sm-32 {
    margin-left: 32px !important;
  }
  .mt-sm-36 {
    margin-top: 36px !important;
  }
  .mr-sm-36 {
    margin-right: 36px !important;
  }
  .mb-sm-36 {
    margin-bottom: 36px !important;
  }
  .ml-sm-36 {
    margin-left: 36px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mt-sm-44 {
    margin-top: 44px !important;
  }
  .mr-sm-44 {
    margin-right: 44px !important;
  }
  .mb-sm-44 {
    margin-bottom: 44px !important;
  }
  .ml-sm-44 {
    margin-left: 44px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mr-sm-48 {
    margin-right: 48px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .ml-sm-48 {
    margin-left: 48px !important;
  }
  .mt-sm-52 {
    margin-top: 52px !important;
  }
  .mr-sm-52 {
    margin-right: 52px !important;
  }
  .mb-sm-52 {
    margin-bottom: 52px !important;
  }
  .ml-sm-52 {
    margin-left: 52px !important;
  }
  .mt-sm-56 {
    margin-top: 56px !important;
  }
  .mr-sm-56 {
    margin-right: 56px !important;
  }
  .mb-sm-56 {
    margin-bottom: 56px !important;
  }
  .ml-sm-56 {
    margin-left: 56px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mr-sm-64 {
    margin-right: 64px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .ml-sm-64 {
    margin-left: 64px !important;
  }
  .mt-sm-68 {
    margin-top: 68px !important;
  }
  .mr-sm-68 {
    margin-right: 68px !important;
  }
  .mb-sm-68 {
    margin-bottom: 68px !important;
  }
  .ml-sm-68 {
    margin-left: 68px !important;
  }
  .mt-sm-72 {
    margin-top: 72px !important;
  }
  .mr-sm-72 {
    margin-right: 72px !important;
  }
  .mb-sm-72 {
    margin-bottom: 72px !important;
  }
  .ml-sm-72 {
    margin-left: 72px !important;
  }
  .mt-sm-76 {
    margin-top: 76px !important;
  }
  .mr-sm-76 {
    margin-right: 76px !important;
  }
  .mb-sm-76 {
    margin-bottom: 76px !important;
  }
  .ml-sm-76 {
    margin-left: 76px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mt-sm-84 {
    margin-top: 84px !important;
  }
  .mr-sm-84 {
    margin-right: 84px !important;
  }
  .mb-sm-84 {
    margin-bottom: 84px !important;
  }
  .ml-sm-84 {
    margin-left: 84px !important;
  }
  .mt-sm-88 {
    margin-top: 88px !important;
  }
  .mr-sm-88 {
    margin-right: 88px !important;
  }
  .mb-sm-88 {
    margin-bottom: 88px !important;
  }
  .ml-sm-88 {
    margin-left: 88px !important;
  }
  .mt-sm-92 {
    margin-top: 92px !important;
  }
  .mr-sm-92 {
    margin-right: 92px !important;
  }
  .mb-sm-92 {
    margin-bottom: 92px !important;
  }
  .ml-sm-92 {
    margin-left: 92px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mr-sm-96 {
    margin-right: 96px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .ml-sm-96 {
    margin-left: 96px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mt-sm-104 {
    margin-top: 104px !important;
  }
  .mr-sm-104 {
    margin-right: 104px !important;
  }
  .mb-sm-104 {
    margin-bottom: 104px !important;
  }
  .ml-sm-104 {
    margin-left: 104px !important;
  }
  .mt-sm-108 {
    margin-top: 108px !important;
  }
  .mr-sm-108 {
    margin-right: 108px !important;
  }
  .mb-sm-108 {
    margin-bottom: 108px !important;
  }
  .ml-sm-108 {
    margin-left: 108px !important;
  }
  .mt-sm-112 {
    margin-top: 112px !important;
  }
  .mr-sm-112 {
    margin-right: 112px !important;
  }
  .mb-sm-112 {
    margin-bottom: 112px !important;
  }
  .ml-sm-112 {
    margin-left: 112px !important;
  }
  .mt-sm-116 {
    margin-top: 116px !important;
  }
  .mr-sm-116 {
    margin-right: 116px !important;
  }
  .mb-sm-116 {
    margin-bottom: 116px !important;
  }
  .ml-sm-116 {
    margin-left: 116px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .mt-sm-124 {
    margin-top: 124px !important;
  }
  .mr-sm-124 {
    margin-right: 124px !important;
  }
  .mb-sm-124 {
    margin-bottom: 124px !important;
  }
  .ml-sm-124 {
    margin-left: 124px !important;
  }
  .mt-sm-128 {
    margin-top: 128px !important;
  }
  .mr-sm-128 {
    margin-right: 128px !important;
  }
  .mb-sm-128 {
    margin-bottom: 128px !important;
  }
  .ml-sm-128 {
    margin-left: 128px !important;
  }
  .mt-sm-132 {
    margin-top: 132px !important;
  }
  .mr-sm-132 {
    margin-right: 132px !important;
  }
  .mb-sm-132 {
    margin-bottom: 132px !important;
  }
  .ml-sm-132 {
    margin-left: 132px !important;
  }
  .mt-sm-136 {
    margin-top: 136px !important;
  }
  .mr-sm-136 {
    margin-right: 136px !important;
  }
  .mb-sm-136 {
    margin-bottom: 136px !important;
  }
  .ml-sm-136 {
    margin-left: 136px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .mt-sm-144 {
    margin-top: 144px !important;
  }
  .mr-sm-144 {
    margin-right: 144px !important;
  }
  .mb-sm-144 {
    margin-bottom: 144px !important;
  }
  .ml-sm-144 {
    margin-left: 144px !important;
  }
  .mt-sm-148 {
    margin-top: 148px !important;
  }
  .mr-sm-148 {
    margin-right: 148px !important;
  }
  .mb-sm-148 {
    margin-bottom: 148px !important;
  }
  .ml-sm-148 {
    margin-left: 148px !important;
  }
  .mt-sm-152 {
    margin-top: 152px !important;
  }
  .mr-sm-152 {
    margin-right: 152px !important;
  }
  .mb-sm-152 {
    margin-bottom: 152px !important;
  }
  .ml-sm-152 {
    margin-left: 152px !important;
  }
  .mt-sm-156 {
    margin-top: 156px !important;
  }
  .mr-sm-156 {
    margin-right: 156px !important;
  }
  .mb-sm-156 {
    margin-bottom: 156px !important;
  }
  .ml-sm-156 {
    margin-left: 156px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .mt-sm-164 {
    margin-top: 164px !important;
  }
  .mr-sm-164 {
    margin-right: 164px !important;
  }
  .mb-sm-164 {
    margin-bottom: 164px !important;
  }
  .ml-sm-164 {
    margin-left: 164px !important;
  }
  .mt-sm-168 {
    margin-top: 168px !important;
  }
  .mr-sm-168 {
    margin-right: 168px !important;
  }
  .mb-sm-168 {
    margin-bottom: 168px !important;
  }
  .ml-sm-168 {
    margin-left: 168px !important;
  }
  .mt-sm-172 {
    margin-top: 172px !important;
  }
  .mr-sm-172 {
    margin-right: 172px !important;
  }
  .mb-sm-172 {
    margin-bottom: 172px !important;
  }
  .ml-sm-172 {
    margin-left: 172px !important;
  }
  .mt-sm-176 {
    margin-top: 176px !important;
  }
  .mr-sm-176 {
    margin-right: 176px !important;
  }
  .mb-sm-176 {
    margin-bottom: 176px !important;
  }
  .ml-sm-176 {
    margin-left: 176px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .mt-sm-184 {
    margin-top: 184px !important;
  }
  .mr-sm-184 {
    margin-right: 184px !important;
  }
  .mb-sm-184 {
    margin-bottom: 184px !important;
  }
  .ml-sm-184 {
    margin-left: 184px !important;
  }
  .mt-sm-188 {
    margin-top: 188px !important;
  }
  .mr-sm-188 {
    margin-right: 188px !important;
  }
  .mb-sm-188 {
    margin-bottom: 188px !important;
  }
  .ml-sm-188 {
    margin-left: 188px !important;
  }
  .mt-sm-192 {
    margin-top: 192px !important;
  }
  .mr-sm-192 {
    margin-right: 192px !important;
  }
  .mb-sm-192 {
    margin-bottom: 192px !important;
  }
  .ml-sm-192 {
    margin-left: 192px !important;
  }
  .mt-sm-196 {
    margin-top: 196px !important;
  }
  .mr-sm-196 {
    margin-right: 196px !important;
  }
  .mb-sm-196 {
    margin-bottom: 196px !important;
  }
  .ml-sm-196 {
    margin-left: 196px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .mt-sm-204 {
    margin-top: 204px !important;
  }
  .mr-sm-204 {
    margin-right: 204px !important;
  }
  .mb-sm-204 {
    margin-bottom: 204px !important;
  }
  .ml-sm-204 {
    margin-left: 204px !important;
  }
  .mt-sm-208 {
    margin-top: 208px !important;
  }
  .mr-sm-208 {
    margin-right: 208px !important;
  }
  .mb-sm-208 {
    margin-bottom: 208px !important;
  }
  .ml-sm-208 {
    margin-left: 208px !important;
  }
  .mt-sm-212 {
    margin-top: 212px !important;
  }
  .mr-sm-212 {
    margin-right: 212px !important;
  }
  .mb-sm-212 {
    margin-bottom: 212px !important;
  }
  .ml-sm-212 {
    margin-left: 212px !important;
  }
  .mt-sm-216 {
    margin-top: 216px !important;
  }
  .mr-sm-216 {
    margin-right: 216px !important;
  }
  .mb-sm-216 {
    margin-bottom: 216px !important;
  }
  .ml-sm-216 {
    margin-left: 216px !important;
  }
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .mt-sm-224 {
    margin-top: 224px !important;
  }
  .mr-sm-224 {
    margin-right: 224px !important;
  }
  .mb-sm-224 {
    margin-bottom: 224px !important;
  }
  .ml-sm-224 {
    margin-left: 224px !important;
  }
  .mt-sm-228 {
    margin-top: 228px !important;
  }
  .mr-sm-228 {
    margin-right: 228px !important;
  }
  .mb-sm-228 {
    margin-bottom: 228px !important;
  }
  .ml-sm-228 {
    margin-left: 228px !important;
  }
  .mt-sm-232 {
    margin-top: 232px !important;
  }
  .mr-sm-232 {
    margin-right: 232px !important;
  }
  .mb-sm-232 {
    margin-bottom: 232px !important;
  }
  .ml-sm-232 {
    margin-left: 232px !important;
  }
  .mt-sm-236 {
    margin-top: 236px !important;
  }
  .mr-sm-236 {
    margin-right: 236px !important;
  }
  .mb-sm-236 {
    margin-bottom: 236px !important;
  }
  .ml-sm-236 {
    margin-left: 236px !important;
  }
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .mt-sm-244 {
    margin-top: 244px !important;
  }
  .mr-sm-244 {
    margin-right: 244px !important;
  }
  .mb-sm-244 {
    margin-bottom: 244px !important;
  }
  .ml-sm-244 {
    margin-left: 244px !important;
  }
  .mt-sm-248 {
    margin-top: 248px !important;
  }
  .mr-sm-248 {
    margin-right: 248px !important;
  }
  .mb-sm-248 {
    margin-bottom: 248px !important;
  }
  .ml-sm-248 {
    margin-left: 248px !important;
  }
  .mt-sm-252 {
    margin-top: 252px !important;
  }
  .mr-sm-252 {
    margin-right: 252px !important;
  }
  .mb-sm-252 {
    margin-bottom: 252px !important;
  }
  .ml-sm-252 {
    margin-left: 252px !important;
  }
  .mt-sm-256 {
    margin-top: 256px !important;
  }
  .mr-sm-256 {
    margin-right: 256px !important;
  }
  .mb-sm-256 {
    margin-bottom: 256px !important;
  }
  .ml-sm-256 {
    margin-left: 256px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-28 {
    padding: 28px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-36 {
    padding: 36px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-44 {
    padding: 44px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-52 {
    padding: 52px !important;
  }
  .p-sm-56 {
    padding: 56px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-68 {
    padding: 68px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .p-sm-76 {
    padding: 76px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-84 {
    padding: 84px !important;
  }
  .p-sm-88 {
    padding: 88px !important;
  }
  .p-sm-92 {
    padding: 92px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-104 {
    padding: 104px !important;
  }
  .p-sm-108 {
    padding: 108px !important;
  }
  .p-sm-112 {
    padding: 112px !important;
  }
  .p-sm-116 {
    padding: 116px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-124 {
    padding: 124px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .p-sm-132 {
    padding: 132px !important;
  }
  .p-sm-136 {
    padding: 136px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-144 {
    padding: 144px !important;
  }
  .p-sm-148 {
    padding: 148px !important;
  }
  .p-sm-152 {
    padding: 152px !important;
  }
  .p-sm-156 {
    padding: 156px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-164 {
    padding: 164px !important;
  }
  .p-sm-168 {
    padding: 168px !important;
  }
  .p-sm-172 {
    padding: 172px !important;
  }
  .p-sm-176 {
    padding: 176px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-184 {
    padding: 184px !important;
  }
  .p-sm-188 {
    padding: 188px !important;
  }
  .p-sm-192 {
    padding: 192px !important;
  }
  .p-sm-196 {
    padding: 196px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .p-sm-204 {
    padding: 204px !important;
  }
  .p-sm-208 {
    padding: 208px !important;
  }
  .p-sm-212 {
    padding: 212px !important;
  }
  .p-sm-216 {
    padding: 216px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
  .p-sm-224 {
    padding: 224px !important;
  }
  .p-sm-228 {
    padding: 228px !important;
  }
  .p-sm-232 {
    padding: 232px !important;
  }
  .p-sm-236 {
    padding: 236px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
  .p-sm-244 {
    padding: 244px !important;
  }
  .p-sm-248 {
    padding: 248px !important;
  }
  .p-sm-252 {
    padding: 252px !important;
  }
  .p-sm-256 {
    padding: 256px !important;
  }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-sm-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-sm-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-sm-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-sm-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-sm-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-sm-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-sm-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-sm-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-sm-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-sm-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-sm-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-sm-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-sm-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-sm-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-sm-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-sm-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-sm-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-sm-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-sm-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-sm-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-sm-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-sm-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-sm-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-sm-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-sm-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-sm-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-sm-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-sm-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-sm-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-sm-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-sm-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-sm-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-sm-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-sm-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-sm-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-sm-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-sm-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-sm-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-sm-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-sm-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-sm-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-sm-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-sm-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-sm-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-sm-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-sm-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-sm-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-sm-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-sm-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-sm-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-sm-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-sm-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-sm-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-sm-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-sm-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-sm-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pt-sm-28 {
    padding-top: 28px !important;
  }
  .pr-sm-28 {
    padding-right: 28px !important;
  }
  .pb-sm-28 {
    padding-bottom: 28px !important;
  }
  .pl-sm-28 {
    padding-left: 28px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pr-sm-32 {
    padding-right: 32px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pl-sm-32 {
    padding-left: 32px !important;
  }
  .pt-sm-36 {
    padding-top: 36px !important;
  }
  .pr-sm-36 {
    padding-right: 36px !important;
  }
  .pb-sm-36 {
    padding-bottom: 36px !important;
  }
  .pl-sm-36 {
    padding-left: 36px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pt-sm-44 {
    padding-top: 44px !important;
  }
  .pr-sm-44 {
    padding-right: 44px !important;
  }
  .pb-sm-44 {
    padding-bottom: 44px !important;
  }
  .pl-sm-44 {
    padding-left: 44px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pr-sm-48 {
    padding-right: 48px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pl-sm-48 {
    padding-left: 48px !important;
  }
  .pt-sm-52 {
    padding-top: 52px !important;
  }
  .pr-sm-52 {
    padding-right: 52px !important;
  }
  .pb-sm-52 {
    padding-bottom: 52px !important;
  }
  .pl-sm-52 {
    padding-left: 52px !important;
  }
  .pt-sm-56 {
    padding-top: 56px !important;
  }
  .pr-sm-56 {
    padding-right: 56px !important;
  }
  .pb-sm-56 {
    padding-bottom: 56px !important;
  }
  .pl-sm-56 {
    padding-left: 56px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pr-sm-64 {
    padding-right: 64px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pl-sm-64 {
    padding-left: 64px !important;
  }
  .pt-sm-68 {
    padding-top: 68px !important;
  }
  .pr-sm-68 {
    padding-right: 68px !important;
  }
  .pb-sm-68 {
    padding-bottom: 68px !important;
  }
  .pl-sm-68 {
    padding-left: 68px !important;
  }
  .pt-sm-72 {
    padding-top: 72px !important;
  }
  .pr-sm-72 {
    padding-right: 72px !important;
  }
  .pb-sm-72 {
    padding-bottom: 72px !important;
  }
  .pl-sm-72 {
    padding-left: 72px !important;
  }
  .pt-sm-76 {
    padding-top: 76px !important;
  }
  .pr-sm-76 {
    padding-right: 76px !important;
  }
  .pb-sm-76 {
    padding-bottom: 76px !important;
  }
  .pl-sm-76 {
    padding-left: 76px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pt-sm-84 {
    padding-top: 84px !important;
  }
  .pr-sm-84 {
    padding-right: 84px !important;
  }
  .pb-sm-84 {
    padding-bottom: 84px !important;
  }
  .pl-sm-84 {
    padding-left: 84px !important;
  }
  .pt-sm-88 {
    padding-top: 88px !important;
  }
  .pr-sm-88 {
    padding-right: 88px !important;
  }
  .pb-sm-88 {
    padding-bottom: 88px !important;
  }
  .pl-sm-88 {
    padding-left: 88px !important;
  }
  .pt-sm-92 {
    padding-top: 92px !important;
  }
  .pr-sm-92 {
    padding-right: 92px !important;
  }
  .pb-sm-92 {
    padding-bottom: 92px !important;
  }
  .pl-sm-92 {
    padding-left: 92px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pr-sm-96 {
    padding-right: 96px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pl-sm-96 {
    padding-left: 96px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pt-sm-104 {
    padding-top: 104px !important;
  }
  .pr-sm-104 {
    padding-right: 104px !important;
  }
  .pb-sm-104 {
    padding-bottom: 104px !important;
  }
  .pl-sm-104 {
    padding-left: 104px !important;
  }
  .pt-sm-108 {
    padding-top: 108px !important;
  }
  .pr-sm-108 {
    padding-right: 108px !important;
  }
  .pb-sm-108 {
    padding-bottom: 108px !important;
  }
  .pl-sm-108 {
    padding-left: 108px !important;
  }
  .pt-sm-112 {
    padding-top: 112px !important;
  }
  .pr-sm-112 {
    padding-right: 112px !important;
  }
  .pb-sm-112 {
    padding-bottom: 112px !important;
  }
  .pl-sm-112 {
    padding-left: 112px !important;
  }
  .pt-sm-116 {
    padding-top: 116px !important;
  }
  .pr-sm-116 {
    padding-right: 116px !important;
  }
  .pb-sm-116 {
    padding-bottom: 116px !important;
  }
  .pl-sm-116 {
    padding-left: 116px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pt-sm-124 {
    padding-top: 124px !important;
  }
  .pr-sm-124 {
    padding-right: 124px !important;
  }
  .pb-sm-124 {
    padding-bottom: 124px !important;
  }
  .pl-sm-124 {
    padding-left: 124px !important;
  }
  .pt-sm-128 {
    padding-top: 128px !important;
  }
  .pr-sm-128 {
    padding-right: 128px !important;
  }
  .pb-sm-128 {
    padding-bottom: 128px !important;
  }
  .pl-sm-128 {
    padding-left: 128px !important;
  }
  .pt-sm-132 {
    padding-top: 132px !important;
  }
  .pr-sm-132 {
    padding-right: 132px !important;
  }
  .pb-sm-132 {
    padding-bottom: 132px !important;
  }
  .pl-sm-132 {
    padding-left: 132px !important;
  }
  .pt-sm-136 {
    padding-top: 136px !important;
  }
  .pr-sm-136 {
    padding-right: 136px !important;
  }
  .pb-sm-136 {
    padding-bottom: 136px !important;
  }
  .pl-sm-136 {
    padding-left: 136px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pt-sm-144 {
    padding-top: 144px !important;
  }
  .pr-sm-144 {
    padding-right: 144px !important;
  }
  .pb-sm-144 {
    padding-bottom: 144px !important;
  }
  .pl-sm-144 {
    padding-left: 144px !important;
  }
  .pt-sm-148 {
    padding-top: 148px !important;
  }
  .pr-sm-148 {
    padding-right: 148px !important;
  }
  .pb-sm-148 {
    padding-bottom: 148px !important;
  }
  .pl-sm-148 {
    padding-left: 148px !important;
  }
  .pt-sm-152 {
    padding-top: 152px !important;
  }
  .pr-sm-152 {
    padding-right: 152px !important;
  }
  .pb-sm-152 {
    padding-bottom: 152px !important;
  }
  .pl-sm-152 {
    padding-left: 152px !important;
  }
  .pt-sm-156 {
    padding-top: 156px !important;
  }
  .pr-sm-156 {
    padding-right: 156px !important;
  }
  .pb-sm-156 {
    padding-bottom: 156px !important;
  }
  .pl-sm-156 {
    padding-left: 156px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pt-sm-164 {
    padding-top: 164px !important;
  }
  .pr-sm-164 {
    padding-right: 164px !important;
  }
  .pb-sm-164 {
    padding-bottom: 164px !important;
  }
  .pl-sm-164 {
    padding-left: 164px !important;
  }
  .pt-sm-168 {
    padding-top: 168px !important;
  }
  .pr-sm-168 {
    padding-right: 168px !important;
  }
  .pb-sm-168 {
    padding-bottom: 168px !important;
  }
  .pl-sm-168 {
    padding-left: 168px !important;
  }
  .pt-sm-172 {
    padding-top: 172px !important;
  }
  .pr-sm-172 {
    padding-right: 172px !important;
  }
  .pb-sm-172 {
    padding-bottom: 172px !important;
  }
  .pl-sm-172 {
    padding-left: 172px !important;
  }
  .pt-sm-176 {
    padding-top: 176px !important;
  }
  .pr-sm-176 {
    padding-right: 176px !important;
  }
  .pb-sm-176 {
    padding-bottom: 176px !important;
  }
  .pl-sm-176 {
    padding-left: 176px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pt-sm-184 {
    padding-top: 184px !important;
  }
  .pr-sm-184 {
    padding-right: 184px !important;
  }
  .pb-sm-184 {
    padding-bottom: 184px !important;
  }
  .pl-sm-184 {
    padding-left: 184px !important;
  }
  .pt-sm-188 {
    padding-top: 188px !important;
  }
  .pr-sm-188 {
    padding-right: 188px !important;
  }
  .pb-sm-188 {
    padding-bottom: 188px !important;
  }
  .pl-sm-188 {
    padding-left: 188px !important;
  }
  .pt-sm-192 {
    padding-top: 192px !important;
  }
  .pr-sm-192 {
    padding-right: 192px !important;
  }
  .pb-sm-192 {
    padding-bottom: 192px !important;
  }
  .pl-sm-192 {
    padding-left: 192px !important;
  }
  .pt-sm-196 {
    padding-top: 196px !important;
  }
  .pr-sm-196 {
    padding-right: 196px !important;
  }
  .pb-sm-196 {
    padding-bottom: 196px !important;
  }
  .pl-sm-196 {
    padding-left: 196px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pt-sm-204 {
    padding-top: 204px !important;
  }
  .pr-sm-204 {
    padding-right: 204px !important;
  }
  .pb-sm-204 {
    padding-bottom: 204px !important;
  }
  .pl-sm-204 {
    padding-left: 204px !important;
  }
  .pt-sm-208 {
    padding-top: 208px !important;
  }
  .pr-sm-208 {
    padding-right: 208px !important;
  }
  .pb-sm-208 {
    padding-bottom: 208px !important;
  }
  .pl-sm-208 {
    padding-left: 208px !important;
  }
  .pt-sm-212 {
    padding-top: 212px !important;
  }
  .pr-sm-212 {
    padding-right: 212px !important;
  }
  .pb-sm-212 {
    padding-bottom: 212px !important;
  }
  .pl-sm-212 {
    padding-left: 212px !important;
  }
  .pt-sm-216 {
    padding-top: 216px !important;
  }
  .pr-sm-216 {
    padding-right: 216px !important;
  }
  .pb-sm-216 {
    padding-bottom: 216px !important;
  }
  .pl-sm-216 {
    padding-left: 216px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
  .pt-sm-224 {
    padding-top: 224px !important;
  }
  .pr-sm-224 {
    padding-right: 224px !important;
  }
  .pb-sm-224 {
    padding-bottom: 224px !important;
  }
  .pl-sm-224 {
    padding-left: 224px !important;
  }
  .pt-sm-228 {
    padding-top: 228px !important;
  }
  .pr-sm-228 {
    padding-right: 228px !important;
  }
  .pb-sm-228 {
    padding-bottom: 228px !important;
  }
  .pl-sm-228 {
    padding-left: 228px !important;
  }
  .pt-sm-232 {
    padding-top: 232px !important;
  }
  .pr-sm-232 {
    padding-right: 232px !important;
  }
  .pb-sm-232 {
    padding-bottom: 232px !important;
  }
  .pl-sm-232 {
    padding-left: 232px !important;
  }
  .pt-sm-236 {
    padding-top: 236px !important;
  }
  .pr-sm-236 {
    padding-right: 236px !important;
  }
  .pb-sm-236 {
    padding-bottom: 236px !important;
  }
  .pl-sm-236 {
    padding-left: 236px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
  .pt-sm-244 {
    padding-top: 244px !important;
  }
  .pr-sm-244 {
    padding-right: 244px !important;
  }
  .pb-sm-244 {
    padding-bottom: 244px !important;
  }
  .pl-sm-244 {
    padding-left: 244px !important;
  }
  .pt-sm-248 {
    padding-top: 248px !important;
  }
  .pr-sm-248 {
    padding-right: 248px !important;
  }
  .pb-sm-248 {
    padding-bottom: 248px !important;
  }
  .pl-sm-248 {
    padding-left: 248px !important;
  }
  .pt-sm-252 {
    padding-top: 252px !important;
  }
  .pr-sm-252 {
    padding-right: 252px !important;
  }
  .pb-sm-252 {
    padding-bottom: 252px !important;
  }
  .pl-sm-252 {
    padding-left: 252px !important;
  }
  .pt-sm-256 {
    padding-top: 256px !important;
  }
  .pr-sm-256 {
    padding-right: 256px !important;
  }
  .pb-sm-256 {
    padding-bottom: 256px !important;
  }
  .pl-sm-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-28 {
    margin: 28px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-36 {
    margin: 36px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-44 {
    margin: 44px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-52 {
    margin: 52px !important;
  }
  .m-md-56 {
    margin: 56px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-68 {
    margin: 68px !important;
  }
  .m-md-72 {
    margin: 72px !important;
  }
  .m-md-76 {
    margin: 76px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-84 {
    margin: 84px !important;
  }
  .m-md-88 {
    margin: 88px !important;
  }
  .m-md-92 {
    margin: 92px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-104 {
    margin: 104px !important;
  }
  .m-md-108 {
    margin: 108px !important;
  }
  .m-md-112 {
    margin: 112px !important;
  }
  .m-md-116 {
    margin: 116px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-124 {
    margin: 124px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .m-md-132 {
    margin: 132px !important;
  }
  .m-md-136 {
    margin: 136px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .m-md-144 {
    margin: 144px !important;
  }
  .m-md-148 {
    margin: 148px !important;
  }
  .m-md-152 {
    margin: 152px !important;
  }
  .m-md-156 {
    margin: 156px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-164 {
    margin: 164px !important;
  }
  .m-md-168 {
    margin: 168px !important;
  }
  .m-md-172 {
    margin: 172px !important;
  }
  .m-md-176 {
    margin: 176px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .m-md-184 {
    margin: 184px !important;
  }
  .m-md-188 {
    margin: 188px !important;
  }
  .m-md-192 {
    margin: 192px !important;
  }
  .m-md-196 {
    margin: 196px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .m-md-204 {
    margin: 204px !important;
  }
  .m-md-208 {
    margin: 208px !important;
  }
  .m-md-212 {
    margin: 212px !important;
  }
  .m-md-216 {
    margin: 216px !important;
  }
  .m-md-220 {
    margin: 220px !important;
  }
  .m-md-224 {
    margin: 224px !important;
  }
  .m-md-228 {
    margin: 228px !important;
  }
  .m-md-232 {
    margin: 232px !important;
  }
  .m-md-236 {
    margin: 236px !important;
  }
  .m-md-240 {
    margin: 240px !important;
  }
  .m-md-244 {
    margin: 244px !important;
  }
  .m-md-248 {
    margin: 248px !important;
  }
  .m-md-252 {
    margin: 252px !important;
  }
  .m-md-256 {
    margin: 256px !important;
  }
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-md-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-md-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-md-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-md-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-md-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-md-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-md-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-md-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-md-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-md-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-md-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-md-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-md-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-md-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-md-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-md-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-md-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-md-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-md-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-md-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-md-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-md-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-md-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-md-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-md-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-md-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-md-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-md-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-md-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-md-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-md-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-md-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-md-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-md-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-md-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-md-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-md-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-md-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-md-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-md-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-md-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-md-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-md-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-md-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-md-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-md-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-md-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-md-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-md-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-md-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-md-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-md-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-md-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-md-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-md-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-md-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-md-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-md-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .mt-md-28 {
    margin-top: 28px !important;
  }
  .mr-md-28 {
    margin-right: 28px !important;
  }
  .mb-md-28 {
    margin-bottom: 28px !important;
  }
  .ml-md-28 {
    margin-left: 28px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mr-md-32 {
    margin-right: 32px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .ml-md-32 {
    margin-left: 32px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  .mr-md-36 {
    margin-right: 36px !important;
  }
  .mb-md-36 {
    margin-bottom: 36px !important;
  }
  .ml-md-36 {
    margin-left: 36px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mt-md-44 {
    margin-top: 44px !important;
  }
  .mr-md-44 {
    margin-right: 44px !important;
  }
  .mb-md-44 {
    margin-bottom: 44px !important;
  }
  .ml-md-44 {
    margin-left: 44px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mr-md-48 {
    margin-right: 48px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .ml-md-48 {
    margin-left: 48px !important;
  }
  .mt-md-52 {
    margin-top: 52px !important;
  }
  .mr-md-52 {
    margin-right: 52px !important;
  }
  .mb-md-52 {
    margin-bottom: 52px !important;
  }
  .ml-md-52 {
    margin-left: 52px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mr-md-56 {
    margin-right: 56px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .ml-md-56 {
    margin-left: 56px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mr-md-64 {
    margin-right: 64px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .ml-md-64 {
    margin-left: 64px !important;
  }
  .mt-md-68 {
    margin-top: 68px !important;
  }
  .mr-md-68 {
    margin-right: 68px !important;
  }
  .mb-md-68 {
    margin-bottom: 68px !important;
  }
  .ml-md-68 {
    margin-left: 68px !important;
  }
  .mt-md-72 {
    margin-top: 72px !important;
  }
  .mr-md-72 {
    margin-right: 72px !important;
  }
  .mb-md-72 {
    margin-bottom: 72px !important;
  }
  .ml-md-72 {
    margin-left: 72px !important;
  }
  .mt-md-76 {
    margin-top: 76px !important;
  }
  .mr-md-76 {
    margin-right: 76px !important;
  }
  .mb-md-76 {
    margin-bottom: 76px !important;
  }
  .ml-md-76 {
    margin-left: 76px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mt-md-84 {
    margin-top: 84px !important;
  }
  .mr-md-84 {
    margin-right: 84px !important;
  }
  .mb-md-84 {
    margin-bottom: 84px !important;
  }
  .ml-md-84 {
    margin-left: 84px !important;
  }
  .mt-md-88 {
    margin-top: 88px !important;
  }
  .mr-md-88 {
    margin-right: 88px !important;
  }
  .mb-md-88 {
    margin-bottom: 88px !important;
  }
  .ml-md-88 {
    margin-left: 88px !important;
  }
  .mt-md-92 {
    margin-top: 92px !important;
  }
  .mr-md-92 {
    margin-right: 92px !important;
  }
  .mb-md-92 {
    margin-bottom: 92px !important;
  }
  .ml-md-92 {
    margin-left: 92px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mr-md-96 {
    margin-right: 96px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .ml-md-96 {
    margin-left: 96px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mt-md-104 {
    margin-top: 104px !important;
  }
  .mr-md-104 {
    margin-right: 104px !important;
  }
  .mb-md-104 {
    margin-bottom: 104px !important;
  }
  .ml-md-104 {
    margin-left: 104px !important;
  }
  .mt-md-108 {
    margin-top: 108px !important;
  }
  .mr-md-108 {
    margin-right: 108px !important;
  }
  .mb-md-108 {
    margin-bottom: 108px !important;
  }
  .ml-md-108 {
    margin-left: 108px !important;
  }
  .mt-md-112 {
    margin-top: 112px !important;
  }
  .mr-md-112 {
    margin-right: 112px !important;
  }
  .mb-md-112 {
    margin-bottom: 112px !important;
  }
  .ml-md-112 {
    margin-left: 112px !important;
  }
  .mt-md-116 {
    margin-top: 116px !important;
  }
  .mr-md-116 {
    margin-right: 116px !important;
  }
  .mb-md-116 {
    margin-bottom: 116px !important;
  }
  .ml-md-116 {
    margin-left: 116px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .mt-md-124 {
    margin-top: 124px !important;
  }
  .mr-md-124 {
    margin-right: 124px !important;
  }
  .mb-md-124 {
    margin-bottom: 124px !important;
  }
  .ml-md-124 {
    margin-left: 124px !important;
  }
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mr-md-128 {
    margin-right: 128px !important;
  }
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .ml-md-128 {
    margin-left: 128px !important;
  }
  .mt-md-132 {
    margin-top: 132px !important;
  }
  .mr-md-132 {
    margin-right: 132px !important;
  }
  .mb-md-132 {
    margin-bottom: 132px !important;
  }
  .ml-md-132 {
    margin-left: 132px !important;
  }
  .mt-md-136 {
    margin-top: 136px !important;
  }
  .mr-md-136 {
    margin-right: 136px !important;
  }
  .mb-md-136 {
    margin-bottom: 136px !important;
  }
  .ml-md-136 {
    margin-left: 136px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .mt-md-144 {
    margin-top: 144px !important;
  }
  .mr-md-144 {
    margin-right: 144px !important;
  }
  .mb-md-144 {
    margin-bottom: 144px !important;
  }
  .ml-md-144 {
    margin-left: 144px !important;
  }
  .mt-md-148 {
    margin-top: 148px !important;
  }
  .mr-md-148 {
    margin-right: 148px !important;
  }
  .mb-md-148 {
    margin-bottom: 148px !important;
  }
  .ml-md-148 {
    margin-left: 148px !important;
  }
  .mt-md-152 {
    margin-top: 152px !important;
  }
  .mr-md-152 {
    margin-right: 152px !important;
  }
  .mb-md-152 {
    margin-bottom: 152px !important;
  }
  .ml-md-152 {
    margin-left: 152px !important;
  }
  .mt-md-156 {
    margin-top: 156px !important;
  }
  .mr-md-156 {
    margin-right: 156px !important;
  }
  .mb-md-156 {
    margin-bottom: 156px !important;
  }
  .ml-md-156 {
    margin-left: 156px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .mt-md-164 {
    margin-top: 164px !important;
  }
  .mr-md-164 {
    margin-right: 164px !important;
  }
  .mb-md-164 {
    margin-bottom: 164px !important;
  }
  .ml-md-164 {
    margin-left: 164px !important;
  }
  .mt-md-168 {
    margin-top: 168px !important;
  }
  .mr-md-168 {
    margin-right: 168px !important;
  }
  .mb-md-168 {
    margin-bottom: 168px !important;
  }
  .ml-md-168 {
    margin-left: 168px !important;
  }
  .mt-md-172 {
    margin-top: 172px !important;
  }
  .mr-md-172 {
    margin-right: 172px !important;
  }
  .mb-md-172 {
    margin-bottom: 172px !important;
  }
  .ml-md-172 {
    margin-left: 172px !important;
  }
  .mt-md-176 {
    margin-top: 176px !important;
  }
  .mr-md-176 {
    margin-right: 176px !important;
  }
  .mb-md-176 {
    margin-bottom: 176px !important;
  }
  .ml-md-176 {
    margin-left: 176px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .mt-md-184 {
    margin-top: 184px !important;
  }
  .mr-md-184 {
    margin-right: 184px !important;
  }
  .mb-md-184 {
    margin-bottom: 184px !important;
  }
  .ml-md-184 {
    margin-left: 184px !important;
  }
  .mt-md-188 {
    margin-top: 188px !important;
  }
  .mr-md-188 {
    margin-right: 188px !important;
  }
  .mb-md-188 {
    margin-bottom: 188px !important;
  }
  .ml-md-188 {
    margin-left: 188px !important;
  }
  .mt-md-192 {
    margin-top: 192px !important;
  }
  .mr-md-192 {
    margin-right: 192px !important;
  }
  .mb-md-192 {
    margin-bottom: 192px !important;
  }
  .ml-md-192 {
    margin-left: 192px !important;
  }
  .mt-md-196 {
    margin-top: 196px !important;
  }
  .mr-md-196 {
    margin-right: 196px !important;
  }
  .mb-md-196 {
    margin-bottom: 196px !important;
  }
  .ml-md-196 {
    margin-left: 196px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .mt-md-204 {
    margin-top: 204px !important;
  }
  .mr-md-204 {
    margin-right: 204px !important;
  }
  .mb-md-204 {
    margin-bottom: 204px !important;
  }
  .ml-md-204 {
    margin-left: 204px !important;
  }
  .mt-md-208 {
    margin-top: 208px !important;
  }
  .mr-md-208 {
    margin-right: 208px !important;
  }
  .mb-md-208 {
    margin-bottom: 208px !important;
  }
  .ml-md-208 {
    margin-left: 208px !important;
  }
  .mt-md-212 {
    margin-top: 212px !important;
  }
  .mr-md-212 {
    margin-right: 212px !important;
  }
  .mb-md-212 {
    margin-bottom: 212px !important;
  }
  .ml-md-212 {
    margin-left: 212px !important;
  }
  .mt-md-216 {
    margin-top: 216px !important;
  }
  .mr-md-216 {
    margin-right: 216px !important;
  }
  .mb-md-216 {
    margin-bottom: 216px !important;
  }
  .ml-md-216 {
    margin-left: 216px !important;
  }
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .mt-md-224 {
    margin-top: 224px !important;
  }
  .mr-md-224 {
    margin-right: 224px !important;
  }
  .mb-md-224 {
    margin-bottom: 224px !important;
  }
  .ml-md-224 {
    margin-left: 224px !important;
  }
  .mt-md-228 {
    margin-top: 228px !important;
  }
  .mr-md-228 {
    margin-right: 228px !important;
  }
  .mb-md-228 {
    margin-bottom: 228px !important;
  }
  .ml-md-228 {
    margin-left: 228px !important;
  }
  .mt-md-232 {
    margin-top: 232px !important;
  }
  .mr-md-232 {
    margin-right: 232px !important;
  }
  .mb-md-232 {
    margin-bottom: 232px !important;
  }
  .ml-md-232 {
    margin-left: 232px !important;
  }
  .mt-md-236 {
    margin-top: 236px !important;
  }
  .mr-md-236 {
    margin-right: 236px !important;
  }
  .mb-md-236 {
    margin-bottom: 236px !important;
  }
  .ml-md-236 {
    margin-left: 236px !important;
  }
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .mt-md-244 {
    margin-top: 244px !important;
  }
  .mr-md-244 {
    margin-right: 244px !important;
  }
  .mb-md-244 {
    margin-bottom: 244px !important;
  }
  .ml-md-244 {
    margin-left: 244px !important;
  }
  .mt-md-248 {
    margin-top: 248px !important;
  }
  .mr-md-248 {
    margin-right: 248px !important;
  }
  .mb-md-248 {
    margin-bottom: 248px !important;
  }
  .ml-md-248 {
    margin-left: 248px !important;
  }
  .mt-md-252 {
    margin-top: 252px !important;
  }
  .mr-md-252 {
    margin-right: 252px !important;
  }
  .mb-md-252 {
    margin-bottom: 252px !important;
  }
  .ml-md-252 {
    margin-left: 252px !important;
  }
  .mt-md-256 {
    margin-top: 256px !important;
  }
  .mr-md-256 {
    margin-right: 256px !important;
  }
  .mb-md-256 {
    margin-bottom: 256px !important;
  }
  .ml-md-256 {
    margin-left: 256px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-28 {
    padding: 28px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-36 {
    padding: 36px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-44 {
    padding: 44px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-52 {
    padding: 52px !important;
  }
  .p-md-56 {
    padding: 56px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-68 {
    padding: 68px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .p-md-76 {
    padding: 76px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-84 {
    padding: 84px !important;
  }
  .p-md-88 {
    padding: 88px !important;
  }
  .p-md-92 {
    padding: 92px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-104 {
    padding: 104px !important;
  }
  .p-md-108 {
    padding: 108px !important;
  }
  .p-md-112 {
    padding: 112px !important;
  }
  .p-md-116 {
    padding: 116px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-124 {
    padding: 124px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .p-md-132 {
    padding: 132px !important;
  }
  .p-md-136 {
    padding: 136px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .p-md-144 {
    padding: 144px !important;
  }
  .p-md-148 {
    padding: 148px !important;
  }
  .p-md-152 {
    padding: 152px !important;
  }
  .p-md-156 {
    padding: 156px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-164 {
    padding: 164px !important;
  }
  .p-md-168 {
    padding: 168px !important;
  }
  .p-md-172 {
    padding: 172px !important;
  }
  .p-md-176 {
    padding: 176px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .p-md-184 {
    padding: 184px !important;
  }
  .p-md-188 {
    padding: 188px !important;
  }
  .p-md-192 {
    padding: 192px !important;
  }
  .p-md-196 {
    padding: 196px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .p-md-204 {
    padding: 204px !important;
  }
  .p-md-208 {
    padding: 208px !important;
  }
  .p-md-212 {
    padding: 212px !important;
  }
  .p-md-216 {
    padding: 216px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
  .p-md-224 {
    padding: 224px !important;
  }
  .p-md-228 {
    padding: 228px !important;
  }
  .p-md-232 {
    padding: 232px !important;
  }
  .p-md-236 {
    padding: 236px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
  .p-md-244 {
    padding: 244px !important;
  }
  .p-md-248 {
    padding: 248px !important;
  }
  .p-md-252 {
    padding: 252px !important;
  }
  .p-md-256 {
    padding: 256px !important;
  }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-md-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-md-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-md-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-md-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-md-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-md-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-md-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-md-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-md-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-md-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-md-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-md-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-md-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-md-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-md-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-md-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-md-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-md-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-md-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-md-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-md-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-md-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-md-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-md-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-md-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-md-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-md-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-md-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-md-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-md-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-md-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-md-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-md-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-md-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-md-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-md-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-md-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-md-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-md-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-md-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-md-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-md-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-md-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-md-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-md-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-md-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-md-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-md-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-md-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-md-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-md-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-md-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-md-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-md-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-md-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-md-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-md-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-md-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-md-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pt-md-28 {
    padding-top: 28px !important;
  }
  .pr-md-28 {
    padding-right: 28px !important;
  }
  .pb-md-28 {
    padding-bottom: 28px !important;
  }
  .pl-md-28 {
    padding-left: 28px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pr-md-32 {
    padding-right: 32px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pl-md-32 {
    padding-left: 32px !important;
  }
  .pt-md-36 {
    padding-top: 36px !important;
  }
  .pr-md-36 {
    padding-right: 36px !important;
  }
  .pb-md-36 {
    padding-bottom: 36px !important;
  }
  .pl-md-36 {
    padding-left: 36px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pt-md-44 {
    padding-top: 44px !important;
  }
  .pr-md-44 {
    padding-right: 44px !important;
  }
  .pb-md-44 {
    padding-bottom: 44px !important;
  }
  .pl-md-44 {
    padding-left: 44px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pr-md-48 {
    padding-right: 48px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pl-md-48 {
    padding-left: 48px !important;
  }
  .pt-md-52 {
    padding-top: 52px !important;
  }
  .pr-md-52 {
    padding-right: 52px !important;
  }
  .pb-md-52 {
    padding-bottom: 52px !important;
  }
  .pl-md-52 {
    padding-left: 52px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pr-md-56 {
    padding-right: 56px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pl-md-56 {
    padding-left: 56px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pr-md-64 {
    padding-right: 64px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pl-md-64 {
    padding-left: 64px !important;
  }
  .pt-md-68 {
    padding-top: 68px !important;
  }
  .pr-md-68 {
    padding-right: 68px !important;
  }
  .pb-md-68 {
    padding-bottom: 68px !important;
  }
  .pl-md-68 {
    padding-left: 68px !important;
  }
  .pt-md-72 {
    padding-top: 72px !important;
  }
  .pr-md-72 {
    padding-right: 72px !important;
  }
  .pb-md-72 {
    padding-bottom: 72px !important;
  }
  .pl-md-72 {
    padding-left: 72px !important;
  }
  .pt-md-76 {
    padding-top: 76px !important;
  }
  .pr-md-76 {
    padding-right: 76px !important;
  }
  .pb-md-76 {
    padding-bottom: 76px !important;
  }
  .pl-md-76 {
    padding-left: 76px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pt-md-84 {
    padding-top: 84px !important;
  }
  .pr-md-84 {
    padding-right: 84px !important;
  }
  .pb-md-84 {
    padding-bottom: 84px !important;
  }
  .pl-md-84 {
    padding-left: 84px !important;
  }
  .pt-md-88 {
    padding-top: 88px !important;
  }
  .pr-md-88 {
    padding-right: 88px !important;
  }
  .pb-md-88 {
    padding-bottom: 88px !important;
  }
  .pl-md-88 {
    padding-left: 88px !important;
  }
  .pt-md-92 {
    padding-top: 92px !important;
  }
  .pr-md-92 {
    padding-right: 92px !important;
  }
  .pb-md-92 {
    padding-bottom: 92px !important;
  }
  .pl-md-92 {
    padding-left: 92px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pr-md-96 {
    padding-right: 96px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pl-md-96 {
    padding-left: 96px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pt-md-104 {
    padding-top: 104px !important;
  }
  .pr-md-104 {
    padding-right: 104px !important;
  }
  .pb-md-104 {
    padding-bottom: 104px !important;
  }
  .pl-md-104 {
    padding-left: 104px !important;
  }
  .pt-md-108 {
    padding-top: 108px !important;
  }
  .pr-md-108 {
    padding-right: 108px !important;
  }
  .pb-md-108 {
    padding-bottom: 108px !important;
  }
  .pl-md-108 {
    padding-left: 108px !important;
  }
  .pt-md-112 {
    padding-top: 112px !important;
  }
  .pr-md-112 {
    padding-right: 112px !important;
  }
  .pb-md-112 {
    padding-bottom: 112px !important;
  }
  .pl-md-112 {
    padding-left: 112px !important;
  }
  .pt-md-116 {
    padding-top: 116px !important;
  }
  .pr-md-116 {
    padding-right: 116px !important;
  }
  .pb-md-116 {
    padding-bottom: 116px !important;
  }
  .pl-md-116 {
    padding-left: 116px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pt-md-124 {
    padding-top: 124px !important;
  }
  .pr-md-124 {
    padding-right: 124px !important;
  }
  .pb-md-124 {
    padding-bottom: 124px !important;
  }
  .pl-md-124 {
    padding-left: 124px !important;
  }
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pr-md-128 {
    padding-right: 128px !important;
  }
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pl-md-128 {
    padding-left: 128px !important;
  }
  .pt-md-132 {
    padding-top: 132px !important;
  }
  .pr-md-132 {
    padding-right: 132px !important;
  }
  .pb-md-132 {
    padding-bottom: 132px !important;
  }
  .pl-md-132 {
    padding-left: 132px !important;
  }
  .pt-md-136 {
    padding-top: 136px !important;
  }
  .pr-md-136 {
    padding-right: 136px !important;
  }
  .pb-md-136 {
    padding-bottom: 136px !important;
  }
  .pl-md-136 {
    padding-left: 136px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pt-md-144 {
    padding-top: 144px !important;
  }
  .pr-md-144 {
    padding-right: 144px !important;
  }
  .pb-md-144 {
    padding-bottom: 144px !important;
  }
  .pl-md-144 {
    padding-left: 144px !important;
  }
  .pt-md-148 {
    padding-top: 148px !important;
  }
  .pr-md-148 {
    padding-right: 148px !important;
  }
  .pb-md-148 {
    padding-bottom: 148px !important;
  }
  .pl-md-148 {
    padding-left: 148px !important;
  }
  .pt-md-152 {
    padding-top: 152px !important;
  }
  .pr-md-152 {
    padding-right: 152px !important;
  }
  .pb-md-152 {
    padding-bottom: 152px !important;
  }
  .pl-md-152 {
    padding-left: 152px !important;
  }
  .pt-md-156 {
    padding-top: 156px !important;
  }
  .pr-md-156 {
    padding-right: 156px !important;
  }
  .pb-md-156 {
    padding-bottom: 156px !important;
  }
  .pl-md-156 {
    padding-left: 156px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pt-md-164 {
    padding-top: 164px !important;
  }
  .pr-md-164 {
    padding-right: 164px !important;
  }
  .pb-md-164 {
    padding-bottom: 164px !important;
  }
  .pl-md-164 {
    padding-left: 164px !important;
  }
  .pt-md-168 {
    padding-top: 168px !important;
  }
  .pr-md-168 {
    padding-right: 168px !important;
  }
  .pb-md-168 {
    padding-bottom: 168px !important;
  }
  .pl-md-168 {
    padding-left: 168px !important;
  }
  .pt-md-172 {
    padding-top: 172px !important;
  }
  .pr-md-172 {
    padding-right: 172px !important;
  }
  .pb-md-172 {
    padding-bottom: 172px !important;
  }
  .pl-md-172 {
    padding-left: 172px !important;
  }
  .pt-md-176 {
    padding-top: 176px !important;
  }
  .pr-md-176 {
    padding-right: 176px !important;
  }
  .pb-md-176 {
    padding-bottom: 176px !important;
  }
  .pl-md-176 {
    padding-left: 176px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pt-md-184 {
    padding-top: 184px !important;
  }
  .pr-md-184 {
    padding-right: 184px !important;
  }
  .pb-md-184 {
    padding-bottom: 184px !important;
  }
  .pl-md-184 {
    padding-left: 184px !important;
  }
  .pt-md-188 {
    padding-top: 188px !important;
  }
  .pr-md-188 {
    padding-right: 188px !important;
  }
  .pb-md-188 {
    padding-bottom: 188px !important;
  }
  .pl-md-188 {
    padding-left: 188px !important;
  }
  .pt-md-192 {
    padding-top: 192px !important;
  }
  .pr-md-192 {
    padding-right: 192px !important;
  }
  .pb-md-192 {
    padding-bottom: 192px !important;
  }
  .pl-md-192 {
    padding-left: 192px !important;
  }
  .pt-md-196 {
    padding-top: 196px !important;
  }
  .pr-md-196 {
    padding-right: 196px !important;
  }
  .pb-md-196 {
    padding-bottom: 196px !important;
  }
  .pl-md-196 {
    padding-left: 196px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pt-md-204 {
    padding-top: 204px !important;
  }
  .pr-md-204 {
    padding-right: 204px !important;
  }
  .pb-md-204 {
    padding-bottom: 204px !important;
  }
  .pl-md-204 {
    padding-left: 204px !important;
  }
  .pt-md-208 {
    padding-top: 208px !important;
  }
  .pr-md-208 {
    padding-right: 208px !important;
  }
  .pb-md-208 {
    padding-bottom: 208px !important;
  }
  .pl-md-208 {
    padding-left: 208px !important;
  }
  .pt-md-212 {
    padding-top: 212px !important;
  }
  .pr-md-212 {
    padding-right: 212px !important;
  }
  .pb-md-212 {
    padding-bottom: 212px !important;
  }
  .pl-md-212 {
    padding-left: 212px !important;
  }
  .pt-md-216 {
    padding-top: 216px !important;
  }
  .pr-md-216 {
    padding-right: 216px !important;
  }
  .pb-md-216 {
    padding-bottom: 216px !important;
  }
  .pl-md-216 {
    padding-left: 216px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
  .pt-md-224 {
    padding-top: 224px !important;
  }
  .pr-md-224 {
    padding-right: 224px !important;
  }
  .pb-md-224 {
    padding-bottom: 224px !important;
  }
  .pl-md-224 {
    padding-left: 224px !important;
  }
  .pt-md-228 {
    padding-top: 228px !important;
  }
  .pr-md-228 {
    padding-right: 228px !important;
  }
  .pb-md-228 {
    padding-bottom: 228px !important;
  }
  .pl-md-228 {
    padding-left: 228px !important;
  }
  .pt-md-232 {
    padding-top: 232px !important;
  }
  .pr-md-232 {
    padding-right: 232px !important;
  }
  .pb-md-232 {
    padding-bottom: 232px !important;
  }
  .pl-md-232 {
    padding-left: 232px !important;
  }
  .pt-md-236 {
    padding-top: 236px !important;
  }
  .pr-md-236 {
    padding-right: 236px !important;
  }
  .pb-md-236 {
    padding-bottom: 236px !important;
  }
  .pl-md-236 {
    padding-left: 236px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
  .pt-md-244 {
    padding-top: 244px !important;
  }
  .pr-md-244 {
    padding-right: 244px !important;
  }
  .pb-md-244 {
    padding-bottom: 244px !important;
  }
  .pl-md-244 {
    padding-left: 244px !important;
  }
  .pt-md-248 {
    padding-top: 248px !important;
  }
  .pr-md-248 {
    padding-right: 248px !important;
  }
  .pb-md-248 {
    padding-bottom: 248px !important;
  }
  .pl-md-248 {
    padding-left: 248px !important;
  }
  .pt-md-252 {
    padding-top: 252px !important;
  }
  .pr-md-252 {
    padding-right: 252px !important;
  }
  .pb-md-252 {
    padding-bottom: 252px !important;
  }
  .pl-md-252 {
    padding-left: 252px !important;
  }
  .pt-md-256 {
    padding-top: 256px !important;
  }
  .pr-md-256 {
    padding-right: 256px !important;
  }
  .pb-md-256 {
    padding-bottom: 256px !important;
  }
  .pl-md-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-28 {
    margin: 28px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-36 {
    margin: 36px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-44 {
    margin: 44px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-52 {
    margin: 52px !important;
  }
  .m-lg-56 {
    margin: 56px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-68 {
    margin: 68px !important;
  }
  .m-lg-72 {
    margin: 72px !important;
  }
  .m-lg-76 {
    margin: 76px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-84 {
    margin: 84px !important;
  }
  .m-lg-88 {
    margin: 88px !important;
  }
  .m-lg-92 {
    margin: 92px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-104 {
    margin: 104px !important;
  }
  .m-lg-108 {
    margin: 108px !important;
  }
  .m-lg-112 {
    margin: 112px !important;
  }
  .m-lg-116 {
    margin: 116px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-124 {
    margin: 124px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .m-lg-132 {
    margin: 132px !important;
  }
  .m-lg-136 {
    margin: 136px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .m-lg-144 {
    margin: 144px !important;
  }
  .m-lg-148 {
    margin: 148px !important;
  }
  .m-lg-152 {
    margin: 152px !important;
  }
  .m-lg-156 {
    margin: 156px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-164 {
    margin: 164px !important;
  }
  .m-lg-168 {
    margin: 168px !important;
  }
  .m-lg-172 {
    margin: 172px !important;
  }
  .m-lg-176 {
    margin: 176px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .m-lg-184 {
    margin: 184px !important;
  }
  .m-lg-188 {
    margin: 188px !important;
  }
  .m-lg-192 {
    margin: 192px !important;
  }
  .m-lg-196 {
    margin: 196px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .m-lg-204 {
    margin: 204px !important;
  }
  .m-lg-208 {
    margin: 208px !important;
  }
  .m-lg-212 {
    margin: 212px !important;
  }
  .m-lg-216 {
    margin: 216px !important;
  }
  .m-lg-220 {
    margin: 220px !important;
  }
  .m-lg-224 {
    margin: 224px !important;
  }
  .m-lg-228 {
    margin: 228px !important;
  }
  .m-lg-232 {
    margin: 232px !important;
  }
  .m-lg-236 {
    margin: 236px !important;
  }
  .m-lg-240 {
    margin: 240px !important;
  }
  .m-lg-244 {
    margin: 244px !important;
  }
  .m-lg-248 {
    margin: 248px !important;
  }
  .m-lg-252 {
    margin: 252px !important;
  }
  .m-lg-256 {
    margin: 256px !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-lg-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-lg-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-lg-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-lg-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-lg-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-lg-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-lg-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-lg-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-lg-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-lg-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-lg-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-lg-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-lg-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-lg-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-lg-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-lg-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-lg-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-lg-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-lg-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-lg-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-lg-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-lg-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-lg-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-lg-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-lg-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-lg-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-lg-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-lg-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-lg-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-lg-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-lg-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-lg-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-lg-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-lg-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-lg-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-lg-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-lg-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-lg-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-lg-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-lg-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-lg-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-lg-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-lg-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-lg-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-lg-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-lg-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-lg-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .mt-lg-28 {
    margin-top: 28px !important;
  }
  .mr-lg-28 {
    margin-right: 28px !important;
  }
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .ml-lg-28 {
    margin-left: 28px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mr-lg-32 {
    margin-right: 32px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .ml-lg-32 {
    margin-left: 32px !important;
  }
  .mt-lg-36 {
    margin-top: 36px !important;
  }
  .mr-lg-36 {
    margin-right: 36px !important;
  }
  .mb-lg-36 {
    margin-bottom: 36px !important;
  }
  .ml-lg-36 {
    margin-left: 36px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mt-lg-44 {
    margin-top: 44px !important;
  }
  .mr-lg-44 {
    margin-right: 44px !important;
  }
  .mb-lg-44 {
    margin-bottom: 44px !important;
  }
  .ml-lg-44 {
    margin-left: 44px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mr-lg-48 {
    margin-right: 48px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .ml-lg-48 {
    margin-left: 48px !important;
  }
  .mt-lg-52 {
    margin-top: 52px !important;
  }
  .mr-lg-52 {
    margin-right: 52px !important;
  }
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .ml-lg-52 {
    margin-left: 52px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mr-lg-56 {
    margin-right: 56px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .ml-lg-56 {
    margin-left: 56px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mr-lg-64 {
    margin-right: 64px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .ml-lg-64 {
    margin-left: 64px !important;
  }
  .mt-lg-68 {
    margin-top: 68px !important;
  }
  .mr-lg-68 {
    margin-right: 68px !important;
  }
  .mb-lg-68 {
    margin-bottom: 68px !important;
  }
  .ml-lg-68 {
    margin-left: 68px !important;
  }
  .mt-lg-72 {
    margin-top: 72px !important;
  }
  .mr-lg-72 {
    margin-right: 72px !important;
  }
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .ml-lg-72 {
    margin-left: 72px !important;
  }
  .mt-lg-76 {
    margin-top: 76px !important;
  }
  .mr-lg-76 {
    margin-right: 76px !important;
  }
  .mb-lg-76 {
    margin-bottom: 76px !important;
  }
  .ml-lg-76 {
    margin-left: 76px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mt-lg-84 {
    margin-top: 84px !important;
  }
  .mr-lg-84 {
    margin-right: 84px !important;
  }
  .mb-lg-84 {
    margin-bottom: 84px !important;
  }
  .ml-lg-84 {
    margin-left: 84px !important;
  }
  .mt-lg-88 {
    margin-top: 88px !important;
  }
  .mr-lg-88 {
    margin-right: 88px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .ml-lg-88 {
    margin-left: 88px !important;
  }
  .mt-lg-92 {
    margin-top: 92px !important;
  }
  .mr-lg-92 {
    margin-right: 92px !important;
  }
  .mb-lg-92 {
    margin-bottom: 92px !important;
  }
  .ml-lg-92 {
    margin-left: 92px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mr-lg-96 {
    margin-right: 96px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .ml-lg-96 {
    margin-left: 96px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mt-lg-104 {
    margin-top: 104px !important;
  }
  .mr-lg-104 {
    margin-right: 104px !important;
  }
  .mb-lg-104 {
    margin-bottom: 104px !important;
  }
  .ml-lg-104 {
    margin-left: 104px !important;
  }
  .mt-lg-108 {
    margin-top: 108px !important;
  }
  .mr-lg-108 {
    margin-right: 108px !important;
  }
  .mb-lg-108 {
    margin-bottom: 108px !important;
  }
  .ml-lg-108 {
    margin-left: 108px !important;
  }
  .mt-lg-112 {
    margin-top: 112px !important;
  }
  .mr-lg-112 {
    margin-right: 112px !important;
  }
  .mb-lg-112 {
    margin-bottom: 112px !important;
  }
  .ml-lg-112 {
    margin-left: 112px !important;
  }
  .mt-lg-116 {
    margin-top: 116px !important;
  }
  .mr-lg-116 {
    margin-right: 116px !important;
  }
  .mb-lg-116 {
    margin-bottom: 116px !important;
  }
  .ml-lg-116 {
    margin-left: 116px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mt-lg-124 {
    margin-top: 124px !important;
  }
  .mr-lg-124 {
    margin-right: 124px !important;
  }
  .mb-lg-124 {
    margin-bottom: 124px !important;
  }
  .ml-lg-124 {
    margin-left: 124px !important;
  }
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mr-lg-128 {
    margin-right: 128px !important;
  }
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .ml-lg-128 {
    margin-left: 128px !important;
  }
  .mt-lg-132 {
    margin-top: 132px !important;
  }
  .mr-lg-132 {
    margin-right: 132px !important;
  }
  .mb-lg-132 {
    margin-bottom: 132px !important;
  }
  .ml-lg-132 {
    margin-left: 132px !important;
  }
  .mt-lg-136 {
    margin-top: 136px !important;
  }
  .mr-lg-136 {
    margin-right: 136px !important;
  }
  .mb-lg-136 {
    margin-bottom: 136px !important;
  }
  .ml-lg-136 {
    margin-left: 136px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mt-lg-144 {
    margin-top: 144px !important;
  }
  .mr-lg-144 {
    margin-right: 144px !important;
  }
  .mb-lg-144 {
    margin-bottom: 144px !important;
  }
  .ml-lg-144 {
    margin-left: 144px !important;
  }
  .mt-lg-148 {
    margin-top: 148px !important;
  }
  .mr-lg-148 {
    margin-right: 148px !important;
  }
  .mb-lg-148 {
    margin-bottom: 148px !important;
  }
  .ml-lg-148 {
    margin-left: 148px !important;
  }
  .mt-lg-152 {
    margin-top: 152px !important;
  }
  .mr-lg-152 {
    margin-right: 152px !important;
  }
  .mb-lg-152 {
    margin-bottom: 152px !important;
  }
  .ml-lg-152 {
    margin-left: 152px !important;
  }
  .mt-lg-156 {
    margin-top: 156px !important;
  }
  .mr-lg-156 {
    margin-right: 156px !important;
  }
  .mb-lg-156 {
    margin-bottom: 156px !important;
  }
  .ml-lg-156 {
    margin-left: 156px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .mt-lg-164 {
    margin-top: 164px !important;
  }
  .mr-lg-164 {
    margin-right: 164px !important;
  }
  .mb-lg-164 {
    margin-bottom: 164px !important;
  }
  .ml-lg-164 {
    margin-left: 164px !important;
  }
  .mt-lg-168 {
    margin-top: 168px !important;
  }
  .mr-lg-168 {
    margin-right: 168px !important;
  }
  .mb-lg-168 {
    margin-bottom: 168px !important;
  }
  .ml-lg-168 {
    margin-left: 168px !important;
  }
  .mt-lg-172 {
    margin-top: 172px !important;
  }
  .mr-lg-172 {
    margin-right: 172px !important;
  }
  .mb-lg-172 {
    margin-bottom: 172px !important;
  }
  .ml-lg-172 {
    margin-left: 172px !important;
  }
  .mt-lg-176 {
    margin-top: 176px !important;
  }
  .mr-lg-176 {
    margin-right: 176px !important;
  }
  .mb-lg-176 {
    margin-bottom: 176px !important;
  }
  .ml-lg-176 {
    margin-left: 176px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .mt-lg-184 {
    margin-top: 184px !important;
  }
  .mr-lg-184 {
    margin-right: 184px !important;
  }
  .mb-lg-184 {
    margin-bottom: 184px !important;
  }
  .ml-lg-184 {
    margin-left: 184px !important;
  }
  .mt-lg-188 {
    margin-top: 188px !important;
  }
  .mr-lg-188 {
    margin-right: 188px !important;
  }
  .mb-lg-188 {
    margin-bottom: 188px !important;
  }
  .ml-lg-188 {
    margin-left: 188px !important;
  }
  .mt-lg-192 {
    margin-top: 192px !important;
  }
  .mr-lg-192 {
    margin-right: 192px !important;
  }
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
  .ml-lg-192 {
    margin-left: 192px !important;
  }
  .mt-lg-196 {
    margin-top: 196px !important;
  }
  .mr-lg-196 {
    margin-right: 196px !important;
  }
  .mb-lg-196 {
    margin-bottom: 196px !important;
  }
  .ml-lg-196 {
    margin-left: 196px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mt-lg-204 {
    margin-top: 204px !important;
  }
  .mr-lg-204 {
    margin-right: 204px !important;
  }
  .mb-lg-204 {
    margin-bottom: 204px !important;
  }
  .ml-lg-204 {
    margin-left: 204px !important;
  }
  .mt-lg-208 {
    margin-top: 208px !important;
  }
  .mr-lg-208 {
    margin-right: 208px !important;
  }
  .mb-lg-208 {
    margin-bottom: 208px !important;
  }
  .ml-lg-208 {
    margin-left: 208px !important;
  }
  .mt-lg-212 {
    margin-top: 212px !important;
  }
  .mr-lg-212 {
    margin-right: 212px !important;
  }
  .mb-lg-212 {
    margin-bottom: 212px !important;
  }
  .ml-lg-212 {
    margin-left: 212px !important;
  }
  .mt-lg-216 {
    margin-top: 216px !important;
  }
  .mr-lg-216 {
    margin-right: 216px !important;
  }
  .mb-lg-216 {
    margin-bottom: 216px !important;
  }
  .ml-lg-216 {
    margin-left: 216px !important;
  }
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .mr-lg-220 {
    margin-right: 220px !important;
  }
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .ml-lg-220 {
    margin-left: 220px !important;
  }
  .mt-lg-224 {
    margin-top: 224px !important;
  }
  .mr-lg-224 {
    margin-right: 224px !important;
  }
  .mb-lg-224 {
    margin-bottom: 224px !important;
  }
  .ml-lg-224 {
    margin-left: 224px !important;
  }
  .mt-lg-228 {
    margin-top: 228px !important;
  }
  .mr-lg-228 {
    margin-right: 228px !important;
  }
  .mb-lg-228 {
    margin-bottom: 228px !important;
  }
  .ml-lg-228 {
    margin-left: 228px !important;
  }
  .mt-lg-232 {
    margin-top: 232px !important;
  }
  .mr-lg-232 {
    margin-right: 232px !important;
  }
  .mb-lg-232 {
    margin-bottom: 232px !important;
  }
  .ml-lg-232 {
    margin-left: 232px !important;
  }
  .mt-lg-236 {
    margin-top: 236px !important;
  }
  .mr-lg-236 {
    margin-right: 236px !important;
  }
  .mb-lg-236 {
    margin-bottom: 236px !important;
  }
  .ml-lg-236 {
    margin-left: 236px !important;
  }
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .mr-lg-240 {
    margin-right: 240px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .ml-lg-240 {
    margin-left: 240px !important;
  }
  .mt-lg-244 {
    margin-top: 244px !important;
  }
  .mr-lg-244 {
    margin-right: 244px !important;
  }
  .mb-lg-244 {
    margin-bottom: 244px !important;
  }
  .ml-lg-244 {
    margin-left: 244px !important;
  }
  .mt-lg-248 {
    margin-top: 248px !important;
  }
  .mr-lg-248 {
    margin-right: 248px !important;
  }
  .mb-lg-248 {
    margin-bottom: 248px !important;
  }
  .ml-lg-248 {
    margin-left: 248px !important;
  }
  .mt-lg-252 {
    margin-top: 252px !important;
  }
  .mr-lg-252 {
    margin-right: 252px !important;
  }
  .mb-lg-252 {
    margin-bottom: 252px !important;
  }
  .ml-lg-252 {
    margin-left: 252px !important;
  }
  .mt-lg-256 {
    margin-top: 256px !important;
  }
  .mr-lg-256 {
    margin-right: 256px !important;
  }
  .mb-lg-256 {
    margin-bottom: 256px !important;
  }
  .ml-lg-256 {
    margin-left: 256px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-28 {
    padding: 28px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-36 {
    padding: 36px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-44 {
    padding: 44px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-52 {
    padding: 52px !important;
  }
  .p-lg-56 {
    padding: 56px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-68 {
    padding: 68px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .p-lg-76 {
    padding: 76px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-84 {
    padding: 84px !important;
  }
  .p-lg-88 {
    padding: 88px !important;
  }
  .p-lg-92 {
    padding: 92px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-104 {
    padding: 104px !important;
  }
  .p-lg-108 {
    padding: 108px !important;
  }
  .p-lg-112 {
    padding: 112px !important;
  }
  .p-lg-116 {
    padding: 116px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-124 {
    padding: 124px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .p-lg-132 {
    padding: 132px !important;
  }
  .p-lg-136 {
    padding: 136px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .p-lg-144 {
    padding: 144px !important;
  }
  .p-lg-148 {
    padding: 148px !important;
  }
  .p-lg-152 {
    padding: 152px !important;
  }
  .p-lg-156 {
    padding: 156px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-164 {
    padding: 164px !important;
  }
  .p-lg-168 {
    padding: 168px !important;
  }
  .p-lg-172 {
    padding: 172px !important;
  }
  .p-lg-176 {
    padding: 176px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .p-lg-184 {
    padding: 184px !important;
  }
  .p-lg-188 {
    padding: 188px !important;
  }
  .p-lg-192 {
    padding: 192px !important;
  }
  .p-lg-196 {
    padding: 196px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .p-lg-204 {
    padding: 204px !important;
  }
  .p-lg-208 {
    padding: 208px !important;
  }
  .p-lg-212 {
    padding: 212px !important;
  }
  .p-lg-216 {
    padding: 216px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
  .p-lg-224 {
    padding: 224px !important;
  }
  .p-lg-228 {
    padding: 228px !important;
  }
  .p-lg-232 {
    padding: 232px !important;
  }
  .p-lg-236 {
    padding: 236px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
  .p-lg-244 {
    padding: 244px !important;
  }
  .p-lg-248 {
    padding: 248px !important;
  }
  .p-lg-252 {
    padding: 252px !important;
  }
  .p-lg-256 {
    padding: 256px !important;
  }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-lg-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-lg-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-lg-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-lg-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-lg-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-lg-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-lg-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-lg-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-lg-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-lg-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-lg-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-lg-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-lg-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-lg-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-lg-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-lg-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-lg-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-lg-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-lg-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-lg-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-lg-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-lg-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-lg-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-lg-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-lg-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-lg-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-lg-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-lg-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-lg-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-lg-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-lg-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-lg-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-lg-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-lg-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-lg-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-lg-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-lg-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-lg-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-lg-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-lg-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-lg-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-lg-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-lg-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-lg-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-lg-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-lg-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-lg-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-lg-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pt-lg-28 {
    padding-top: 28px !important;
  }
  .pr-lg-28 {
    padding-right: 28px !important;
  }
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .pl-lg-28 {
    padding-left: 28px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pr-lg-32 {
    padding-right: 32px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pl-lg-32 {
    padding-left: 32px !important;
  }
  .pt-lg-36 {
    padding-top: 36px !important;
  }
  .pr-lg-36 {
    padding-right: 36px !important;
  }
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
  .pl-lg-36 {
    padding-left: 36px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pt-lg-44 {
    padding-top: 44px !important;
  }
  .pr-lg-44 {
    padding-right: 44px !important;
  }
  .pb-lg-44 {
    padding-bottom: 44px !important;
  }
  .pl-lg-44 {
    padding-left: 44px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pr-lg-48 {
    padding-right: 48px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pl-lg-48 {
    padding-left: 48px !important;
  }
  .pt-lg-52 {
    padding-top: 52px !important;
  }
  .pr-lg-52 {
    padding-right: 52px !important;
  }
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .pl-lg-52 {
    padding-left: 52px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pr-lg-56 {
    padding-right: 56px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pl-lg-56 {
    padding-left: 56px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pr-lg-64 {
    padding-right: 64px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pl-lg-64 {
    padding-left: 64px !important;
  }
  .pt-lg-68 {
    padding-top: 68px !important;
  }
  .pr-lg-68 {
    padding-right: 68px !important;
  }
  .pb-lg-68 {
    padding-bottom: 68px !important;
  }
  .pl-lg-68 {
    padding-left: 68px !important;
  }
  .pt-lg-72 {
    padding-top: 72px !important;
  }
  .pr-lg-72 {
    padding-right: 72px !important;
  }
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
  .pl-lg-72 {
    padding-left: 72px !important;
  }
  .pt-lg-76 {
    padding-top: 76px !important;
  }
  .pr-lg-76 {
    padding-right: 76px !important;
  }
  .pb-lg-76 {
    padding-bottom: 76px !important;
  }
  .pl-lg-76 {
    padding-left: 76px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pt-lg-84 {
    padding-top: 84px !important;
  }
  .pr-lg-84 {
    padding-right: 84px !important;
  }
  .pb-lg-84 {
    padding-bottom: 84px !important;
  }
  .pl-lg-84 {
    padding-left: 84px !important;
  }
  .pt-lg-88 {
    padding-top: 88px !important;
  }
  .pr-lg-88 {
    padding-right: 88px !important;
  }
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
  .pl-lg-88 {
    padding-left: 88px !important;
  }
  .pt-lg-92 {
    padding-top: 92px !important;
  }
  .pr-lg-92 {
    padding-right: 92px !important;
  }
  .pb-lg-92 {
    padding-bottom: 92px !important;
  }
  .pl-lg-92 {
    padding-left: 92px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pr-lg-96 {
    padding-right: 96px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pl-lg-96 {
    padding-left: 96px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pt-lg-104 {
    padding-top: 104px !important;
  }
  .pr-lg-104 {
    padding-right: 104px !important;
  }
  .pb-lg-104 {
    padding-bottom: 104px !important;
  }
  .pl-lg-104 {
    padding-left: 104px !important;
  }
  .pt-lg-108 {
    padding-top: 108px !important;
  }
  .pr-lg-108 {
    padding-right: 108px !important;
  }
  .pb-lg-108 {
    padding-bottom: 108px !important;
  }
  .pl-lg-108 {
    padding-left: 108px !important;
  }
  .pt-lg-112 {
    padding-top: 112px !important;
  }
  .pr-lg-112 {
    padding-right: 112px !important;
  }
  .pb-lg-112 {
    padding-bottom: 112px !important;
  }
  .pl-lg-112 {
    padding-left: 112px !important;
  }
  .pt-lg-116 {
    padding-top: 116px !important;
  }
  .pr-lg-116 {
    padding-right: 116px !important;
  }
  .pb-lg-116 {
    padding-bottom: 116px !important;
  }
  .pl-lg-116 {
    padding-left: 116px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pt-lg-124 {
    padding-top: 124px !important;
  }
  .pr-lg-124 {
    padding-right: 124px !important;
  }
  .pb-lg-124 {
    padding-bottom: 124px !important;
  }
  .pl-lg-124 {
    padding-left: 124px !important;
  }
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pr-lg-128 {
    padding-right: 128px !important;
  }
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pl-lg-128 {
    padding-left: 128px !important;
  }
  .pt-lg-132 {
    padding-top: 132px !important;
  }
  .pr-lg-132 {
    padding-right: 132px !important;
  }
  .pb-lg-132 {
    padding-bottom: 132px !important;
  }
  .pl-lg-132 {
    padding-left: 132px !important;
  }
  .pt-lg-136 {
    padding-top: 136px !important;
  }
  .pr-lg-136 {
    padding-right: 136px !important;
  }
  .pb-lg-136 {
    padding-bottom: 136px !important;
  }
  .pl-lg-136 {
    padding-left: 136px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pt-lg-144 {
    padding-top: 144px !important;
  }
  .pr-lg-144 {
    padding-right: 144px !important;
  }
  .pb-lg-144 {
    padding-bottom: 144px !important;
  }
  .pl-lg-144 {
    padding-left: 144px !important;
  }
  .pt-lg-148 {
    padding-top: 148px !important;
  }
  .pr-lg-148 {
    padding-right: 148px !important;
  }
  .pb-lg-148 {
    padding-bottom: 148px !important;
  }
  .pl-lg-148 {
    padding-left: 148px !important;
  }
  .pt-lg-152 {
    padding-top: 152px !important;
  }
  .pr-lg-152 {
    padding-right: 152px !important;
  }
  .pb-lg-152 {
    padding-bottom: 152px !important;
  }
  .pl-lg-152 {
    padding-left: 152px !important;
  }
  .pt-lg-156 {
    padding-top: 156px !important;
  }
  .pr-lg-156 {
    padding-right: 156px !important;
  }
  .pb-lg-156 {
    padding-bottom: 156px !important;
  }
  .pl-lg-156 {
    padding-left: 156px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pt-lg-164 {
    padding-top: 164px !important;
  }
  .pr-lg-164 {
    padding-right: 164px !important;
  }
  .pb-lg-164 {
    padding-bottom: 164px !important;
  }
  .pl-lg-164 {
    padding-left: 164px !important;
  }
  .pt-lg-168 {
    padding-top: 168px !important;
  }
  .pr-lg-168 {
    padding-right: 168px !important;
  }
  .pb-lg-168 {
    padding-bottom: 168px !important;
  }
  .pl-lg-168 {
    padding-left: 168px !important;
  }
  .pt-lg-172 {
    padding-top: 172px !important;
  }
  .pr-lg-172 {
    padding-right: 172px !important;
  }
  .pb-lg-172 {
    padding-bottom: 172px !important;
  }
  .pl-lg-172 {
    padding-left: 172px !important;
  }
  .pt-lg-176 {
    padding-top: 176px !important;
  }
  .pr-lg-176 {
    padding-right: 176px !important;
  }
  .pb-lg-176 {
    padding-bottom: 176px !important;
  }
  .pl-lg-176 {
    padding-left: 176px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  .pt-lg-184 {
    padding-top: 184px !important;
  }
  .pr-lg-184 {
    padding-right: 184px !important;
  }
  .pb-lg-184 {
    padding-bottom: 184px !important;
  }
  .pl-lg-184 {
    padding-left: 184px !important;
  }
  .pt-lg-188 {
    padding-top: 188px !important;
  }
  .pr-lg-188 {
    padding-right: 188px !important;
  }
  .pb-lg-188 {
    padding-bottom: 188px !important;
  }
  .pl-lg-188 {
    padding-left: 188px !important;
  }
  .pt-lg-192 {
    padding-top: 192px !important;
  }
  .pr-lg-192 {
    padding-right: 192px !important;
  }
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
  .pl-lg-192 {
    padding-left: 192px !important;
  }
  .pt-lg-196 {
    padding-top: 196px !important;
  }
  .pr-lg-196 {
    padding-right: 196px !important;
  }
  .pb-lg-196 {
    padding-bottom: 196px !important;
  }
  .pl-lg-196 {
    padding-left: 196px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pt-lg-204 {
    padding-top: 204px !important;
  }
  .pr-lg-204 {
    padding-right: 204px !important;
  }
  .pb-lg-204 {
    padding-bottom: 204px !important;
  }
  .pl-lg-204 {
    padding-left: 204px !important;
  }
  .pt-lg-208 {
    padding-top: 208px !important;
  }
  .pr-lg-208 {
    padding-right: 208px !important;
  }
  .pb-lg-208 {
    padding-bottom: 208px !important;
  }
  .pl-lg-208 {
    padding-left: 208px !important;
  }
  .pt-lg-212 {
    padding-top: 212px !important;
  }
  .pr-lg-212 {
    padding-right: 212px !important;
  }
  .pb-lg-212 {
    padding-bottom: 212px !important;
  }
  .pl-lg-212 {
    padding-left: 212px !important;
  }
  .pt-lg-216 {
    padding-top: 216px !important;
  }
  .pr-lg-216 {
    padding-right: 216px !important;
  }
  .pb-lg-216 {
    padding-bottom: 216px !important;
  }
  .pl-lg-216 {
    padding-left: 216px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
  .pr-lg-220 {
    padding-right: 220px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
  .pl-lg-220 {
    padding-left: 220px !important;
  }
  .pt-lg-224 {
    padding-top: 224px !important;
  }
  .pr-lg-224 {
    padding-right: 224px !important;
  }
  .pb-lg-224 {
    padding-bottom: 224px !important;
  }
  .pl-lg-224 {
    padding-left: 224px !important;
  }
  .pt-lg-228 {
    padding-top: 228px !important;
  }
  .pr-lg-228 {
    padding-right: 228px !important;
  }
  .pb-lg-228 {
    padding-bottom: 228px !important;
  }
  .pl-lg-228 {
    padding-left: 228px !important;
  }
  .pt-lg-232 {
    padding-top: 232px !important;
  }
  .pr-lg-232 {
    padding-right: 232px !important;
  }
  .pb-lg-232 {
    padding-bottom: 232px !important;
  }
  .pl-lg-232 {
    padding-left: 232px !important;
  }
  .pt-lg-236 {
    padding-top: 236px !important;
  }
  .pr-lg-236 {
    padding-right: 236px !important;
  }
  .pb-lg-236 {
    padding-bottom: 236px !important;
  }
  .pl-lg-236 {
    padding-left: 236px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
  .pr-lg-240 {
    padding-right: 240px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
  .pl-lg-240 {
    padding-left: 240px !important;
  }
  .pt-lg-244 {
    padding-top: 244px !important;
  }
  .pr-lg-244 {
    padding-right: 244px !important;
  }
  .pb-lg-244 {
    padding-bottom: 244px !important;
  }
  .pl-lg-244 {
    padding-left: 244px !important;
  }
  .pt-lg-248 {
    padding-top: 248px !important;
  }
  .pr-lg-248 {
    padding-right: 248px !important;
  }
  .pb-lg-248 {
    padding-bottom: 248px !important;
  }
  .pl-lg-248 {
    padding-left: 248px !important;
  }
  .pt-lg-252 {
    padding-top: 252px !important;
  }
  .pr-lg-252 {
    padding-right: 252px !important;
  }
  .pb-lg-252 {
    padding-bottom: 252px !important;
  }
  .pl-lg-252 {
    padding-left: 252px !important;
  }
  .pt-lg-256 {
    padding-top: 256px !important;
  }
  .pr-lg-256 {
    padding-right: 256px !important;
  }
  .pb-lg-256 {
    padding-bottom: 256px !important;
  }
  .pl-lg-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-28 {
    margin: 28px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-36 {
    margin: 36px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-44 {
    margin: 44px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-52 {
    margin: 52px !important;
  }
  .m-xl-56 {
    margin: 56px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-68 {
    margin: 68px !important;
  }
  .m-xl-72 {
    margin: 72px !important;
  }
  .m-xl-76 {
    margin: 76px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-84 {
    margin: 84px !important;
  }
  .m-xl-88 {
    margin: 88px !important;
  }
  .m-xl-92 {
    margin: 92px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-104 {
    margin: 104px !important;
  }
  .m-xl-108 {
    margin: 108px !important;
  }
  .m-xl-112 {
    margin: 112px !important;
  }
  .m-xl-116 {
    margin: 116px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-124 {
    margin: 124px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .m-xl-132 {
    margin: 132px !important;
  }
  .m-xl-136 {
    margin: 136px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .m-xl-144 {
    margin: 144px !important;
  }
  .m-xl-148 {
    margin: 148px !important;
  }
  .m-xl-152 {
    margin: 152px !important;
  }
  .m-xl-156 {
    margin: 156px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-164 {
    margin: 164px !important;
  }
  .m-xl-168 {
    margin: 168px !important;
  }
  .m-xl-172 {
    margin: 172px !important;
  }
  .m-xl-176 {
    margin: 176px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .m-xl-184 {
    margin: 184px !important;
  }
  .m-xl-188 {
    margin: 188px !important;
  }
  .m-xl-192 {
    margin: 192px !important;
  }
  .m-xl-196 {
    margin: 196px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .m-xl-204 {
    margin: 204px !important;
  }
  .m-xl-208 {
    margin: 208px !important;
  }
  .m-xl-212 {
    margin: 212px !important;
  }
  .m-xl-216 {
    margin: 216px !important;
  }
  .m-xl-220 {
    margin: 220px !important;
  }
  .m-xl-224 {
    margin: 224px !important;
  }
  .m-xl-228 {
    margin: 228px !important;
  }
  .m-xl-232 {
    margin: 232px !important;
  }
  .m-xl-236 {
    margin: 236px !important;
  }
  .m-xl-240 {
    margin: 240px !important;
  }
  .m-xl-244 {
    margin: 244px !important;
  }
  .m-xl-248 {
    margin: 248px !important;
  }
  .m-xl-252 {
    margin: 252px !important;
  }
  .m-xl-256 {
    margin: 256px !important;
  }
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-xl-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-xl-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-xl-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-xl-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-xl-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-xl-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-xl-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-xl-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-xl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-xl-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-xl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-xl-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-xl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-xl-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-xl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-xl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-xl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-xl-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-xl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-xl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-xl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-xl-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-xl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-xl-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-xl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-xl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-xl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-xl-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-xl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-xl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-xl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-xl-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-xl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-xl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-xl-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-xl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-xl-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-xl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-xl-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-xl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-xl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-xl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-xl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-xl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-xl-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-xl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-xl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-xl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-xl-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-xl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-xl-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-xl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-xl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-xl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-xl-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-xl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-xl-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-xl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mr-xl-4 {
    margin-right: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ml-xl-4 {
    margin-left: 4px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mr-xl-8 {
    margin-right: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ml-xl-8 {
    margin-left: 8px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .mt-xl-28 {
    margin-top: 28px !important;
  }
  .mr-xl-28 {
    margin-right: 28px !important;
  }
  .mb-xl-28 {
    margin-bottom: 28px !important;
  }
  .ml-xl-28 {
    margin-left: 28px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mr-xl-32 {
    margin-right: 32px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .ml-xl-32 {
    margin-left: 32px !important;
  }
  .mt-xl-36 {
    margin-top: 36px !important;
  }
  .mr-xl-36 {
    margin-right: 36px !important;
  }
  .mb-xl-36 {
    margin-bottom: 36px !important;
  }
  .ml-xl-36 {
    margin-left: 36px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mt-xl-44 {
    margin-top: 44px !important;
  }
  .mr-xl-44 {
    margin-right: 44px !important;
  }
  .mb-xl-44 {
    margin-bottom: 44px !important;
  }
  .ml-xl-44 {
    margin-left: 44px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mr-xl-48 {
    margin-right: 48px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .ml-xl-48 {
    margin-left: 48px !important;
  }
  .mt-xl-52 {
    margin-top: 52px !important;
  }
  .mr-xl-52 {
    margin-right: 52px !important;
  }
  .mb-xl-52 {
    margin-bottom: 52px !important;
  }
  .ml-xl-52 {
    margin-left: 52px !important;
  }
  .mt-xl-56 {
    margin-top: 56px !important;
  }
  .mr-xl-56 {
    margin-right: 56px !important;
  }
  .mb-xl-56 {
    margin-bottom: 56px !important;
  }
  .ml-xl-56 {
    margin-left: 56px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mr-xl-64 {
    margin-right: 64px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .ml-xl-64 {
    margin-left: 64px !important;
  }
  .mt-xl-68 {
    margin-top: 68px !important;
  }
  .mr-xl-68 {
    margin-right: 68px !important;
  }
  .mb-xl-68 {
    margin-bottom: 68px !important;
  }
  .ml-xl-68 {
    margin-left: 68px !important;
  }
  .mt-xl-72 {
    margin-top: 72px !important;
  }
  .mr-xl-72 {
    margin-right: 72px !important;
  }
  .mb-xl-72 {
    margin-bottom: 72px !important;
  }
  .ml-xl-72 {
    margin-left: 72px !important;
  }
  .mt-xl-76 {
    margin-top: 76px !important;
  }
  .mr-xl-76 {
    margin-right: 76px !important;
  }
  .mb-xl-76 {
    margin-bottom: 76px !important;
  }
  .ml-xl-76 {
    margin-left: 76px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mt-xl-84 {
    margin-top: 84px !important;
  }
  .mr-xl-84 {
    margin-right: 84px !important;
  }
  .mb-xl-84 {
    margin-bottom: 84px !important;
  }
  .ml-xl-84 {
    margin-left: 84px !important;
  }
  .mt-xl-88 {
    margin-top: 88px !important;
  }
  .mr-xl-88 {
    margin-right: 88px !important;
  }
  .mb-xl-88 {
    margin-bottom: 88px !important;
  }
  .ml-xl-88 {
    margin-left: 88px !important;
  }
  .mt-xl-92 {
    margin-top: 92px !important;
  }
  .mr-xl-92 {
    margin-right: 92px !important;
  }
  .mb-xl-92 {
    margin-bottom: 92px !important;
  }
  .ml-xl-92 {
    margin-left: 92px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mr-xl-96 {
    margin-right: 96px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .ml-xl-96 {
    margin-left: 96px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mt-xl-104 {
    margin-top: 104px !important;
  }
  .mr-xl-104 {
    margin-right: 104px !important;
  }
  .mb-xl-104 {
    margin-bottom: 104px !important;
  }
  .ml-xl-104 {
    margin-left: 104px !important;
  }
  .mt-xl-108 {
    margin-top: 108px !important;
  }
  .mr-xl-108 {
    margin-right: 108px !important;
  }
  .mb-xl-108 {
    margin-bottom: 108px !important;
  }
  .ml-xl-108 {
    margin-left: 108px !important;
  }
  .mt-xl-112 {
    margin-top: 112px !important;
  }
  .mr-xl-112 {
    margin-right: 112px !important;
  }
  .mb-xl-112 {
    margin-bottom: 112px !important;
  }
  .ml-xl-112 {
    margin-left: 112px !important;
  }
  .mt-xl-116 {
    margin-top: 116px !important;
  }
  .mr-xl-116 {
    margin-right: 116px !important;
  }
  .mb-xl-116 {
    margin-bottom: 116px !important;
  }
  .ml-xl-116 {
    margin-left: 116px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .mt-xl-124 {
    margin-top: 124px !important;
  }
  .mr-xl-124 {
    margin-right: 124px !important;
  }
  .mb-xl-124 {
    margin-bottom: 124px !important;
  }
  .ml-xl-124 {
    margin-left: 124px !important;
  }
  .mt-xl-128 {
    margin-top: 128px !important;
  }
  .mr-xl-128 {
    margin-right: 128px !important;
  }
  .mb-xl-128 {
    margin-bottom: 128px !important;
  }
  .ml-xl-128 {
    margin-left: 128px !important;
  }
  .mt-xl-132 {
    margin-top: 132px !important;
  }
  .mr-xl-132 {
    margin-right: 132px !important;
  }
  .mb-xl-132 {
    margin-bottom: 132px !important;
  }
  .ml-xl-132 {
    margin-left: 132px !important;
  }
  .mt-xl-136 {
    margin-top: 136px !important;
  }
  .mr-xl-136 {
    margin-right: 136px !important;
  }
  .mb-xl-136 {
    margin-bottom: 136px !important;
  }
  .ml-xl-136 {
    margin-left: 136px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .mt-xl-144 {
    margin-top: 144px !important;
  }
  .mr-xl-144 {
    margin-right: 144px !important;
  }
  .mb-xl-144 {
    margin-bottom: 144px !important;
  }
  .ml-xl-144 {
    margin-left: 144px !important;
  }
  .mt-xl-148 {
    margin-top: 148px !important;
  }
  .mr-xl-148 {
    margin-right: 148px !important;
  }
  .mb-xl-148 {
    margin-bottom: 148px !important;
  }
  .ml-xl-148 {
    margin-left: 148px !important;
  }
  .mt-xl-152 {
    margin-top: 152px !important;
  }
  .mr-xl-152 {
    margin-right: 152px !important;
  }
  .mb-xl-152 {
    margin-bottom: 152px !important;
  }
  .ml-xl-152 {
    margin-left: 152px !important;
  }
  .mt-xl-156 {
    margin-top: 156px !important;
  }
  .mr-xl-156 {
    margin-right: 156px !important;
  }
  .mb-xl-156 {
    margin-bottom: 156px !important;
  }
  .ml-xl-156 {
    margin-left: 156px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .mt-xl-164 {
    margin-top: 164px !important;
  }
  .mr-xl-164 {
    margin-right: 164px !important;
  }
  .mb-xl-164 {
    margin-bottom: 164px !important;
  }
  .ml-xl-164 {
    margin-left: 164px !important;
  }
  .mt-xl-168 {
    margin-top: 168px !important;
  }
  .mr-xl-168 {
    margin-right: 168px !important;
  }
  .mb-xl-168 {
    margin-bottom: 168px !important;
  }
  .ml-xl-168 {
    margin-left: 168px !important;
  }
  .mt-xl-172 {
    margin-top: 172px !important;
  }
  .mr-xl-172 {
    margin-right: 172px !important;
  }
  .mb-xl-172 {
    margin-bottom: 172px !important;
  }
  .ml-xl-172 {
    margin-left: 172px !important;
  }
  .mt-xl-176 {
    margin-top: 176px !important;
  }
  .mr-xl-176 {
    margin-right: 176px !important;
  }
  .mb-xl-176 {
    margin-bottom: 176px !important;
  }
  .ml-xl-176 {
    margin-left: 176px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .mt-xl-184 {
    margin-top: 184px !important;
  }
  .mr-xl-184 {
    margin-right: 184px !important;
  }
  .mb-xl-184 {
    margin-bottom: 184px !important;
  }
  .ml-xl-184 {
    margin-left: 184px !important;
  }
  .mt-xl-188 {
    margin-top: 188px !important;
  }
  .mr-xl-188 {
    margin-right: 188px !important;
  }
  .mb-xl-188 {
    margin-bottom: 188px !important;
  }
  .ml-xl-188 {
    margin-left: 188px !important;
  }
  .mt-xl-192 {
    margin-top: 192px !important;
  }
  .mr-xl-192 {
    margin-right: 192px !important;
  }
  .mb-xl-192 {
    margin-bottom: 192px !important;
  }
  .ml-xl-192 {
    margin-left: 192px !important;
  }
  .mt-xl-196 {
    margin-top: 196px !important;
  }
  .mr-xl-196 {
    margin-right: 196px !important;
  }
  .mb-xl-196 {
    margin-bottom: 196px !important;
  }
  .ml-xl-196 {
    margin-left: 196px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .mt-xl-204 {
    margin-top: 204px !important;
  }
  .mr-xl-204 {
    margin-right: 204px !important;
  }
  .mb-xl-204 {
    margin-bottom: 204px !important;
  }
  .ml-xl-204 {
    margin-left: 204px !important;
  }
  .mt-xl-208 {
    margin-top: 208px !important;
  }
  .mr-xl-208 {
    margin-right: 208px !important;
  }
  .mb-xl-208 {
    margin-bottom: 208px !important;
  }
  .ml-xl-208 {
    margin-left: 208px !important;
  }
  .mt-xl-212 {
    margin-top: 212px !important;
  }
  .mr-xl-212 {
    margin-right: 212px !important;
  }
  .mb-xl-212 {
    margin-bottom: 212px !important;
  }
  .ml-xl-212 {
    margin-left: 212px !important;
  }
  .mt-xl-216 {
    margin-top: 216px !important;
  }
  .mr-xl-216 {
    margin-right: 216px !important;
  }
  .mb-xl-216 {
    margin-bottom: 216px !important;
  }
  .ml-xl-216 {
    margin-left: 216px !important;
  }
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .mr-xl-220 {
    margin-right: 220px !important;
  }
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .ml-xl-220 {
    margin-left: 220px !important;
  }
  .mt-xl-224 {
    margin-top: 224px !important;
  }
  .mr-xl-224 {
    margin-right: 224px !important;
  }
  .mb-xl-224 {
    margin-bottom: 224px !important;
  }
  .ml-xl-224 {
    margin-left: 224px !important;
  }
  .mt-xl-228 {
    margin-top: 228px !important;
  }
  .mr-xl-228 {
    margin-right: 228px !important;
  }
  .mb-xl-228 {
    margin-bottom: 228px !important;
  }
  .ml-xl-228 {
    margin-left: 228px !important;
  }
  .mt-xl-232 {
    margin-top: 232px !important;
  }
  .mr-xl-232 {
    margin-right: 232px !important;
  }
  .mb-xl-232 {
    margin-bottom: 232px !important;
  }
  .ml-xl-232 {
    margin-left: 232px !important;
  }
  .mt-xl-236 {
    margin-top: 236px !important;
  }
  .mr-xl-236 {
    margin-right: 236px !important;
  }
  .mb-xl-236 {
    margin-bottom: 236px !important;
  }
  .ml-xl-236 {
    margin-left: 236px !important;
  }
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .mr-xl-240 {
    margin-right: 240px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .ml-xl-240 {
    margin-left: 240px !important;
  }
  .mt-xl-244 {
    margin-top: 244px !important;
  }
  .mr-xl-244 {
    margin-right: 244px !important;
  }
  .mb-xl-244 {
    margin-bottom: 244px !important;
  }
  .ml-xl-244 {
    margin-left: 244px !important;
  }
  .mt-xl-248 {
    margin-top: 248px !important;
  }
  .mr-xl-248 {
    margin-right: 248px !important;
  }
  .mb-xl-248 {
    margin-bottom: 248px !important;
  }
  .ml-xl-248 {
    margin-left: 248px !important;
  }
  .mt-xl-252 {
    margin-top: 252px !important;
  }
  .mr-xl-252 {
    margin-right: 252px !important;
  }
  .mb-xl-252 {
    margin-bottom: 252px !important;
  }
  .ml-xl-252 {
    margin-left: 252px !important;
  }
  .mt-xl-256 {
    margin-top: 256px !important;
  }
  .mr-xl-256 {
    margin-right: 256px !important;
  }
  .mb-xl-256 {
    margin-bottom: 256px !important;
  }
  .ml-xl-256 {
    margin-left: 256px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-28 {
    padding: 28px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-36 {
    padding: 36px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-44 {
    padding: 44px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-52 {
    padding: 52px !important;
  }
  .p-xl-56 {
    padding: 56px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-68 {
    padding: 68px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .p-xl-76 {
    padding: 76px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-84 {
    padding: 84px !important;
  }
  .p-xl-88 {
    padding: 88px !important;
  }
  .p-xl-92 {
    padding: 92px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-104 {
    padding: 104px !important;
  }
  .p-xl-108 {
    padding: 108px !important;
  }
  .p-xl-112 {
    padding: 112px !important;
  }
  .p-xl-116 {
    padding: 116px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-124 {
    padding: 124px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .p-xl-132 {
    padding: 132px !important;
  }
  .p-xl-136 {
    padding: 136px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .p-xl-144 {
    padding: 144px !important;
  }
  .p-xl-148 {
    padding: 148px !important;
  }
  .p-xl-152 {
    padding: 152px !important;
  }
  .p-xl-156 {
    padding: 156px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-164 {
    padding: 164px !important;
  }
  .p-xl-168 {
    padding: 168px !important;
  }
  .p-xl-172 {
    padding: 172px !important;
  }
  .p-xl-176 {
    padding: 176px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .p-xl-184 {
    padding: 184px !important;
  }
  .p-xl-188 {
    padding: 188px !important;
  }
  .p-xl-192 {
    padding: 192px !important;
  }
  .p-xl-196 {
    padding: 196px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .p-xl-204 {
    padding: 204px !important;
  }
  .p-xl-208 {
    padding: 208px !important;
  }
  .p-xl-212 {
    padding: 212px !important;
  }
  .p-xl-216 {
    padding: 216px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
  .p-xl-224 {
    padding: 224px !important;
  }
  .p-xl-228 {
    padding: 228px !important;
  }
  .p-xl-232 {
    padding: 232px !important;
  }
  .p-xl-236 {
    padding: 236px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
  .p-xl-244 {
    padding: 244px !important;
  }
  .p-xl-248 {
    padding: 248px !important;
  }
  .p-xl-252 {
    padding: 252px !important;
  }
  .p-xl-256 {
    padding: 256px !important;
  }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-xl-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-xl-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-xl-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-xl-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-xl-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-xl-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-xl-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-xl-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-xl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-xl-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-xl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-xl-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-xl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-xl-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-xl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-xl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-xl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-xl-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-xl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-xl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-xl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-xl-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-xl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-xl-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-xl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-xl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-xl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-xl-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-xl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-xl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-xl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-xl-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-xl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-xl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-xl-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-xl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-xl-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-xl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-xl-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-xl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-xl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-xl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-xl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-xl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-xl-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-xl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-xl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-xl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-xl-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-xl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-xl-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-xl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-xl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-xl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-xl-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-xl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-xl-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-xl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pr-xl-4 {
    padding-right: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .pl-xl-4 {
    padding-left: 4px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pr-xl-8 {
    padding-right: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pl-xl-8 {
    padding-left: 8px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
  .pt-xl-28 {
    padding-top: 28px !important;
  }
  .pr-xl-28 {
    padding-right: 28px !important;
  }
  .pb-xl-28 {
    padding-bottom: 28px !important;
  }
  .pl-xl-28 {
    padding-left: 28px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pr-xl-32 {
    padding-right: 32px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pl-xl-32 {
    padding-left: 32px !important;
  }
  .pt-xl-36 {
    padding-top: 36px !important;
  }
  .pr-xl-36 {
    padding-right: 36px !important;
  }
  .pb-xl-36 {
    padding-bottom: 36px !important;
  }
  .pl-xl-36 {
    padding-left: 36px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pt-xl-44 {
    padding-top: 44px !important;
  }
  .pr-xl-44 {
    padding-right: 44px !important;
  }
  .pb-xl-44 {
    padding-bottom: 44px !important;
  }
  .pl-xl-44 {
    padding-left: 44px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pr-xl-48 {
    padding-right: 48px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pl-xl-48 {
    padding-left: 48px !important;
  }
  .pt-xl-52 {
    padding-top: 52px !important;
  }
  .pr-xl-52 {
    padding-right: 52px !important;
  }
  .pb-xl-52 {
    padding-bottom: 52px !important;
  }
  .pl-xl-52 {
    padding-left: 52px !important;
  }
  .pt-xl-56 {
    padding-top: 56px !important;
  }
  .pr-xl-56 {
    padding-right: 56px !important;
  }
  .pb-xl-56 {
    padding-bottom: 56px !important;
  }
  .pl-xl-56 {
    padding-left: 56px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pr-xl-64 {
    padding-right: 64px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pl-xl-64 {
    padding-left: 64px !important;
  }
  .pt-xl-68 {
    padding-top: 68px !important;
  }
  .pr-xl-68 {
    padding-right: 68px !important;
  }
  .pb-xl-68 {
    padding-bottom: 68px !important;
  }
  .pl-xl-68 {
    padding-left: 68px !important;
  }
  .pt-xl-72 {
    padding-top: 72px !important;
  }
  .pr-xl-72 {
    padding-right: 72px !important;
  }
  .pb-xl-72 {
    padding-bottom: 72px !important;
  }
  .pl-xl-72 {
    padding-left: 72px !important;
  }
  .pt-xl-76 {
    padding-top: 76px !important;
  }
  .pr-xl-76 {
    padding-right: 76px !important;
  }
  .pb-xl-76 {
    padding-bottom: 76px !important;
  }
  .pl-xl-76 {
    padding-left: 76px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pt-xl-84 {
    padding-top: 84px !important;
  }
  .pr-xl-84 {
    padding-right: 84px !important;
  }
  .pb-xl-84 {
    padding-bottom: 84px !important;
  }
  .pl-xl-84 {
    padding-left: 84px !important;
  }
  .pt-xl-88 {
    padding-top: 88px !important;
  }
  .pr-xl-88 {
    padding-right: 88px !important;
  }
  .pb-xl-88 {
    padding-bottom: 88px !important;
  }
  .pl-xl-88 {
    padding-left: 88px !important;
  }
  .pt-xl-92 {
    padding-top: 92px !important;
  }
  .pr-xl-92 {
    padding-right: 92px !important;
  }
  .pb-xl-92 {
    padding-bottom: 92px !important;
  }
  .pl-xl-92 {
    padding-left: 92px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pr-xl-96 {
    padding-right: 96px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pl-xl-96 {
    padding-left: 96px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pt-xl-104 {
    padding-top: 104px !important;
  }
  .pr-xl-104 {
    padding-right: 104px !important;
  }
  .pb-xl-104 {
    padding-bottom: 104px !important;
  }
  .pl-xl-104 {
    padding-left: 104px !important;
  }
  .pt-xl-108 {
    padding-top: 108px !important;
  }
  .pr-xl-108 {
    padding-right: 108px !important;
  }
  .pb-xl-108 {
    padding-bottom: 108px !important;
  }
  .pl-xl-108 {
    padding-left: 108px !important;
  }
  .pt-xl-112 {
    padding-top: 112px !important;
  }
  .pr-xl-112 {
    padding-right: 112px !important;
  }
  .pb-xl-112 {
    padding-bottom: 112px !important;
  }
  .pl-xl-112 {
    padding-left: 112px !important;
  }
  .pt-xl-116 {
    padding-top: 116px !important;
  }
  .pr-xl-116 {
    padding-right: 116px !important;
  }
  .pb-xl-116 {
    padding-bottom: 116px !important;
  }
  .pl-xl-116 {
    padding-left: 116px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
  .pt-xl-124 {
    padding-top: 124px !important;
  }
  .pr-xl-124 {
    padding-right: 124px !important;
  }
  .pb-xl-124 {
    padding-bottom: 124px !important;
  }
  .pl-xl-124 {
    padding-left: 124px !important;
  }
  .pt-xl-128 {
    padding-top: 128px !important;
  }
  .pr-xl-128 {
    padding-right: 128px !important;
  }
  .pb-xl-128 {
    padding-bottom: 128px !important;
  }
  .pl-xl-128 {
    padding-left: 128px !important;
  }
  .pt-xl-132 {
    padding-top: 132px !important;
  }
  .pr-xl-132 {
    padding-right: 132px !important;
  }
  .pb-xl-132 {
    padding-bottom: 132px !important;
  }
  .pl-xl-132 {
    padding-left: 132px !important;
  }
  .pt-xl-136 {
    padding-top: 136px !important;
  }
  .pr-xl-136 {
    padding-right: 136px !important;
  }
  .pb-xl-136 {
    padding-bottom: 136px !important;
  }
  .pl-xl-136 {
    padding-left: 136px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
  .pt-xl-144 {
    padding-top: 144px !important;
  }
  .pr-xl-144 {
    padding-right: 144px !important;
  }
  .pb-xl-144 {
    padding-bottom: 144px !important;
  }
  .pl-xl-144 {
    padding-left: 144px !important;
  }
  .pt-xl-148 {
    padding-top: 148px !important;
  }
  .pr-xl-148 {
    padding-right: 148px !important;
  }
  .pb-xl-148 {
    padding-bottom: 148px !important;
  }
  .pl-xl-148 {
    padding-left: 148px !important;
  }
  .pt-xl-152 {
    padding-top: 152px !important;
  }
  .pr-xl-152 {
    padding-right: 152px !important;
  }
  .pb-xl-152 {
    padding-bottom: 152px !important;
  }
  .pl-xl-152 {
    padding-left: 152px !important;
  }
  .pt-xl-156 {
    padding-top: 156px !important;
  }
  .pr-xl-156 {
    padding-right: 156px !important;
  }
  .pb-xl-156 {
    padding-bottom: 156px !important;
  }
  .pl-xl-156 {
    padding-left: 156px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
  .pt-xl-164 {
    padding-top: 164px !important;
  }
  .pr-xl-164 {
    padding-right: 164px !important;
  }
  .pb-xl-164 {
    padding-bottom: 164px !important;
  }
  .pl-xl-164 {
    padding-left: 164px !important;
  }
  .pt-xl-168 {
    padding-top: 168px !important;
  }
  .pr-xl-168 {
    padding-right: 168px !important;
  }
  .pb-xl-168 {
    padding-bottom: 168px !important;
  }
  .pl-xl-168 {
    padding-left: 168px !important;
  }
  .pt-xl-172 {
    padding-top: 172px !important;
  }
  .pr-xl-172 {
    padding-right: 172px !important;
  }
  .pb-xl-172 {
    padding-bottom: 172px !important;
  }
  .pl-xl-172 {
    padding-left: 172px !important;
  }
  .pt-xl-176 {
    padding-top: 176px !important;
  }
  .pr-xl-176 {
    padding-right: 176px !important;
  }
  .pb-xl-176 {
    padding-bottom: 176px !important;
  }
  .pl-xl-176 {
    padding-left: 176px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
  .pt-xl-184 {
    padding-top: 184px !important;
  }
  .pr-xl-184 {
    padding-right: 184px !important;
  }
  .pb-xl-184 {
    padding-bottom: 184px !important;
  }
  .pl-xl-184 {
    padding-left: 184px !important;
  }
  .pt-xl-188 {
    padding-top: 188px !important;
  }
  .pr-xl-188 {
    padding-right: 188px !important;
  }
  .pb-xl-188 {
    padding-bottom: 188px !important;
  }
  .pl-xl-188 {
    padding-left: 188px !important;
  }
  .pt-xl-192 {
    padding-top: 192px !important;
  }
  .pr-xl-192 {
    padding-right: 192px !important;
  }
  .pb-xl-192 {
    padding-bottom: 192px !important;
  }
  .pl-xl-192 {
    padding-left: 192px !important;
  }
  .pt-xl-196 {
    padding-top: 196px !important;
  }
  .pr-xl-196 {
    padding-right: 196px !important;
  }
  .pb-xl-196 {
    padding-bottom: 196px !important;
  }
  .pl-xl-196 {
    padding-left: 196px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
  .pt-xl-204 {
    padding-top: 204px !important;
  }
  .pr-xl-204 {
    padding-right: 204px !important;
  }
  .pb-xl-204 {
    padding-bottom: 204px !important;
  }
  .pl-xl-204 {
    padding-left: 204px !important;
  }
  .pt-xl-208 {
    padding-top: 208px !important;
  }
  .pr-xl-208 {
    padding-right: 208px !important;
  }
  .pb-xl-208 {
    padding-bottom: 208px !important;
  }
  .pl-xl-208 {
    padding-left: 208px !important;
  }
  .pt-xl-212 {
    padding-top: 212px !important;
  }
  .pr-xl-212 {
    padding-right: 212px !important;
  }
  .pb-xl-212 {
    padding-bottom: 212px !important;
  }
  .pl-xl-212 {
    padding-left: 212px !important;
  }
  .pt-xl-216 {
    padding-top: 216px !important;
  }
  .pr-xl-216 {
    padding-right: 216px !important;
  }
  .pb-xl-216 {
    padding-bottom: 216px !important;
  }
  .pl-xl-216 {
    padding-left: 216px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
  .pr-xl-220 {
    padding-right: 220px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
  .pl-xl-220 {
    padding-left: 220px !important;
  }
  .pt-xl-224 {
    padding-top: 224px !important;
  }
  .pr-xl-224 {
    padding-right: 224px !important;
  }
  .pb-xl-224 {
    padding-bottom: 224px !important;
  }
  .pl-xl-224 {
    padding-left: 224px !important;
  }
  .pt-xl-228 {
    padding-top: 228px !important;
  }
  .pr-xl-228 {
    padding-right: 228px !important;
  }
  .pb-xl-228 {
    padding-bottom: 228px !important;
  }
  .pl-xl-228 {
    padding-left: 228px !important;
  }
  .pt-xl-232 {
    padding-top: 232px !important;
  }
  .pr-xl-232 {
    padding-right: 232px !important;
  }
  .pb-xl-232 {
    padding-bottom: 232px !important;
  }
  .pl-xl-232 {
    padding-left: 232px !important;
  }
  .pt-xl-236 {
    padding-top: 236px !important;
  }
  .pr-xl-236 {
    padding-right: 236px !important;
  }
  .pb-xl-236 {
    padding-bottom: 236px !important;
  }
  .pl-xl-236 {
    padding-left: 236px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
  .pr-xl-240 {
    padding-right: 240px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
  .pl-xl-240 {
    padding-left: 240px !important;
  }
  .pt-xl-244 {
    padding-top: 244px !important;
  }
  .pr-xl-244 {
    padding-right: 244px !important;
  }
  .pb-xl-244 {
    padding-bottom: 244px !important;
  }
  .pl-xl-244 {
    padding-left: 244px !important;
  }
  .pt-xl-248 {
    padding-top: 248px !important;
  }
  .pr-xl-248 {
    padding-right: 248px !important;
  }
  .pb-xl-248 {
    padding-bottom: 248px !important;
  }
  .pl-xl-248 {
    padding-left: 248px !important;
  }
  .pt-xl-252 {
    padding-top: 252px !important;
  }
  .pr-xl-252 {
    padding-right: 252px !important;
  }
  .pb-xl-252 {
    padding-bottom: 252px !important;
  }
  .pl-xl-252 {
    padding-left: 252px !important;
  }
  .pt-xl-256 {
    padding-top: 256px !important;
  }
  .pr-xl-256 {
    padding-right: 256px !important;
  }
  .pb-xl-256 {
    padding-bottom: 256px !important;
  }
  .pl-xl-256 {
    padding-left: 256px !important;
  }
}
.border,
.b {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.border-top,
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right,
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-bottom,
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-left,
.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.border-horizontal,
.bx {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-vertical,
.by {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-radius-100 {
  border-radius: 100%;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-16 {
  border-radius: 16px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
html,
body {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.boxed {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
input {
  border: none;
  padding: 0 16px;
}
i,
mat-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}
i.s-4,
mat-icon.s-4 {
  font-size: 4px !important;
  width: 4px !important;
  height: 4px !important;
  min-width: 4px !important;
  min-height: 4px !important;
  line-height: 4px !important;
}
i.s-6,
mat-icon.s-6 {
  font-size: 6px !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  line-height: 6px !important;
}
i.s-8,
mat-icon.s-8 {
  font-size: 8px !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  line-height: 8px !important;
}
i.s-10,
mat-icon.s-10 {
  font-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  line-height: 10px !important;
}
i.s-12,
mat-icon.s-12 {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  line-height: 12px !important;
}
i.s-14,
mat-icon.s-14 {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  line-height: 14px !important;
}
i.s-16,
mat-icon.s-16 {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
}
i.s-18,
mat-icon.s-18 {
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  line-height: 18px !important;
}
i.s-20,
mat-icon.s-20 {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
}
i.s-22,
mat-icon.s-22 {
  font-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
}
i.s-24,
mat-icon.s-24 {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
}
i.s-26,
mat-icon.s-26 {
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  line-height: 26px !important;
}
i.s-28,
mat-icon.s-28 {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}
i.s-30,
mat-icon.s-30 {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
}
i.s-32,
mat-icon.s-32 {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
}
i.s-34,
mat-icon.s-34 {
  font-size: 34px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  line-height: 34px !important;
}
i.s-36,
mat-icon.s-36 {
  font-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}
i.s-38,
mat-icon.s-38 {
  font-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
}
i.s-40,
mat-icon.s-40 {
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
}
i.s-42,
mat-icon.s-42 {
  font-size: 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}
i.s-44,
mat-icon.s-44 {
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}
i.s-46,
mat-icon.s-46 {
  font-size: 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
}
i.s-48,
mat-icon.s-48 {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
}
i.s-50,
mat-icon.s-50 {
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}
i.s-52,
mat-icon.s-52 {
  font-size: 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  line-height: 52px !important;
}
i.s-54,
mat-icon.s-54 {
  font-size: 54px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  line-height: 54px !important;
}
i.s-56,
mat-icon.s-56 {
  font-size: 56px !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  line-height: 56px !important;
}
i.s-58,
mat-icon.s-58 {
  font-size: 58px !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  line-height: 58px !important;
}
i.s-60,
mat-icon.s-60 {
  font-size: 60px !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
}
i.s-62,
mat-icon.s-62 {
  font-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  line-height: 62px !important;
}
i.s-64,
mat-icon.s-64 {
  font-size: 64px !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  line-height: 64px !important;
}
i.s-66,
mat-icon.s-66 {
  font-size: 66px !important;
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
  line-height: 66px !important;
}
i.s-68,
mat-icon.s-68 {
  font-size: 68px !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  line-height: 68px !important;
}
i.s-70,
mat-icon.s-70 {
  font-size: 70px !important;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  line-height: 70px !important;
}
i.s-72,
mat-icon.s-72 {
  font-size: 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  line-height: 72px !important;
}
i.s-74,
mat-icon.s-74 {
  font-size: 74px !important;
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  min-height: 74px !important;
  line-height: 74px !important;
}
i.s-76,
mat-icon.s-76 {
  font-size: 76px !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  line-height: 76px !important;
}
i.s-78,
mat-icon.s-78 {
  font-size: 78px !important;
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  line-height: 78px !important;
}
i.s-80,
mat-icon.s-80 {
  font-size: 80px !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  line-height: 80px !important;
}
i.s-82,
mat-icon.s-82 {
  font-size: 82px !important;
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  line-height: 82px !important;
}
i.s-84,
mat-icon.s-84 {
  font-size: 84px !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  line-height: 84px !important;
}
i.s-86,
mat-icon.s-86 {
  font-size: 86px !important;
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  min-height: 86px !important;
  line-height: 86px !important;
}
i.s-88,
mat-icon.s-88 {
  font-size: 88px !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  line-height: 88px !important;
}
i.s-90,
mat-icon.s-90 {
  font-size: 90px !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  line-height: 90px !important;
}
i.s-92,
mat-icon.s-92 {
  font-size: 92px !important;
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  line-height: 92px !important;
}
i.s-94,
mat-icon.s-94 {
  font-size: 94px !important;
  width: 94px !important;
  height: 94px !important;
  min-width: 94px !important;
  min-height: 94px !important;
  line-height: 94px !important;
}
i.s-96,
mat-icon.s-96 {
  font-size: 96px !important;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  line-height: 96px !important;
}
i.s-98,
mat-icon.s-98 {
  font-size: 98px !important;
  width: 98px !important;
  height: 98px !important;
  min-width: 98px !important;
  min-height: 98px !important;
  line-height: 98px !important;
}
i.s-100,
mat-icon.s-100 {
  font-size: 100px !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  line-height: 100px !important;
}
i.s-102,
mat-icon.s-102 {
  font-size: 102px !important;
  width: 102px !important;
  height: 102px !important;
  min-width: 102px !important;
  min-height: 102px !important;
  line-height: 102px !important;
}
i.s-104,
mat-icon.s-104 {
  font-size: 104px !important;
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  min-height: 104px !important;
  line-height: 104px !important;
}
i.s-106,
mat-icon.s-106 {
  font-size: 106px !important;
  width: 106px !important;
  height: 106px !important;
  min-width: 106px !important;
  min-height: 106px !important;
  line-height: 106px !important;
}
i.s-108,
mat-icon.s-108 {
  font-size: 108px !important;
  width: 108px !important;
  height: 108px !important;
  min-width: 108px !important;
  min-height: 108px !important;
  line-height: 108px !important;
}
i.s-110,
mat-icon.s-110 {
  font-size: 110px !important;
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  min-height: 110px !important;
  line-height: 110px !important;
}
i.s-112,
mat-icon.s-112 {
  font-size: 112px !important;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  min-height: 112px !important;
  line-height: 112px !important;
}
i.s-114,
mat-icon.s-114 {
  font-size: 114px !important;
  width: 114px !important;
  height: 114px !important;
  min-width: 114px !important;
  min-height: 114px !important;
  line-height: 114px !important;
}
i.s-116,
mat-icon.s-116 {
  font-size: 116px !important;
  width: 116px !important;
  height: 116px !important;
  min-width: 116px !important;
  min-height: 116px !important;
  line-height: 116px !important;
}
i.s-118,
mat-icon.s-118 {
  font-size: 118px !important;
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  min-height: 118px !important;
  line-height: 118px !important;
}
i.s-120,
mat-icon.s-120 {
  font-size: 120px !important;
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  line-height: 120px !important;
}
i.s-122,
mat-icon.s-122 {
  font-size: 122px !important;
  width: 122px !important;
  height: 122px !important;
  min-width: 122px !important;
  min-height: 122px !important;
  line-height: 122px !important;
}
i.s-124,
mat-icon.s-124 {
  font-size: 124px !important;
  width: 124px !important;
  height: 124px !important;
  min-width: 124px !important;
  min-height: 124px !important;
  line-height: 124px !important;
}
i.s-126,
mat-icon.s-126 {
  font-size: 126px !important;
  width: 126px !important;
  height: 126px !important;
  min-width: 126px !important;
  min-height: 126px !important;
  line-height: 126px !important;
}
i.s-128,
mat-icon.s-128 {
  font-size: 128px !important;
  width: 128px !important;
  height: 128px !important;
  min-width: 128px !important;
  min-height: 128px !important;
  line-height: 128px !important;
}
i.s-130,
mat-icon.s-130 {
  font-size: 130px !important;
  width: 130px !important;
  height: 130px !important;
  min-width: 130px !important;
  min-height: 130px !important;
  line-height: 130px !important;
}
i.s-132,
mat-icon.s-132 {
  font-size: 132px !important;
  width: 132px !important;
  height: 132px !important;
  min-width: 132px !important;
  min-height: 132px !important;
  line-height: 132px !important;
}
i.s-134,
mat-icon.s-134 {
  font-size: 134px !important;
  width: 134px !important;
  height: 134px !important;
  min-width: 134px !important;
  min-height: 134px !important;
  line-height: 134px !important;
}
i.s-136,
mat-icon.s-136 {
  font-size: 136px !important;
  width: 136px !important;
  height: 136px !important;
  min-width: 136px !important;
  min-height: 136px !important;
  line-height: 136px !important;
}
i.s-138,
mat-icon.s-138 {
  font-size: 138px !important;
  width: 138px !important;
  height: 138px !important;
  min-width: 138px !important;
  min-height: 138px !important;
  line-height: 138px !important;
}
i.s-140,
mat-icon.s-140 {
  font-size: 140px !important;
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  line-height: 140px !important;
}
i.s-142,
mat-icon.s-142 {
  font-size: 142px !important;
  width: 142px !important;
  height: 142px !important;
  min-width: 142px !important;
  min-height: 142px !important;
  line-height: 142px !important;
}
i.s-144,
mat-icon.s-144 {
  font-size: 144px !important;
  width: 144px !important;
  height: 144px !important;
  min-width: 144px !important;
  min-height: 144px !important;
  line-height: 144px !important;
}
i.s-146,
mat-icon.s-146 {
  font-size: 146px !important;
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  line-height: 146px !important;
}
i.s-148,
mat-icon.s-148 {
  font-size: 148px !important;
  width: 148px !important;
  height: 148px !important;
  min-width: 148px !important;
  min-height: 148px !important;
  line-height: 148px !important;
}
i.s-150,
mat-icon.s-150 {
  font-size: 150px !important;
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  line-height: 150px !important;
}
i.s-152,
mat-icon.s-152 {
  font-size: 152px !important;
  width: 152px !important;
  height: 152px !important;
  min-width: 152px !important;
  min-height: 152px !important;
  line-height: 152px !important;
}
i.s-154,
mat-icon.s-154 {
  font-size: 154px !important;
  width: 154px !important;
  height: 154px !important;
  min-width: 154px !important;
  min-height: 154px !important;
  line-height: 154px !important;
}
i.s-156,
mat-icon.s-156 {
  font-size: 156px !important;
  width: 156px !important;
  height: 156px !important;
  min-width: 156px !important;
  min-height: 156px !important;
  line-height: 156px !important;
}
i.s-158,
mat-icon.s-158 {
  font-size: 158px !important;
  width: 158px !important;
  height: 158px !important;
  min-width: 158px !important;
  min-height: 158px !important;
  line-height: 158px !important;
}
i.s-160,
mat-icon.s-160 {
  font-size: 160px !important;
  width: 160px !important;
  height: 160px !important;
  min-width: 160px !important;
  min-height: 160px !important;
  line-height: 160px !important;
}
i.s-162,
mat-icon.s-162 {
  font-size: 162px !important;
  width: 162px !important;
  height: 162px !important;
  min-width: 162px !important;
  min-height: 162px !important;
  line-height: 162px !important;
}
i.s-164,
mat-icon.s-164 {
  font-size: 164px !important;
  width: 164px !important;
  height: 164px !important;
  min-width: 164px !important;
  min-height: 164px !important;
  line-height: 164px !important;
}
i.s-166,
mat-icon.s-166 {
  font-size: 166px !important;
  width: 166px !important;
  height: 166px !important;
  min-width: 166px !important;
  min-height: 166px !important;
  line-height: 166px !important;
}
i.s-168,
mat-icon.s-168 {
  font-size: 168px !important;
  width: 168px !important;
  height: 168px !important;
  min-width: 168px !important;
  min-height: 168px !important;
  line-height: 168px !important;
}
i.s-170,
mat-icon.s-170 {
  font-size: 170px !important;
  width: 170px !important;
  height: 170px !important;
  min-width: 170px !important;
  min-height: 170px !important;
  line-height: 170px !important;
}
i.s-172,
mat-icon.s-172 {
  font-size: 172px !important;
  width: 172px !important;
  height: 172px !important;
  min-width: 172px !important;
  min-height: 172px !important;
  line-height: 172px !important;
}
i.s-174,
mat-icon.s-174 {
  font-size: 174px !important;
  width: 174px !important;
  height: 174px !important;
  min-width: 174px !important;
  min-height: 174px !important;
  line-height: 174px !important;
}
i.s-176,
mat-icon.s-176 {
  font-size: 176px !important;
  width: 176px !important;
  height: 176px !important;
  min-width: 176px !important;
  min-height: 176px !important;
  line-height: 176px !important;
}
i.s-178,
mat-icon.s-178 {
  font-size: 178px !important;
  width: 178px !important;
  height: 178px !important;
  min-width: 178px !important;
  min-height: 178px !important;
  line-height: 178px !important;
}
i.s-180,
mat-icon.s-180 {
  font-size: 180px !important;
  width: 180px !important;
  height: 180px !important;
  min-width: 180px !important;
  min-height: 180px !important;
  line-height: 180px !important;
}
i.s-182,
mat-icon.s-182 {
  font-size: 182px !important;
  width: 182px !important;
  height: 182px !important;
  min-width: 182px !important;
  min-height: 182px !important;
  line-height: 182px !important;
}
i.s-184,
mat-icon.s-184 {
  font-size: 184px !important;
  width: 184px !important;
  height: 184px !important;
  min-width: 184px !important;
  min-height: 184px !important;
  line-height: 184px !important;
}
i.s-186,
mat-icon.s-186 {
  font-size: 186px !important;
  width: 186px !important;
  height: 186px !important;
  min-width: 186px !important;
  min-height: 186px !important;
  line-height: 186px !important;
}
i.s-188,
mat-icon.s-188 {
  font-size: 188px !important;
  width: 188px !important;
  height: 188px !important;
  min-width: 188px !important;
  min-height: 188px !important;
  line-height: 188px !important;
}
i.s-190,
mat-icon.s-190 {
  font-size: 190px !important;
  width: 190px !important;
  height: 190px !important;
  min-width: 190px !important;
  min-height: 190px !important;
  line-height: 190px !important;
}
i.s-192,
mat-icon.s-192 {
  font-size: 192px !important;
  width: 192px !important;
  height: 192px !important;
  min-width: 192px !important;
  min-height: 192px !important;
  line-height: 192px !important;
}
i.s-194,
mat-icon.s-194 {
  font-size: 194px !important;
  width: 194px !important;
  height: 194px !important;
  min-width: 194px !important;
  min-height: 194px !important;
  line-height: 194px !important;
}
i.s-196,
mat-icon.s-196 {
  font-size: 196px !important;
  width: 196px !important;
  height: 196px !important;
  min-width: 196px !important;
  min-height: 196px !important;
  line-height: 196px !important;
}
i.s-198,
mat-icon.s-198 {
  font-size: 198px !important;
  width: 198px !important;
  height: 198px !important;
  min-width: 198px !important;
  min-height: 198px !important;
  line-height: 198px !important;
}
i.s-200,
mat-icon.s-200 {
  font-size: 200px !important;
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  line-height: 200px !important;
}
i.s-202,
mat-icon.s-202 {
  font-size: 202px !important;
  width: 202px !important;
  height: 202px !important;
  min-width: 202px !important;
  min-height: 202px !important;
  line-height: 202px !important;
}
i.s-204,
mat-icon.s-204 {
  font-size: 204px !important;
  width: 204px !important;
  height: 204px !important;
  min-width: 204px !important;
  min-height: 204px !important;
  line-height: 204px !important;
}
i.s-206,
mat-icon.s-206 {
  font-size: 206px !important;
  width: 206px !important;
  height: 206px !important;
  min-width: 206px !important;
  min-height: 206px !important;
  line-height: 206px !important;
}
i.s-208,
mat-icon.s-208 {
  font-size: 208px !important;
  width: 208px !important;
  height: 208px !important;
  min-width: 208px !important;
  min-height: 208px !important;
  line-height: 208px !important;
}
i.s-210,
mat-icon.s-210 {
  font-size: 210px !important;
  width: 210px !important;
  height: 210px !important;
  min-width: 210px !important;
  min-height: 210px !important;
  line-height: 210px !important;
}
i.s-212,
mat-icon.s-212 {
  font-size: 212px !important;
  width: 212px !important;
  height: 212px !important;
  min-width: 212px !important;
  min-height: 212px !important;
  line-height: 212px !important;
}
i.s-214,
mat-icon.s-214 {
  font-size: 214px !important;
  width: 214px !important;
  height: 214px !important;
  min-width: 214px !important;
  min-height: 214px !important;
  line-height: 214px !important;
}
i.s-216,
mat-icon.s-216 {
  font-size: 216px !important;
  width: 216px !important;
  height: 216px !important;
  min-width: 216px !important;
  min-height: 216px !important;
  line-height: 216px !important;
}
i.s-218,
mat-icon.s-218 {
  font-size: 218px !important;
  width: 218px !important;
  height: 218px !important;
  min-width: 218px !important;
  min-height: 218px !important;
  line-height: 218px !important;
}
i.s-220,
mat-icon.s-220 {
  font-size: 220px !important;
  width: 220px !important;
  height: 220px !important;
  min-width: 220px !important;
  min-height: 220px !important;
  line-height: 220px !important;
}
i.s-222,
mat-icon.s-222 {
  font-size: 222px !important;
  width: 222px !important;
  height: 222px !important;
  min-width: 222px !important;
  min-height: 222px !important;
  line-height: 222px !important;
}
i.s-224,
mat-icon.s-224 {
  font-size: 224px !important;
  width: 224px !important;
  height: 224px !important;
  min-width: 224px !important;
  min-height: 224px !important;
  line-height: 224px !important;
}
i.s-226,
mat-icon.s-226 {
  font-size: 226px !important;
  width: 226px !important;
  height: 226px !important;
  min-width: 226px !important;
  min-height: 226px !important;
  line-height: 226px !important;
}
i.s-228,
mat-icon.s-228 {
  font-size: 228px !important;
  width: 228px !important;
  height: 228px !important;
  min-width: 228px !important;
  min-height: 228px !important;
  line-height: 228px !important;
}
i.s-230,
mat-icon.s-230 {
  font-size: 230px !important;
  width: 230px !important;
  height: 230px !important;
  min-width: 230px !important;
  min-height: 230px !important;
  line-height: 230px !important;
}
i.s-232,
mat-icon.s-232 {
  font-size: 232px !important;
  width: 232px !important;
  height: 232px !important;
  min-width: 232px !important;
  min-height: 232px !important;
  line-height: 232px !important;
}
i.s-234,
mat-icon.s-234 {
  font-size: 234px !important;
  width: 234px !important;
  height: 234px !important;
  min-width: 234px !important;
  min-height: 234px !important;
  line-height: 234px !important;
}
i.s-236,
mat-icon.s-236 {
  font-size: 236px !important;
  width: 236px !important;
  height: 236px !important;
  min-width: 236px !important;
  min-height: 236px !important;
  line-height: 236px !important;
}
i.s-238,
mat-icon.s-238 {
  font-size: 238px !important;
  width: 238px !important;
  height: 238px !important;
  min-width: 238px !important;
  min-height: 238px !important;
  line-height: 238px !important;
}
i.s-240,
mat-icon.s-240 {
  font-size: 240px !important;
  width: 240px !important;
  height: 240px !important;
  min-width: 240px !important;
  min-height: 240px !important;
  line-height: 240px !important;
}
i.s-242,
mat-icon.s-242 {
  font-size: 242px !important;
  width: 242px !important;
  height: 242px !important;
  min-width: 242px !important;
  min-height: 242px !important;
  line-height: 242px !important;
}
i.s-244,
mat-icon.s-244 {
  font-size: 244px !important;
  width: 244px !important;
  height: 244px !important;
  min-width: 244px !important;
  min-height: 244px !important;
  line-height: 244px !important;
}
i.s-246,
mat-icon.s-246 {
  font-size: 246px !important;
  width: 246px !important;
  height: 246px !important;
  min-width: 246px !important;
  min-height: 246px !important;
  line-height: 246px !important;
}
i.s-248,
mat-icon.s-248 {
  font-size: 248px !important;
  width: 248px !important;
  height: 248px !important;
  min-width: 248px !important;
  min-height: 248px !important;
  line-height: 248px !important;
}
i.s-250,
mat-icon.s-250 {
  font-size: 250px !important;
  width: 250px !important;
  height: 250px !important;
  min-width: 250px !important;
  min-height: 250px !important;
  line-height: 250px !important;
}
i.s-252,
mat-icon.s-252 {
  font-size: 252px !important;
  width: 252px !important;
  height: 252px !important;
  min-width: 252px !important;
  min-height: 252px !important;
  line-height: 252px !important;
}
i.s-254,
mat-icon.s-254 {
  font-size: 254px !important;
  width: 254px !important;
  height: 254px !important;
  min-width: 254px !important;
  min-height: 254px !important;
  line-height: 254px !important;
}
i.s-256,
mat-icon.s-256 {
  font-size: 256px !important;
  width: 256px !important;
  height: 256px !important;
  min-width: 256px !important;
  min-height: 256px !important;
  line-height: 256px !important;
}
@media screen and (min-width: 600px) {
  i.s-sm-4,
  mat-icon.s-sm-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-sm-6,
  mat-icon.s-sm-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-sm-8,
  mat-icon.s-sm-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-sm-10,
  mat-icon.s-sm-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-sm-12,
  mat-icon.s-sm-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-sm-14,
  mat-icon.s-sm-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-sm-16,
  mat-icon.s-sm-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-sm-18,
  mat-icon.s-sm-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-sm-20,
  mat-icon.s-sm-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-sm-22,
  mat-icon.s-sm-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-sm-24,
  mat-icon.s-sm-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-sm-26,
  mat-icon.s-sm-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-sm-28,
  mat-icon.s-sm-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-sm-30,
  mat-icon.s-sm-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-sm-32,
  mat-icon.s-sm-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-sm-34,
  mat-icon.s-sm-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-sm-36,
  mat-icon.s-sm-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-sm-38,
  mat-icon.s-sm-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-sm-40,
  mat-icon.s-sm-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-sm-42,
  mat-icon.s-sm-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-sm-44,
  mat-icon.s-sm-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-sm-46,
  mat-icon.s-sm-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-sm-48,
  mat-icon.s-sm-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-sm-50,
  mat-icon.s-sm-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-sm-52,
  mat-icon.s-sm-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-sm-54,
  mat-icon.s-sm-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-sm-56,
  mat-icon.s-sm-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-sm-58,
  mat-icon.s-sm-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-sm-60,
  mat-icon.s-sm-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-sm-62,
  mat-icon.s-sm-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-sm-64,
  mat-icon.s-sm-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-sm-66,
  mat-icon.s-sm-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-sm-68,
  mat-icon.s-sm-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-sm-70,
  mat-icon.s-sm-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-sm-72,
  mat-icon.s-sm-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-sm-74,
  mat-icon.s-sm-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-sm-76,
  mat-icon.s-sm-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-sm-78,
  mat-icon.s-sm-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-sm-80,
  mat-icon.s-sm-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-sm-82,
  mat-icon.s-sm-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-sm-84,
  mat-icon.s-sm-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-sm-86,
  mat-icon.s-sm-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-sm-88,
  mat-icon.s-sm-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-sm-90,
  mat-icon.s-sm-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-sm-92,
  mat-icon.s-sm-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-sm-94,
  mat-icon.s-sm-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-sm-96,
  mat-icon.s-sm-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-sm-98,
  mat-icon.s-sm-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-sm-100,
  mat-icon.s-sm-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-sm-102,
  mat-icon.s-sm-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-sm-104,
  mat-icon.s-sm-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-sm-106,
  mat-icon.s-sm-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-sm-108,
  mat-icon.s-sm-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-sm-110,
  mat-icon.s-sm-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-sm-112,
  mat-icon.s-sm-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-sm-114,
  mat-icon.s-sm-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-sm-116,
  mat-icon.s-sm-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-sm-118,
  mat-icon.s-sm-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-sm-120,
  mat-icon.s-sm-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-sm-122,
  mat-icon.s-sm-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-sm-124,
  mat-icon.s-sm-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-sm-126,
  mat-icon.s-sm-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-sm-128,
  mat-icon.s-sm-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-sm-130,
  mat-icon.s-sm-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-sm-132,
  mat-icon.s-sm-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-sm-134,
  mat-icon.s-sm-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-sm-136,
  mat-icon.s-sm-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-sm-138,
  mat-icon.s-sm-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-sm-140,
  mat-icon.s-sm-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-sm-142,
  mat-icon.s-sm-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-sm-144,
  mat-icon.s-sm-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-sm-146,
  mat-icon.s-sm-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-sm-148,
  mat-icon.s-sm-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-sm-150,
  mat-icon.s-sm-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-sm-152,
  mat-icon.s-sm-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-sm-154,
  mat-icon.s-sm-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-sm-156,
  mat-icon.s-sm-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-sm-158,
  mat-icon.s-sm-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-sm-160,
  mat-icon.s-sm-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-sm-162,
  mat-icon.s-sm-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-sm-164,
  mat-icon.s-sm-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-sm-166,
  mat-icon.s-sm-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-sm-168,
  mat-icon.s-sm-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-sm-170,
  mat-icon.s-sm-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-sm-172,
  mat-icon.s-sm-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-sm-174,
  mat-icon.s-sm-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-sm-176,
  mat-icon.s-sm-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-sm-178,
  mat-icon.s-sm-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-sm-180,
  mat-icon.s-sm-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-sm-182,
  mat-icon.s-sm-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-sm-184,
  mat-icon.s-sm-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-sm-186,
  mat-icon.s-sm-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-sm-188,
  mat-icon.s-sm-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-sm-190,
  mat-icon.s-sm-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-sm-192,
  mat-icon.s-sm-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-sm-194,
  mat-icon.s-sm-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-sm-196,
  mat-icon.s-sm-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-sm-198,
  mat-icon.s-sm-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-sm-200,
  mat-icon.s-sm-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-sm-202,
  mat-icon.s-sm-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-sm-204,
  mat-icon.s-sm-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-sm-206,
  mat-icon.s-sm-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-sm-208,
  mat-icon.s-sm-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-sm-210,
  mat-icon.s-sm-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-sm-212,
  mat-icon.s-sm-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-sm-214,
  mat-icon.s-sm-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-sm-216,
  mat-icon.s-sm-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-sm-218,
  mat-icon.s-sm-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-sm-220,
  mat-icon.s-sm-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-sm-222,
  mat-icon.s-sm-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-sm-224,
  mat-icon.s-sm-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-sm-226,
  mat-icon.s-sm-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-sm-228,
  mat-icon.s-sm-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-sm-230,
  mat-icon.s-sm-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-sm-232,
  mat-icon.s-sm-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-sm-234,
  mat-icon.s-sm-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-sm-236,
  mat-icon.s-sm-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-sm-238,
  mat-icon.s-sm-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-sm-240,
  mat-icon.s-sm-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-sm-242,
  mat-icon.s-sm-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-sm-244,
  mat-icon.s-sm-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-sm-246,
  mat-icon.s-sm-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-sm-248,
  mat-icon.s-sm-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-sm-250,
  mat-icon.s-sm-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-sm-252,
  mat-icon.s-sm-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-sm-254,
  mat-icon.s-sm-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-sm-256,
  mat-icon.s-sm-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  i.s-md-4,
  mat-icon.s-md-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-md-6,
  mat-icon.s-md-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-md-8,
  mat-icon.s-md-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-md-10,
  mat-icon.s-md-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-md-12,
  mat-icon.s-md-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-md-14,
  mat-icon.s-md-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-md-16,
  mat-icon.s-md-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-md-18,
  mat-icon.s-md-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-md-20,
  mat-icon.s-md-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-md-22,
  mat-icon.s-md-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-md-24,
  mat-icon.s-md-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-md-26,
  mat-icon.s-md-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-md-28,
  mat-icon.s-md-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-md-30,
  mat-icon.s-md-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-md-32,
  mat-icon.s-md-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-md-34,
  mat-icon.s-md-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-md-36,
  mat-icon.s-md-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-md-38,
  mat-icon.s-md-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-md-40,
  mat-icon.s-md-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-md-42,
  mat-icon.s-md-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-md-44,
  mat-icon.s-md-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-md-46,
  mat-icon.s-md-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-md-48,
  mat-icon.s-md-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-md-50,
  mat-icon.s-md-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-md-52,
  mat-icon.s-md-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-md-54,
  mat-icon.s-md-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-md-56,
  mat-icon.s-md-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-md-58,
  mat-icon.s-md-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-md-60,
  mat-icon.s-md-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-md-62,
  mat-icon.s-md-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-md-64,
  mat-icon.s-md-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-md-66,
  mat-icon.s-md-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-md-68,
  mat-icon.s-md-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-md-70,
  mat-icon.s-md-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-md-72,
  mat-icon.s-md-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-md-74,
  mat-icon.s-md-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-md-76,
  mat-icon.s-md-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-md-78,
  mat-icon.s-md-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-md-80,
  mat-icon.s-md-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-md-82,
  mat-icon.s-md-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-md-84,
  mat-icon.s-md-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-md-86,
  mat-icon.s-md-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-md-88,
  mat-icon.s-md-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-md-90,
  mat-icon.s-md-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-md-92,
  mat-icon.s-md-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-md-94,
  mat-icon.s-md-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-md-96,
  mat-icon.s-md-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-md-98,
  mat-icon.s-md-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-md-100,
  mat-icon.s-md-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-md-102,
  mat-icon.s-md-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-md-104,
  mat-icon.s-md-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-md-106,
  mat-icon.s-md-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-md-108,
  mat-icon.s-md-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-md-110,
  mat-icon.s-md-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-md-112,
  mat-icon.s-md-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-md-114,
  mat-icon.s-md-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-md-116,
  mat-icon.s-md-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-md-118,
  mat-icon.s-md-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-md-120,
  mat-icon.s-md-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-md-122,
  mat-icon.s-md-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-md-124,
  mat-icon.s-md-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-md-126,
  mat-icon.s-md-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-md-128,
  mat-icon.s-md-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-md-130,
  mat-icon.s-md-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-md-132,
  mat-icon.s-md-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-md-134,
  mat-icon.s-md-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-md-136,
  mat-icon.s-md-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-md-138,
  mat-icon.s-md-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-md-140,
  mat-icon.s-md-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-md-142,
  mat-icon.s-md-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-md-144,
  mat-icon.s-md-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-md-146,
  mat-icon.s-md-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-md-148,
  mat-icon.s-md-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-md-150,
  mat-icon.s-md-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-md-152,
  mat-icon.s-md-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-md-154,
  mat-icon.s-md-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-md-156,
  mat-icon.s-md-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-md-158,
  mat-icon.s-md-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-md-160,
  mat-icon.s-md-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-md-162,
  mat-icon.s-md-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-md-164,
  mat-icon.s-md-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-md-166,
  mat-icon.s-md-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-md-168,
  mat-icon.s-md-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-md-170,
  mat-icon.s-md-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-md-172,
  mat-icon.s-md-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-md-174,
  mat-icon.s-md-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-md-176,
  mat-icon.s-md-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-md-178,
  mat-icon.s-md-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-md-180,
  mat-icon.s-md-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-md-182,
  mat-icon.s-md-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-md-184,
  mat-icon.s-md-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-md-186,
  mat-icon.s-md-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-md-188,
  mat-icon.s-md-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-md-190,
  mat-icon.s-md-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-md-192,
  mat-icon.s-md-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-md-194,
  mat-icon.s-md-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-md-196,
  mat-icon.s-md-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-md-198,
  mat-icon.s-md-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-md-200,
  mat-icon.s-md-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-md-202,
  mat-icon.s-md-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-md-204,
  mat-icon.s-md-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-md-206,
  mat-icon.s-md-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-md-208,
  mat-icon.s-md-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-md-210,
  mat-icon.s-md-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-md-212,
  mat-icon.s-md-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-md-214,
  mat-icon.s-md-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-md-216,
  mat-icon.s-md-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-md-218,
  mat-icon.s-md-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-md-220,
  mat-icon.s-md-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-md-222,
  mat-icon.s-md-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-md-224,
  mat-icon.s-md-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-md-226,
  mat-icon.s-md-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-md-228,
  mat-icon.s-md-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-md-230,
  mat-icon.s-md-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-md-232,
  mat-icon.s-md-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-md-234,
  mat-icon.s-md-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-md-236,
  mat-icon.s-md-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-md-238,
  mat-icon.s-md-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-md-240,
  mat-icon.s-md-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-md-242,
  mat-icon.s-md-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-md-244,
  mat-icon.s-md-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-md-246,
  mat-icon.s-md-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-md-248,
  mat-icon.s-md-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-md-250,
  mat-icon.s-md-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-md-252,
  mat-icon.s-md-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-md-254,
  mat-icon.s-md-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-md-256,
  mat-icon.s-md-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  i.s-lg-4,
  mat-icon.s-lg-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-lg-6,
  mat-icon.s-lg-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-lg-8,
  mat-icon.s-lg-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-lg-10,
  mat-icon.s-lg-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-lg-12,
  mat-icon.s-lg-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-lg-14,
  mat-icon.s-lg-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-lg-16,
  mat-icon.s-lg-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-lg-18,
  mat-icon.s-lg-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-lg-20,
  mat-icon.s-lg-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-lg-22,
  mat-icon.s-lg-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-lg-24,
  mat-icon.s-lg-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-lg-26,
  mat-icon.s-lg-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-lg-28,
  mat-icon.s-lg-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-lg-30,
  mat-icon.s-lg-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-lg-32,
  mat-icon.s-lg-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-lg-34,
  mat-icon.s-lg-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-lg-36,
  mat-icon.s-lg-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-lg-38,
  mat-icon.s-lg-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-lg-40,
  mat-icon.s-lg-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-lg-42,
  mat-icon.s-lg-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-lg-44,
  mat-icon.s-lg-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-lg-46,
  mat-icon.s-lg-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-lg-48,
  mat-icon.s-lg-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-lg-50,
  mat-icon.s-lg-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-lg-52,
  mat-icon.s-lg-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-lg-54,
  mat-icon.s-lg-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-lg-56,
  mat-icon.s-lg-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-lg-58,
  mat-icon.s-lg-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-lg-60,
  mat-icon.s-lg-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-lg-62,
  mat-icon.s-lg-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-lg-64,
  mat-icon.s-lg-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-lg-66,
  mat-icon.s-lg-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-lg-68,
  mat-icon.s-lg-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-lg-70,
  mat-icon.s-lg-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-lg-72,
  mat-icon.s-lg-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-lg-74,
  mat-icon.s-lg-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-lg-76,
  mat-icon.s-lg-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-lg-78,
  mat-icon.s-lg-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-lg-80,
  mat-icon.s-lg-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-lg-82,
  mat-icon.s-lg-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-lg-84,
  mat-icon.s-lg-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-lg-86,
  mat-icon.s-lg-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-lg-88,
  mat-icon.s-lg-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-lg-90,
  mat-icon.s-lg-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-lg-92,
  mat-icon.s-lg-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-lg-94,
  mat-icon.s-lg-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-lg-96,
  mat-icon.s-lg-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-lg-98,
  mat-icon.s-lg-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-lg-100,
  mat-icon.s-lg-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-lg-102,
  mat-icon.s-lg-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-lg-104,
  mat-icon.s-lg-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-lg-106,
  mat-icon.s-lg-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-lg-108,
  mat-icon.s-lg-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-lg-110,
  mat-icon.s-lg-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-lg-112,
  mat-icon.s-lg-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-lg-114,
  mat-icon.s-lg-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-lg-116,
  mat-icon.s-lg-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-lg-118,
  mat-icon.s-lg-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-lg-120,
  mat-icon.s-lg-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-lg-122,
  mat-icon.s-lg-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-lg-124,
  mat-icon.s-lg-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-lg-126,
  mat-icon.s-lg-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-lg-128,
  mat-icon.s-lg-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-lg-130,
  mat-icon.s-lg-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-lg-132,
  mat-icon.s-lg-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-lg-134,
  mat-icon.s-lg-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-lg-136,
  mat-icon.s-lg-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-lg-138,
  mat-icon.s-lg-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-lg-140,
  mat-icon.s-lg-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-lg-142,
  mat-icon.s-lg-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-lg-144,
  mat-icon.s-lg-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-lg-146,
  mat-icon.s-lg-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-lg-148,
  mat-icon.s-lg-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-lg-150,
  mat-icon.s-lg-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-lg-152,
  mat-icon.s-lg-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-lg-154,
  mat-icon.s-lg-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-lg-156,
  mat-icon.s-lg-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-lg-158,
  mat-icon.s-lg-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-lg-160,
  mat-icon.s-lg-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-lg-162,
  mat-icon.s-lg-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-lg-164,
  mat-icon.s-lg-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-lg-166,
  mat-icon.s-lg-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-lg-168,
  mat-icon.s-lg-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-lg-170,
  mat-icon.s-lg-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-lg-172,
  mat-icon.s-lg-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-lg-174,
  mat-icon.s-lg-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-lg-176,
  mat-icon.s-lg-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-lg-178,
  mat-icon.s-lg-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-lg-180,
  mat-icon.s-lg-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-lg-182,
  mat-icon.s-lg-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-lg-184,
  mat-icon.s-lg-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-lg-186,
  mat-icon.s-lg-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-lg-188,
  mat-icon.s-lg-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-lg-190,
  mat-icon.s-lg-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-lg-192,
  mat-icon.s-lg-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-lg-194,
  mat-icon.s-lg-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-lg-196,
  mat-icon.s-lg-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-lg-198,
  mat-icon.s-lg-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-lg-200,
  mat-icon.s-lg-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-lg-202,
  mat-icon.s-lg-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-lg-204,
  mat-icon.s-lg-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-lg-206,
  mat-icon.s-lg-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-lg-208,
  mat-icon.s-lg-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-lg-210,
  mat-icon.s-lg-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-lg-212,
  mat-icon.s-lg-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-lg-214,
  mat-icon.s-lg-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-lg-216,
  mat-icon.s-lg-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-lg-218,
  mat-icon.s-lg-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-lg-220,
  mat-icon.s-lg-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-lg-222,
  mat-icon.s-lg-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-lg-224,
  mat-icon.s-lg-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-lg-226,
  mat-icon.s-lg-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-lg-228,
  mat-icon.s-lg-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-lg-230,
  mat-icon.s-lg-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-lg-232,
  mat-icon.s-lg-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-lg-234,
  mat-icon.s-lg-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-lg-236,
  mat-icon.s-lg-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-lg-238,
  mat-icon.s-lg-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-lg-240,
  mat-icon.s-lg-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-lg-242,
  mat-icon.s-lg-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-lg-244,
  mat-icon.s-lg-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-lg-246,
  mat-icon.s-lg-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-lg-248,
  mat-icon.s-lg-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-lg-250,
  mat-icon.s-lg-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-lg-252,
  mat-icon.s-lg-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-lg-254,
  mat-icon.s-lg-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-lg-256,
  mat-icon.s-lg-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  i.s-xl-4,
  mat-icon.s-xl-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-xl-6,
  mat-icon.s-xl-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-xl-8,
  mat-icon.s-xl-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-xl-10,
  mat-icon.s-xl-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-xl-12,
  mat-icon.s-xl-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-xl-14,
  mat-icon.s-xl-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-xl-16,
  mat-icon.s-xl-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-xl-18,
  mat-icon.s-xl-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-xl-20,
  mat-icon.s-xl-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-xl-22,
  mat-icon.s-xl-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-xl-24,
  mat-icon.s-xl-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-xl-26,
  mat-icon.s-xl-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-xl-28,
  mat-icon.s-xl-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-xl-30,
  mat-icon.s-xl-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-xl-32,
  mat-icon.s-xl-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-xl-34,
  mat-icon.s-xl-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-xl-36,
  mat-icon.s-xl-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-xl-38,
  mat-icon.s-xl-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-xl-40,
  mat-icon.s-xl-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-xl-42,
  mat-icon.s-xl-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-xl-44,
  mat-icon.s-xl-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-xl-46,
  mat-icon.s-xl-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-xl-48,
  mat-icon.s-xl-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-xl-50,
  mat-icon.s-xl-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-xl-52,
  mat-icon.s-xl-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-xl-54,
  mat-icon.s-xl-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-xl-56,
  mat-icon.s-xl-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-xl-58,
  mat-icon.s-xl-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-xl-60,
  mat-icon.s-xl-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-xl-62,
  mat-icon.s-xl-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-xl-64,
  mat-icon.s-xl-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-xl-66,
  mat-icon.s-xl-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-xl-68,
  mat-icon.s-xl-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-xl-70,
  mat-icon.s-xl-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-xl-72,
  mat-icon.s-xl-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-xl-74,
  mat-icon.s-xl-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-xl-76,
  mat-icon.s-xl-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-xl-78,
  mat-icon.s-xl-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-xl-80,
  mat-icon.s-xl-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-xl-82,
  mat-icon.s-xl-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-xl-84,
  mat-icon.s-xl-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-xl-86,
  mat-icon.s-xl-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-xl-88,
  mat-icon.s-xl-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-xl-90,
  mat-icon.s-xl-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-xl-92,
  mat-icon.s-xl-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-xl-94,
  mat-icon.s-xl-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-xl-96,
  mat-icon.s-xl-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-xl-98,
  mat-icon.s-xl-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-xl-100,
  mat-icon.s-xl-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-xl-102,
  mat-icon.s-xl-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-xl-104,
  mat-icon.s-xl-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-xl-106,
  mat-icon.s-xl-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-xl-108,
  mat-icon.s-xl-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-xl-110,
  mat-icon.s-xl-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-xl-112,
  mat-icon.s-xl-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-xl-114,
  mat-icon.s-xl-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-xl-116,
  mat-icon.s-xl-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-xl-118,
  mat-icon.s-xl-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-xl-120,
  mat-icon.s-xl-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-xl-122,
  mat-icon.s-xl-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-xl-124,
  mat-icon.s-xl-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-xl-126,
  mat-icon.s-xl-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-xl-128,
  mat-icon.s-xl-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-xl-130,
  mat-icon.s-xl-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-xl-132,
  mat-icon.s-xl-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-xl-134,
  mat-icon.s-xl-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-xl-136,
  mat-icon.s-xl-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-xl-138,
  mat-icon.s-xl-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-xl-140,
  mat-icon.s-xl-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-xl-142,
  mat-icon.s-xl-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-xl-144,
  mat-icon.s-xl-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-xl-146,
  mat-icon.s-xl-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-xl-148,
  mat-icon.s-xl-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-xl-150,
  mat-icon.s-xl-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-xl-152,
  mat-icon.s-xl-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-xl-154,
  mat-icon.s-xl-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-xl-156,
  mat-icon.s-xl-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-xl-158,
  mat-icon.s-xl-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-xl-160,
  mat-icon.s-xl-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-xl-162,
  mat-icon.s-xl-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-xl-164,
  mat-icon.s-xl-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-xl-166,
  mat-icon.s-xl-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-xl-168,
  mat-icon.s-xl-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-xl-170,
  mat-icon.s-xl-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-xl-172,
  mat-icon.s-xl-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-xl-174,
  mat-icon.s-xl-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-xl-176,
  mat-icon.s-xl-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-xl-178,
  mat-icon.s-xl-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-xl-180,
  mat-icon.s-xl-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-xl-182,
  mat-icon.s-xl-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-xl-184,
  mat-icon.s-xl-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-xl-186,
  mat-icon.s-xl-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-xl-188,
  mat-icon.s-xl-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-xl-190,
  mat-icon.s-xl-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-xl-192,
  mat-icon.s-xl-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-xl-194,
  mat-icon.s-xl-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-xl-196,
  mat-icon.s-xl-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-xl-198,
  mat-icon.s-xl-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-xl-200,
  mat-icon.s-xl-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-xl-202,
  mat-icon.s-xl-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-xl-204,
  mat-icon.s-xl-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-xl-206,
  mat-icon.s-xl-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-xl-208,
  mat-icon.s-xl-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-xl-210,
  mat-icon.s-xl-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-xl-212,
  mat-icon.s-xl-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-xl-214,
  mat-icon.s-xl-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-xl-216,
  mat-icon.s-xl-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-xl-218,
  mat-icon.s-xl-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-xl-220,
  mat-icon.s-xl-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-xl-222,
  mat-icon.s-xl-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-xl-224,
  mat-icon.s-xl-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-xl-226,
  mat-icon.s-xl-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-xl-228,
  mat-icon.s-xl-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-xl-230,
  mat-icon.s-xl-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-xl-232,
  mat-icon.s-xl-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-xl-234,
  mat-icon.s-xl-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-xl-236,
  mat-icon.s-xl-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-xl-238,
  mat-icon.s-xl-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-xl-240,
  mat-icon.s-xl-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-xl-242,
  mat-icon.s-xl-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-xl-244,
  mat-icon.s-xl-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-xl-246,
  mat-icon.s-xl-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-xl-248,
  mat-icon.s-xl-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-xl-250,
  mat-icon.s-xl-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-xl-252,
  mat-icon.s-xl-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-xl-254,
  mat-icon.s-xl-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-xl-256,
  mat-icon.s-xl-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
.red-50-bg {
  background-color: #ffebee !important;
}
.red-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.red-50-fg {
  color: #ffebee !important;
}
.red-50-border {
  border-color: #ffebee !important;
}
.red-50-border-top {
  border-top-color: #ffebee !important;
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.red-50-border-left {
  border-left-color: #ffebee !important;
}
.red-100-bg {
  background-color: #ffcdd2 !important;
}
.red-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.red-100-fg {
  color: #ffcdd2 !important;
}
.red-100-border {
  border-color: #ffcdd2 !important;
}
.red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.red-200-bg {
  background-color: #ef9a9a !important;
}
.red-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.red-200-fg {
  color: #ef9a9a !important;
}
.red-200-border {
  border-color: #ef9a9a !important;
}
.red-200-border-top {
  border-top-color: #ef9a9a !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.red-200-border-left {
  border-left-color: #ef9a9a !important;
}
.red-300-bg {
  background-color: #e57373 !important;
}
.red-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.red-300-fg {
  color: #e57373 !important;
}
.red-300-border {
  border-color: #e57373 !important;
}
.red-300-border-top {
  border-top-color: #e57373 !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.red-300-border-left {
  border-left-color: #e57373 !important;
}
.red-400-bg {
  background-color: #ef5350 !important;
}
.red-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.red-400-fg {
  color: #ef5350 !important;
}
.red-400-border {
  border-color: #ef5350 !important;
}
.red-400-border-top {
  border-top-color: #ef5350 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.red-400-border-left {
  border-left-color: #ef5350 !important;
}
.red-500-bg {
  background-color: #f44336 !important;
}
.red-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-500-fg {
  color: #f44336 !important;
}
.red-500-border {
  border-color: #f44336 !important;
}
.red-500-border-top {
  border-top-color: #f44336 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-500-border-left {
  border-left-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.red {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.red-border {
  border-color: #f44336 !important;
}
.red-border-top {
  border-top-color: #f44336 !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-border-left {
  border-left-color: #f44336 !important;
}
.red-600-bg {
  background-color: #e53935 !important;
}
.red-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.red-600-fg {
  color: #e53935 !important;
}
.red-600-border {
  border-color: #e53935 !important;
}
.red-600-border-top {
  border-top-color: #e53935 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.red-600-border-left {
  border-left-color: #e53935 !important;
}
.red-700-bg {
  background-color: #d32f2f !important;
}
.red-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.red-700-fg {
  color: #d32f2f !important;
}
.red-700-border {
  border-color: #d32f2f !important;
}
.red-700-border-top {
  border-top-color: #d32f2f !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.red-700-border-left {
  border-left-color: #d32f2f !important;
}
.red-800-bg {
  background-color: #c62828 !important;
}
.red-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.red-800-fg {
  color: #c62828 !important;
}
.red-800-border {
  border-color: #c62828 !important;
}
.red-800-border-top {
  border-top-color: #c62828 !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.red-800-border-left {
  border-left-color: #c62828 !important;
}
.red-900-bg {
  background-color: #b71c1c !important;
}
.red-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.red-900-fg {
  color: #b71c1c !important;
}
.red-900-border {
  border-color: #b71c1c !important;
}
.red-900-border-top {
  border-top-color: #b71c1c !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.red-900-border-left {
  border-left-color: #b71c1c !important;
}
.red-A100-bg {
  background-color: #ff8a80 !important;
}
.red-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.red-A100-fg {
  color: #ff8a80 !important;
}
.red-A100-border {
  border-color: #ff8a80 !important;
}
.red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.red-A200-bg {
  background-color: #ff5252 !important;
}
.red-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.red-A200-fg {
  color: #ff5252 !important;
}
.red-A200-border {
  border-color: #ff5252 !important;
}
.red-A200-border-top {
  border-top-color: #ff5252 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.red-A200-border-left {
  border-left-color: #ff5252 !important;
}
.red-A400-bg {
  background-color: #ff1744 !important;
}
.red-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.red-A400-fg {
  color: #ff1744 !important;
}
.red-A400-border {
  border-color: #ff1744 !important;
}
.red-A400-border-top {
  border-top-color: #ff1744 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.red-A400-border-left {
  border-left-color: #ff1744 !important;
}
.red-A700-bg {
  background-color: #d50000 !important;
}
.red-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.red-A700-fg {
  color: #d50000 !important;
}
.red-A700-border {
  border-color: #d50000 !important;
}
.red-A700-border-top {
  border-top-color: #d50000 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.red-A700-border-left {
  border-left-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #ffebee !important;
}
.pink-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.pink-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.pink-50-fg {
  color: #ffebee !important;
}
.pink-50-border {
  border-color: #ffebee !important;
}
.pink-50-border-top {
  border-top-color: #ffebee !important;
}
.pink-50-border-right {
  border-right-color: #ffebee !important;
}
.pink-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.pink-50-border-left {
  border-left-color: #ffebee !important;
}
.pink-100-bg {
  background-color: #ffcdd2 !important;
}
.pink-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.pink-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.pink-100-fg {
  color: #ffcdd2 !important;
}
.pink-100-border {
  border-color: #ffcdd2 !important;
}
.pink-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.pink-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.pink-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.pink-200-bg {
  background-color: #ef9a9a !important;
}
.pink-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.pink-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.pink-200-fg {
  color: #ef9a9a !important;
}
.pink-200-border {
  border-color: #ef9a9a !important;
}
.pink-200-border-top {
  border-top-color: #ef9a9a !important;
}
.pink-200-border-right {
  border-right-color: #ef9a9a !important;
}
.pink-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.pink-200-border-left {
  border-left-color: #ef9a9a !important;
}
.pink-300-bg {
  background-color: #e57373 !important;
}
.pink-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.pink-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.pink-300-fg {
  color: #e57373 !important;
}
.pink-300-border {
  border-color: #e57373 !important;
}
.pink-300-border-top {
  border-top-color: #e57373 !important;
}
.pink-300-border-right {
  border-right-color: #e57373 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.pink-300-border-left {
  border-left-color: #e57373 !important;
}
.pink-400-bg {
  background-color: #ef5350 !important;
}
.pink-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.pink-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.pink-400-fg {
  color: #ef5350 !important;
}
.pink-400-border {
  border-color: #ef5350 !important;
}
.pink-400-border-top {
  border-top-color: #ef5350 !important;
}
.pink-400-border-right {
  border-right-color: #ef5350 !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.pink-400-border-left {
  border-left-color: #ef5350 !important;
}
.pink-500-bg {
  background-color: #f44336 !important;
}
.pink-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-500-fg {
  color: #f44336 !important;
}
.pink-500-border {
  border-color: #f44336 !important;
}
.pink-500-border-top {
  border-top-color: #f44336 !important;
}
.pink-500-border-right {
  border-right-color: #f44336 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-500-border-left {
  border-left-color: #f44336 !important;
}
.pink-bg {
  background-color: #f44336 !important;
}
.pink {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.pink[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.pink-fg {
  color: #f44336 !important;
}
.pink-border {
  border-color: #f44336 !important;
}
.pink-border-top {
  border-top-color: #f44336 !important;
}
.pink-border-right {
  border-right-color: #f44336 !important;
}
.pink-border-bottom {
  border-bottom-color: #f44336 !important;
}
.pink-border-left {
  border-left-color: #f44336 !important;
}
.pink-600-bg {
  background-color: #e53935 !important;
}
.pink-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.pink-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.pink-600-fg {
  color: #e53935 !important;
}
.pink-600-border {
  border-color: #e53935 !important;
}
.pink-600-border-top {
  border-top-color: #e53935 !important;
}
.pink-600-border-right {
  border-right-color: #e53935 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.pink-600-border-left {
  border-left-color: #e53935 !important;
}
.pink-700-bg {
  background-color: #d32f2f !important;
}
.pink-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.pink-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.pink-700-fg {
  color: #d32f2f !important;
}
.pink-700-border {
  border-color: #d32f2f !important;
}
.pink-700-border-top {
  border-top-color: #d32f2f !important;
}
.pink-700-border-right {
  border-right-color: #d32f2f !important;
}
.pink-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.pink-700-border-left {
  border-left-color: #d32f2f !important;
}
.pink-800-bg {
  background-color: #c62828 !important;
}
.pink-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.pink-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.pink-800-fg {
  color: #c62828 !important;
}
.pink-800-border {
  border-color: #c62828 !important;
}
.pink-800-border-top {
  border-top-color: #c62828 !important;
}
.pink-800-border-right {
  border-right-color: #c62828 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.pink-800-border-left {
  border-left-color: #c62828 !important;
}
.pink-900-bg {
  background-color: #b71c1c !important;
}
.pink-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.pink-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.pink-900-fg {
  color: #b71c1c !important;
}
.pink-900-border {
  border-color: #b71c1c !important;
}
.pink-900-border-top {
  border-top-color: #b71c1c !important;
}
.pink-900-border-right {
  border-right-color: #b71c1c !important;
}
.pink-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.pink-900-border-left {
  border-left-color: #b71c1c !important;
}
.pink-A100-bg {
  background-color: #ff8a80 !important;
}
.pink-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.pink-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.pink-A100-fg {
  color: #ff8a80 !important;
}
.pink-A100-border {
  border-color: #ff8a80 !important;
}
.pink-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.pink-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.pink-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.pink-A200-bg {
  background-color: #ff5252 !important;
}
.pink-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.pink-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.pink-A200-fg {
  color: #ff5252 !important;
}
.pink-A200-border {
  border-color: #ff5252 !important;
}
.pink-A200-border-top {
  border-top-color: #ff5252 !important;
}
.pink-A200-border-right {
  border-right-color: #ff5252 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.pink-A200-border-left {
  border-left-color: #ff5252 !important;
}
.pink-A400-bg {
  background-color: #ff1744 !important;
}
.pink-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.pink-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.pink-A400-fg {
  color: #ff1744 !important;
}
.pink-A400-border {
  border-color: #ff1744 !important;
}
.pink-A400-border-top {
  border-top-color: #ff1744 !important;
}
.pink-A400-border-right {
  border-right-color: #ff1744 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.pink-A400-border-left {
  border-left-color: #ff1744 !important;
}
.pink-A700-bg {
  background-color: #d50000 !important;
}
.pink-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.pink-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.pink-A700-fg {
  color: #d50000 !important;
}
.pink-A700-border {
  border-color: #d50000 !important;
}
.pink-A700-border-top {
  border-top-color: #d50000 !important;
}
.pink-A700-border-right {
  border-right-color: #d50000 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.pink-A700-border-left {
  border-left-color: #d50000 !important;
}
.purple-50-bg {
  background-color: #ffebee !important;
}
.purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.purple-50-fg {
  color: #ffebee !important;
}
.purple-50-border {
  border-color: #ffebee !important;
}
.purple-50-border-top {
  border-top-color: #ffebee !important;
}
.purple-50-border-right {
  border-right-color: #ffebee !important;
}
.purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.purple-50-border-left {
  border-left-color: #ffebee !important;
}
.purple-100-bg {
  background-color: #ffcdd2 !important;
}
.purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.purple-100-fg {
  color: #ffcdd2 !important;
}
.purple-100-border {
  border-color: #ffcdd2 !important;
}
.purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.purple-200-bg {
  background-color: #ef9a9a !important;
}
.purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.purple-200-fg {
  color: #ef9a9a !important;
}
.purple-200-border {
  border-color: #ef9a9a !important;
}
.purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.purple-300-bg {
  background-color: #e57373 !important;
}
.purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.purple-300-fg {
  color: #e57373 !important;
}
.purple-300-border {
  border-color: #e57373 !important;
}
.purple-300-border-top {
  border-top-color: #e57373 !important;
}
.purple-300-border-right {
  border-right-color: #e57373 !important;
}
.purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.purple-300-border-left {
  border-left-color: #e57373 !important;
}
.purple-400-bg {
  background-color: #ef5350 !important;
}
.purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.purple-400-fg {
  color: #ef5350 !important;
}
.purple-400-border {
  border-color: #ef5350 !important;
}
.purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.purple-500-bg {
  background-color: #f44336 !important;
}
.purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-500-fg {
  color: #f44336 !important;
}
.purple-500-border {
  border-color: #f44336 !important;
}
.purple-500-border-top {
  border-top-color: #f44336 !important;
}
.purple-500-border-right {
  border-right-color: #f44336 !important;
}
.purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-500-border-left {
  border-left-color: #f44336 !important;
}
.purple-bg {
  background-color: #f44336 !important;
}
.purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.purple-fg {
  color: #f44336 !important;
}
.purple-border {
  border-color: #f44336 !important;
}
.purple-border-top {
  border-top-color: #f44336 !important;
}
.purple-border-right {
  border-right-color: #f44336 !important;
}
.purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.purple-border-left {
  border-left-color: #f44336 !important;
}
.purple-600-bg {
  background-color: #e53935 !important;
}
.purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.purple-600-fg {
  color: #e53935 !important;
}
.purple-600-border {
  border-color: #e53935 !important;
}
.purple-600-border-top {
  border-top-color: #e53935 !important;
}
.purple-600-border-right {
  border-right-color: #e53935 !important;
}
.purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.purple-600-border-left {
  border-left-color: #e53935 !important;
}
.purple-700-bg {
  background-color: #d32f2f !important;
}
.purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.purple-700-fg {
  color: #d32f2f !important;
}
.purple-700-border {
  border-color: #d32f2f !important;
}
.purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.purple-800-bg {
  background-color: #c62828 !important;
}
.purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.purple-800-fg {
  color: #c62828 !important;
}
.purple-800-border {
  border-color: #c62828 !important;
}
.purple-800-border-top {
  border-top-color: #c62828 !important;
}
.purple-800-border-right {
  border-right-color: #c62828 !important;
}
.purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.purple-800-border-left {
  border-left-color: #c62828 !important;
}
.purple-900-bg {
  background-color: #b71c1c !important;
}
.purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.purple-900-fg {
  color: #b71c1c !important;
}
.purple-900-border {
  border-color: #b71c1c !important;
}
.purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.purple-A100-bg {
  background-color: #ff8a80 !important;
}
.purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.purple-A100-fg {
  color: #ff8a80 !important;
}
.purple-A100-border {
  border-color: #ff8a80 !important;
}
.purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.purple-A200-bg {
  background-color: #ff5252 !important;
}
.purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.purple-A200-fg {
  color: #ff5252 !important;
}
.purple-A200-border {
  border-color: #ff5252 !important;
}
.purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.purple-A400-bg {
  background-color: #ff1744 !important;
}
.purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.purple-A400-fg {
  color: #ff1744 !important;
}
.purple-A400-border {
  border-color: #ff1744 !important;
}
.purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.purple-A700-bg {
  background-color: #d50000 !important;
}
.purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.purple-A700-fg {
  color: #d50000 !important;
}
.purple-A700-border {
  border-color: #d50000 !important;
}
.purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.deep-purple-50-bg {
  background-color: #ffebee !important;
}
.deep-purple-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-purple-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-purple-50-fg {
  color: #ffebee !important;
}
.deep-purple-50-border {
  border-color: #ffebee !important;
}
.deep-purple-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-purple-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-purple-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-purple-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-purple-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-purple-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-purple-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-purple-100-fg {
  color: #ffcdd2 !important;
}
.deep-purple-100-border {
  border-color: #ffcdd2 !important;
}
.deep-purple-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-purple-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-purple-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-purple-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-purple-200-bg {
  background-color: #ef9a9a !important;
}
.deep-purple-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-purple-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-purple-200-fg {
  color: #ef9a9a !important;
}
.deep-purple-200-border {
  border-color: #ef9a9a !important;
}
.deep-purple-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-purple-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-purple-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-purple-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-purple-300-bg {
  background-color: #e57373 !important;
}
.deep-purple-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-purple-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-purple-300-fg {
  color: #e57373 !important;
}
.deep-purple-300-border {
  border-color: #e57373 !important;
}
.deep-purple-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-purple-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-purple-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-purple-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-purple-400-bg {
  background-color: #ef5350 !important;
}
.deep-purple-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-purple-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-purple-400-fg {
  color: #ef5350 !important;
}
.deep-purple-400-border {
  border-color: #ef5350 !important;
}
.deep-purple-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-purple-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-purple-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-purple-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-purple-500-bg {
  background-color: #f44336 !important;
}
.deep-purple-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-500-fg {
  color: #f44336 !important;
}
.deep-purple-500-border {
  border-color: #f44336 !important;
}
.deep-purple-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-bg {
  background-color: #f44336 !important;
}
.deep-purple {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-purple[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-purple-fg {
  color: #f44336 !important;
}
.deep-purple-border {
  border-color: #f44336 !important;
}
.deep-purple-border-top {
  border-top-color: #f44336 !important;
}
.deep-purple-border-right {
  border-right-color: #f44336 !important;
}
.deep-purple-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-purple-border-left {
  border-left-color: #f44336 !important;
}
.deep-purple-600-bg {
  background-color: #e53935 !important;
}
.deep-purple-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-purple-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-purple-600-fg {
  color: #e53935 !important;
}
.deep-purple-600-border {
  border-color: #e53935 !important;
}
.deep-purple-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-purple-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-purple-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-purple-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-purple-700-bg {
  background-color: #d32f2f !important;
}
.deep-purple-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-purple-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-purple-700-fg {
  color: #d32f2f !important;
}
.deep-purple-700-border {
  border-color: #d32f2f !important;
}
.deep-purple-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-purple-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-purple-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-purple-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-purple-800-bg {
  background-color: #c62828 !important;
}
.deep-purple-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-purple-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-purple-800-fg {
  color: #c62828 !important;
}
.deep-purple-800-border {
  border-color: #c62828 !important;
}
.deep-purple-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-purple-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-purple-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-purple-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-purple-900-bg {
  background-color: #b71c1c !important;
}
.deep-purple-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-purple-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-purple-900-fg {
  color: #b71c1c !important;
}
.deep-purple-900-border {
  border-color: #b71c1c !important;
}
.deep-purple-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-purple-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-purple-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-purple-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-purple-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-purple-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-purple-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-purple-A100-fg {
  color: #ff8a80 !important;
}
.deep-purple-A100-border {
  border-color: #ff8a80 !important;
}
.deep-purple-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-purple-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-purple-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-purple-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-purple-A200-bg {
  background-color: #ff5252 !important;
}
.deep-purple-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-purple-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-purple-A200-fg {
  color: #ff5252 !important;
}
.deep-purple-A200-border {
  border-color: #ff5252 !important;
}
.deep-purple-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-purple-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-purple-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-purple-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-purple-A400-bg {
  background-color: #ff1744 !important;
}
.deep-purple-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-purple-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-purple-A400-fg {
  color: #ff1744 !important;
}
.deep-purple-A400-border {
  border-color: #ff1744 !important;
}
.deep-purple-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-purple-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-purple-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-purple-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-purple-A700-bg {
  background-color: #d50000 !important;
}
.deep-purple-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-purple-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-purple-A700-fg {
  color: #d50000 !important;
}
.deep-purple-A700-border {
  border-color: #d50000 !important;
}
.deep-purple-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-purple-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-purple-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-purple-A700-border-left {
  border-left-color: #d50000 !important;
}
.indigo-50-bg {
  background-color: #ffebee !important;
}
.indigo-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.indigo-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.indigo-50-fg {
  color: #ffebee !important;
}
.indigo-50-border {
  border-color: #ffebee !important;
}
.indigo-50-border-top {
  border-top-color: #ffebee !important;
}
.indigo-50-border-right {
  border-right-color: #ffebee !important;
}
.indigo-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.indigo-50-border-left {
  border-left-color: #ffebee !important;
}
.indigo-100-bg {
  background-color: #ffcdd2 !important;
}
.indigo-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.indigo-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.indigo-100-fg {
  color: #ffcdd2 !important;
}
.indigo-100-border {
  border-color: #ffcdd2 !important;
}
.indigo-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.indigo-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.indigo-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.indigo-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.indigo-200-bg {
  background-color: #ef9a9a !important;
}
.indigo-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.indigo-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.indigo-200-fg {
  color: #ef9a9a !important;
}
.indigo-200-border {
  border-color: #ef9a9a !important;
}
.indigo-200-border-top {
  border-top-color: #ef9a9a !important;
}
.indigo-200-border-right {
  border-right-color: #ef9a9a !important;
}
.indigo-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.indigo-200-border-left {
  border-left-color: #ef9a9a !important;
}
.indigo-300-bg {
  background-color: #e57373 !important;
}
.indigo-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.indigo-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.indigo-300-fg {
  color: #e57373 !important;
}
.indigo-300-border {
  border-color: #e57373 !important;
}
.indigo-300-border-top {
  border-top-color: #e57373 !important;
}
.indigo-300-border-right {
  border-right-color: #e57373 !important;
}
.indigo-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.indigo-300-border-left {
  border-left-color: #e57373 !important;
}
.indigo-400-bg {
  background-color: #ef5350 !important;
}
.indigo-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.indigo-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.indigo-400-fg {
  color: #ef5350 !important;
}
.indigo-400-border {
  border-color: #ef5350 !important;
}
.indigo-400-border-top {
  border-top-color: #ef5350 !important;
}
.indigo-400-border-right {
  border-right-color: #ef5350 !important;
}
.indigo-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.indigo-400-border-left {
  border-left-color: #ef5350 !important;
}
.indigo-500-bg {
  background-color: #f44336 !important;
}
.indigo-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-500-fg {
  color: #f44336 !important;
}
.indigo-500-border {
  border-color: #f44336 !important;
}
.indigo-500-border-top {
  border-top-color: #f44336 !important;
}
.indigo-500-border-right {
  border-right-color: #f44336 !important;
}
.indigo-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-500-border-left {
  border-left-color: #f44336 !important;
}
.indigo-bg {
  background-color: #f44336 !important;
}
.indigo {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.indigo[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.indigo-fg {
  color: #f44336 !important;
}
.indigo-border {
  border-color: #f44336 !important;
}
.indigo-border-top {
  border-top-color: #f44336 !important;
}
.indigo-border-right {
  border-right-color: #f44336 !important;
}
.indigo-border-bottom {
  border-bottom-color: #f44336 !important;
}
.indigo-border-left {
  border-left-color: #f44336 !important;
}
.indigo-600-bg {
  background-color: #e53935 !important;
}
.indigo-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.indigo-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.indigo-600-fg {
  color: #e53935 !important;
}
.indigo-600-border {
  border-color: #e53935 !important;
}
.indigo-600-border-top {
  border-top-color: #e53935 !important;
}
.indigo-600-border-right {
  border-right-color: #e53935 !important;
}
.indigo-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.indigo-600-border-left {
  border-left-color: #e53935 !important;
}
.indigo-700-bg {
  background-color: #d32f2f !important;
}
.indigo-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.indigo-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.indigo-700-fg {
  color: #d32f2f !important;
}
.indigo-700-border {
  border-color: #d32f2f !important;
}
.indigo-700-border-top {
  border-top-color: #d32f2f !important;
}
.indigo-700-border-right {
  border-right-color: #d32f2f !important;
}
.indigo-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.indigo-700-border-left {
  border-left-color: #d32f2f !important;
}
.indigo-800-bg {
  background-color: #c62828 !important;
}
.indigo-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.indigo-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.indigo-800-fg {
  color: #c62828 !important;
}
.indigo-800-border {
  border-color: #c62828 !important;
}
.indigo-800-border-top {
  border-top-color: #c62828 !important;
}
.indigo-800-border-right {
  border-right-color: #c62828 !important;
}
.indigo-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.indigo-800-border-left {
  border-left-color: #c62828 !important;
}
.indigo-900-bg {
  background-color: #b71c1c !important;
}
.indigo-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.indigo-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.indigo-900-fg {
  color: #b71c1c !important;
}
.indigo-900-border {
  border-color: #b71c1c !important;
}
.indigo-900-border-top {
  border-top-color: #b71c1c !important;
}
.indigo-900-border-right {
  border-right-color: #b71c1c !important;
}
.indigo-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.indigo-900-border-left {
  border-left-color: #b71c1c !important;
}
.indigo-A100-bg {
  background-color: #ff8a80 !important;
}
.indigo-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.indigo-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.indigo-A100-fg {
  color: #ff8a80 !important;
}
.indigo-A100-border {
  border-color: #ff8a80 !important;
}
.indigo-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.indigo-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.indigo-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.indigo-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.indigo-A200-bg {
  background-color: #ff5252 !important;
}
.indigo-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.indigo-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.indigo-A200-fg {
  color: #ff5252 !important;
}
.indigo-A200-border {
  border-color: #ff5252 !important;
}
.indigo-A200-border-top {
  border-top-color: #ff5252 !important;
}
.indigo-A200-border-right {
  border-right-color: #ff5252 !important;
}
.indigo-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.indigo-A200-border-left {
  border-left-color: #ff5252 !important;
}
.indigo-A400-bg {
  background-color: #ff1744 !important;
}
.indigo-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.indigo-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.indigo-A400-fg {
  color: #ff1744 !important;
}
.indigo-A400-border {
  border-color: #ff1744 !important;
}
.indigo-A400-border-top {
  border-top-color: #ff1744 !important;
}
.indigo-A400-border-right {
  border-right-color: #ff1744 !important;
}
.indigo-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.indigo-A400-border-left {
  border-left-color: #ff1744 !important;
}
.indigo-A700-bg {
  background-color: #d50000 !important;
}
.indigo-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.indigo-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.indigo-A700-fg {
  color: #d50000 !important;
}
.indigo-A700-border {
  border-color: #d50000 !important;
}
.indigo-A700-border-top {
  border-top-color: #d50000 !important;
}
.indigo-A700-border-right {
  border-right-color: #d50000 !important;
}
.indigo-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.indigo-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-50-bg {
  background-color: #e3f2fd !important;
}
.blue-50 {
  background-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(227, 242, 253, 0.26) !important;
}
.blue-50-fg {
  color: #e3f2fd !important;
}
.blue-50-border {
  border-color: #e3f2fd !important;
}
.blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
.blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
.blue-100-bg {
  background-color: #bbdefb !important;
}
.blue-100 {
  background-color: #bbdefb !important;
  color: #bbdefb !important;
}
.blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(187, 222, 251, 0.26) !important;
}
.blue-100-fg {
  color: #bbdefb !important;
}
.blue-100-border {
  border-color: #bbdefb !important;
}
.blue-100-border-top {
  border-top-color: #bbdefb !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
.blue-100-border-left {
  border-left-color: #bbdefb !important;
}
.blue-200-bg {
  background-color: #90caf9 !important;
}
.blue-200 {
  background-color: #90caf9 !important;
  color: #90caf9 !important;
}
.blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(144, 202, 249, 0.26) !important;
}
.blue-200-fg {
  color: #90caf9 !important;
}
.blue-200-border {
  border-color: #90caf9 !important;
}
.blue-200-border-top {
  border-top-color: #90caf9 !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
.blue-200-border-left {
  border-left-color: #90caf9 !important;
}
.blue-300-bg {
  background-color: #64b5f6 !important;
}
.blue-300 {
  background-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(100, 181, 246, 0.26) !important;
}
.blue-300-fg {
  color: #64b5f6 !important;
}
.blue-300-border {
  border-color: #64b5f6 !important;
}
.blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
.blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
.blue-400-bg {
  background-color: #42a5f5 !important;
}
.blue-400 {
  background-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(66, 165, 245, 0.26) !important;
}
.blue-400-fg {
  color: #42a5f5 !important;
}
.blue-400-border {
  border-color: #42a5f5 !important;
}
.blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
.blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
.blue-500-bg {
  background-color: #2196f3 !important;
}
.blue-500 {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-500-fg {
  color: #2196f3 !important;
}
.blue-500-border {
  border-color: #2196f3 !important;
}
.blue-500-border-top {
  border-top-color: #2196f3 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-500-border-left {
  border-left-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.blue {
  background-color: #2196f3 !important;
  color: #2196f3 !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(33, 150, 243, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.blue-border {
  border-color: #2196f3 !important;
}
.blue-border-top {
  border-top-color: #2196f3 !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-border-left {
  border-left-color: #2196f3 !important;
}
.blue-600-bg {
  background-color: #1e88e5 !important;
}
.blue-600 {
  background-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(30, 136, 229, 0.26) !important;
}
.blue-600-fg {
  color: #1e88e5 !important;
}
.blue-600-border {
  border-color: #1e88e5 !important;
}
.blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
.blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
.blue-700-bg {
  background-color: #1976d2 !important;
}
.blue-700 {
  background-color: #1976d2 !important;
  color: #1976d2 !important;
}
.blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(25, 118, 210, 0.26) !important;
}
.blue-700-fg {
  color: #1976d2 !important;
}
.blue-700-border {
  border-color: #1976d2 !important;
}
.blue-700-border-top {
  border-top-color: #1976d2 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
.blue-700-border-left {
  border-left-color: #1976d2 !important;
}
.blue-800-bg {
  background-color: #1565c0 !important;
}
.blue-800 {
  background-color: #1565c0 !important;
  color: #1565c0 !important;
}
.blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(21, 101, 192, 0.26) !important;
}
.blue-800-fg {
  color: #1565c0 !important;
}
.blue-800-border {
  border-color: #1565c0 !important;
}
.blue-800-border-top {
  border-top-color: #1565c0 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
.blue-800-border-left {
  border-left-color: #1565c0 !important;
}
.blue-900-bg {
  background-color: #0d47a1 !important;
}
.blue-900 {
  background-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(13, 71, 161, 0.26) !important;
}
.blue-900-fg {
  color: #0d47a1 !important;
}
.blue-900-border {
  border-color: #0d47a1 !important;
}
.blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
.blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
.blue-A100-bg {
  background-color: #82b1ff !important;
}
.blue-A100 {
  background-color: #82b1ff !important;
  color: #82b1ff !important;
}
.blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(130, 177, 255, 0.26) !important;
}
.blue-A100-fg {
  color: #82b1ff !important;
}
.blue-A100-border {
  border-color: #82b1ff !important;
}
.blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
.blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
.blue-A200-bg {
  background-color: #448aff !important;
}
.blue-A200 {
  background-color: #448aff !important;
  color: #448aff !important;
}
.blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(68, 138, 255, 0.26) !important;
}
.blue-A200-fg {
  color: #448aff !important;
}
.blue-A200-border {
  border-color: #448aff !important;
}
.blue-A200-border-top {
  border-top-color: #448aff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
.blue-A200-border-left {
  border-left-color: #448aff !important;
}
.blue-A400-bg {
  background-color: #2979ff !important;
}
.blue-A400 {
  background-color: #2979ff !important;
  color: #2979ff !important;
}
.blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(41, 121, 255, 0.26) !important;
}
.blue-A400-fg {
  color: #2979ff !important;
}
.blue-A400-border {
  border-color: #2979ff !important;
}
.blue-A400-border-top {
  border-top-color: #2979ff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
.blue-A400-border-left {
  border-left-color: #2979ff !important;
}
.blue-A700-bg {
  background-color: #2962ff !important;
}
.blue-A700 {
  background-color: #2962ff !important;
  color: #2962ff !important;
}
.blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(41, 98, 255, 0.26) !important;
}
.blue-A700-fg {
  color: #2962ff !important;
}
.blue-A700-border {
  border-color: #2962ff !important;
}
.blue-A700-border-top {
  border-top-color: #2962ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
.blue-A700-border-left {
  border-left-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #ffebee !important;
}
.light-blue-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-blue-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-blue-50-fg {
  color: #ffebee !important;
}
.light-blue-50-border {
  border-color: #ffebee !important;
}
.light-blue-50-border-top {
  border-top-color: #ffebee !important;
}
.light-blue-50-border-right {
  border-right-color: #ffebee !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-blue-50-border-left {
  border-left-color: #ffebee !important;
}
.light-blue-100-bg {
  background-color: #ffcdd2 !important;
}
.light-blue-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-blue-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-blue-100-fg {
  color: #ffcdd2 !important;
}
.light-blue-100-border {
  border-color: #ffcdd2 !important;
}
.light-blue-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-blue-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-blue-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-blue-200-bg {
  background-color: #ef9a9a !important;
}
.light-blue-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-blue-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-blue-200-fg {
  color: #ef9a9a !important;
}
.light-blue-200-border {
  border-color: #ef9a9a !important;
}
.light-blue-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-blue-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-blue-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-blue-300-bg {
  background-color: #e57373 !important;
}
.light-blue-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-blue-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-blue-300-fg {
  color: #e57373 !important;
}
.light-blue-300-border {
  border-color: #e57373 !important;
}
.light-blue-300-border-top {
  border-top-color: #e57373 !important;
}
.light-blue-300-border-right {
  border-right-color: #e57373 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-blue-300-border-left {
  border-left-color: #e57373 !important;
}
.light-blue-400-bg {
  background-color: #ef5350 !important;
}
.light-blue-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-blue-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-blue-400-fg {
  color: #ef5350 !important;
}
.light-blue-400-border {
  border-color: #ef5350 !important;
}
.light-blue-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-blue-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-blue-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-blue-500-bg {
  background-color: #f44336 !important;
}
.light-blue-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-500-fg {
  color: #f44336 !important;
}
.light-blue-500-border {
  border-color: #f44336 !important;
}
.light-blue-500-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-500-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-500-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-bg {
  background-color: #f44336 !important;
}
.light-blue {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-blue[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-blue-fg {
  color: #f44336 !important;
}
.light-blue-border {
  border-color: #f44336 !important;
}
.light-blue-border-top {
  border-top-color: #f44336 !important;
}
.light-blue-border-right {
  border-right-color: #f44336 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-blue-border-left {
  border-left-color: #f44336 !important;
}
.light-blue-600-bg {
  background-color: #e53935 !important;
}
.light-blue-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-blue-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-blue-600-fg {
  color: #e53935 !important;
}
.light-blue-600-border {
  border-color: #e53935 !important;
}
.light-blue-600-border-top {
  border-top-color: #e53935 !important;
}
.light-blue-600-border-right {
  border-right-color: #e53935 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-blue-600-border-left {
  border-left-color: #e53935 !important;
}
.light-blue-700-bg {
  background-color: #d32f2f !important;
}
.light-blue-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-blue-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-blue-700-fg {
  color: #d32f2f !important;
}
.light-blue-700-border {
  border-color: #d32f2f !important;
}
.light-blue-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-blue-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-blue-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-blue-800-bg {
  background-color: #c62828 !important;
}
.light-blue-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-blue-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-blue-800-fg {
  color: #c62828 !important;
}
.light-blue-800-border {
  border-color: #c62828 !important;
}
.light-blue-800-border-top {
  border-top-color: #c62828 !important;
}
.light-blue-800-border-right {
  border-right-color: #c62828 !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-blue-800-border-left {
  border-left-color: #c62828 !important;
}
.light-blue-900-bg {
  background-color: #b71c1c !important;
}
.light-blue-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-blue-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-blue-900-fg {
  color: #b71c1c !important;
}
.light-blue-900-border {
  border-color: #b71c1c !important;
}
.light-blue-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-blue-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-blue-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-blue-A100-bg {
  background-color: #ff8a80 !important;
}
.light-blue-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-blue-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-blue-A100-fg {
  color: #ff8a80 !important;
}
.light-blue-A100-border {
  border-color: #ff8a80 !important;
}
.light-blue-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-blue-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-blue-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-blue-A200-bg {
  background-color: #ff5252 !important;
}
.light-blue-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-blue-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-blue-A200-fg {
  color: #ff5252 !important;
}
.light-blue-A200-border {
  border-color: #ff5252 !important;
}
.light-blue-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-blue-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-blue-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-blue-A400-bg {
  background-color: #ff1744 !important;
}
.light-blue-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-blue-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-blue-A400-fg {
  color: #ff1744 !important;
}
.light-blue-A400-border {
  border-color: #ff1744 !important;
}
.light-blue-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-blue-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-blue-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-blue-A700-bg {
  background-color: #d50000 !important;
}
.light-blue-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-blue-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-blue-A700-fg {
  color: #d50000 !important;
}
.light-blue-A700-border {
  border-color: #d50000 !important;
}
.light-blue-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-blue-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-blue-A700-border-left {
  border-left-color: #d50000 !important;
}
.cyan-50-bg {
  background-color: #e0f7fa !important;
}
.cyan-50 {
  background-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(224, 247, 250, 0.26) !important;
}
.cyan-50-fg {
  color: #e0f7fa !important;
}
.cyan-50-border {
  border-color: #e0f7fa !important;
}
.cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
.cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
.cyan-100-bg {
  background-color: #b2ebf2 !important;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(178, 235, 242, 0.26) !important;
}
.cyan-100-fg {
  color: #b2ebf2 !important;
}
.cyan-100-border {
  border-color: #b2ebf2 !important;
}
.cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
.cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
.cyan-200-bg {
  background-color: #80deea !important;
}
.cyan-200 {
  background-color: #80deea !important;
  color: #80deea !important;
}
.cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(128, 222, 234, 0.26) !important;
}
.cyan-200-fg {
  color: #80deea !important;
}
.cyan-200-border {
  border-color: #80deea !important;
}
.cyan-200-border-top {
  border-top-color: #80deea !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
.cyan-200-border-left {
  border-left-color: #80deea !important;
}
.cyan-300-bg {
  background-color: #4dd0e1 !important;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(77, 208, 225, 0.26) !important;
}
.cyan-300-fg {
  color: #4dd0e1 !important;
}
.cyan-300-border {
  border-color: #4dd0e1 !important;
}
.cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
.cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
.cyan-400-bg {
  background-color: #26c6da !important;
}
.cyan-400 {
  background-color: #26c6da !important;
  color: #26c6da !important;
}
.cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(38, 198, 218, 0.26) !important;
}
.cyan-400-fg {
  color: #26c6da !important;
}
.cyan-400-border {
  border-color: #26c6da !important;
}
.cyan-400-border-top {
  border-top-color: #26c6da !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
.cyan-400-border-left {
  border-left-color: #26c6da !important;
}
.cyan-500-bg {
  background-color: #00bcd4 !important;
}
.cyan-500 {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-500-fg {
  color: #00bcd4 !important;
}
.cyan-500-border {
  border-color: #00bcd4 !important;
}
.cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-bg {
  background-color: #00bcd4 !important;
}
.cyan {
  background-color: #00bcd4 !important;
  color: #00bcd4 !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(0, 188, 212, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.cyan-border {
  border-color: #00bcd4 !important;
}
.cyan-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-600-bg {
  background-color: #00acc1 !important;
}
.cyan-600 {
  background-color: #00acc1 !important;
  color: #00acc1 !important;
}
.cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(0, 172, 193, 0.26) !important;
}
.cyan-600-fg {
  color: #00acc1 !important;
}
.cyan-600-border {
  border-color: #00acc1 !important;
}
.cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
.cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
.cyan-700-bg {
  background-color: #0097a7 !important;
}
.cyan-700 {
  background-color: #0097a7 !important;
  color: #0097a7 !important;
}
.cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(0, 151, 167, 0.26) !important;
}
.cyan-700-fg {
  color: #0097a7 !important;
}
.cyan-700-border {
  border-color: #0097a7 !important;
}
.cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
.cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
.cyan-800-bg {
  background-color: #00838f !important;
}
.cyan-800 {
  background-color: #00838f !important;
  color: #00838f !important;
}
.cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(0, 131, 143, 0.26) !important;
}
.cyan-800-fg {
  color: #00838f !important;
}
.cyan-800-border {
  border-color: #00838f !important;
}
.cyan-800-border-top {
  border-top-color: #00838f !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
.cyan-800-border-left {
  border-left-color: #00838f !important;
}
.cyan-900-bg {
  background-color: #006064 !important;
}
.cyan-900 {
  background-color: #006064 !important;
  color: #006064 !important;
}
.cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(0, 96, 100, 0.26) !important;
}
.cyan-900-fg {
  color: #006064 !important;
}
.cyan-900-border {
  border-color: #006064 !important;
}
.cyan-900-border-top {
  border-top-color: #006064 !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
.cyan-900-border-left {
  border-left-color: #006064 !important;
}
.cyan-A100-bg {
  background-color: #84ffff !important;
}
.cyan-A100 {
  background-color: #84ffff !important;
  color: #84ffff !important;
}
.cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(132, 255, 255, 0.26) !important;
}
.cyan-A100-fg {
  color: #84ffff !important;
}
.cyan-A100-border {
  border-color: #84ffff !important;
}
.cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
.cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
.cyan-A200-bg {
  background-color: #18ffff !important;
}
.cyan-A200 {
  background-color: #18ffff !important;
  color: #18ffff !important;
}
.cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(24, 255, 255, 0.26) !important;
}
.cyan-A200-fg {
  color: #18ffff !important;
}
.cyan-A200-border {
  border-color: #18ffff !important;
}
.cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
.cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
.cyan-A400-bg {
  background-color: #00e5ff !important;
}
.cyan-A400 {
  background-color: #00e5ff !important;
  color: #00e5ff !important;
}
.cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 229, 255, 0.26) !important;
}
.cyan-A400-fg {
  color: #00e5ff !important;
}
.cyan-A400-border {
  border-color: #00e5ff !important;
}
.cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
.cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
.cyan-A700-bg {
  background-color: #00b8d4 !important;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 184, 212, 0.26) !important;
}
.cyan-A700-fg {
  color: #00b8d4 !important;
}
.cyan-A700-border {
  border-color: #00b8d4 !important;
}
.cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
.cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
.teal-50-bg {
  background-color: #ffebee !important;
}
.teal-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.teal-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.teal-50-fg {
  color: #ffebee !important;
}
.teal-50-border {
  border-color: #ffebee !important;
}
.teal-50-border-top {
  border-top-color: #ffebee !important;
}
.teal-50-border-right {
  border-right-color: #ffebee !important;
}
.teal-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.teal-50-border-left {
  border-left-color: #ffebee !important;
}
.teal-100-bg {
  background-color: #ffcdd2 !important;
}
.teal-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.teal-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.teal-100-fg {
  color: #ffcdd2 !important;
}
.teal-100-border {
  border-color: #ffcdd2 !important;
}
.teal-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.teal-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.teal-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.teal-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.teal-200-bg {
  background-color: #ef9a9a !important;
}
.teal-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.teal-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.teal-200-fg {
  color: #ef9a9a !important;
}
.teal-200-border {
  border-color: #ef9a9a !important;
}
.teal-200-border-top {
  border-top-color: #ef9a9a !important;
}
.teal-200-border-right {
  border-right-color: #ef9a9a !important;
}
.teal-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.teal-200-border-left {
  border-left-color: #ef9a9a !important;
}
.teal-300-bg {
  background-color: #e57373 !important;
}
.teal-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.teal-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.teal-300-fg {
  color: #e57373 !important;
}
.teal-300-border {
  border-color: #e57373 !important;
}
.teal-300-border-top {
  border-top-color: #e57373 !important;
}
.teal-300-border-right {
  border-right-color: #e57373 !important;
}
.teal-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.teal-300-border-left {
  border-left-color: #e57373 !important;
}
.teal-400-bg {
  background-color: #ef5350 !important;
}
.teal-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.teal-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.teal-400-fg {
  color: #ef5350 !important;
}
.teal-400-border {
  border-color: #ef5350 !important;
}
.teal-400-border-top {
  border-top-color: #ef5350 !important;
}
.teal-400-border-right {
  border-right-color: #ef5350 !important;
}
.teal-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.teal-400-border-left {
  border-left-color: #ef5350 !important;
}
.teal-500-bg {
  background-color: #f44336 !important;
}
.teal-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-500-fg {
  color: #f44336 !important;
}
.teal-500-border {
  border-color: #f44336 !important;
}
.teal-500-border-top {
  border-top-color: #f44336 !important;
}
.teal-500-border-right {
  border-right-color: #f44336 !important;
}
.teal-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-500-border-left {
  border-left-color: #f44336 !important;
}
.teal-bg {
  background-color: #f44336 !important;
}
.teal {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.teal[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.teal-fg {
  color: #f44336 !important;
}
.teal-border {
  border-color: #f44336 !important;
}
.teal-border-top {
  border-top-color: #f44336 !important;
}
.teal-border-right {
  border-right-color: #f44336 !important;
}
.teal-border-bottom {
  border-bottom-color: #f44336 !important;
}
.teal-border-left {
  border-left-color: #f44336 !important;
}
.teal-600-bg {
  background-color: #e53935 !important;
}
.teal-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.teal-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.teal-600-fg {
  color: #e53935 !important;
}
.teal-600-border {
  border-color: #e53935 !important;
}
.teal-600-border-top {
  border-top-color: #e53935 !important;
}
.teal-600-border-right {
  border-right-color: #e53935 !important;
}
.teal-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.teal-600-border-left {
  border-left-color: #e53935 !important;
}
.teal-700-bg {
  background-color: #d32f2f !important;
}
.teal-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.teal-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.teal-700-fg {
  color: #d32f2f !important;
}
.teal-700-border {
  border-color: #d32f2f !important;
}
.teal-700-border-top {
  border-top-color: #d32f2f !important;
}
.teal-700-border-right {
  border-right-color: #d32f2f !important;
}
.teal-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.teal-700-border-left {
  border-left-color: #d32f2f !important;
}
.teal-800-bg {
  background-color: #c62828 !important;
}
.teal-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.teal-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.teal-800-fg {
  color: #c62828 !important;
}
.teal-800-border {
  border-color: #c62828 !important;
}
.teal-800-border-top {
  border-top-color: #c62828 !important;
}
.teal-800-border-right {
  border-right-color: #c62828 !important;
}
.teal-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.teal-800-border-left {
  border-left-color: #c62828 !important;
}
.teal-900-bg {
  background-color: #b71c1c !important;
}
.teal-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.teal-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.teal-900-fg {
  color: #b71c1c !important;
}
.teal-900-border {
  border-color: #b71c1c !important;
}
.teal-900-border-top {
  border-top-color: #b71c1c !important;
}
.teal-900-border-right {
  border-right-color: #b71c1c !important;
}
.teal-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.teal-900-border-left {
  border-left-color: #b71c1c !important;
}
.teal-A100-bg {
  background-color: #ff8a80 !important;
}
.teal-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.teal-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.teal-A100-fg {
  color: #ff8a80 !important;
}
.teal-A100-border {
  border-color: #ff8a80 !important;
}
.teal-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.teal-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.teal-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.teal-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.teal-A200-bg {
  background-color: #ff5252 !important;
}
.teal-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.teal-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.teal-A200-fg {
  color: #ff5252 !important;
}
.teal-A200-border {
  border-color: #ff5252 !important;
}
.teal-A200-border-top {
  border-top-color: #ff5252 !important;
}
.teal-A200-border-right {
  border-right-color: #ff5252 !important;
}
.teal-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.teal-A200-border-left {
  border-left-color: #ff5252 !important;
}
.teal-A400-bg {
  background-color: #ff1744 !important;
}
.teal-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.teal-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.teal-A400-fg {
  color: #ff1744 !important;
}
.teal-A400-border {
  border-color: #ff1744 !important;
}
.teal-A400-border-top {
  border-top-color: #ff1744 !important;
}
.teal-A400-border-right {
  border-right-color: #ff1744 !important;
}
.teal-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.teal-A400-border-left {
  border-left-color: #ff1744 !important;
}
.teal-A700-bg {
  background-color: #d50000 !important;
}
.teal-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.teal-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.teal-A700-fg {
  color: #d50000 !important;
}
.teal-A700-border {
  border-color: #d50000 !important;
}
.teal-A700-border-top {
  border-top-color: #d50000 !important;
}
.teal-A700-border-right {
  border-right-color: #d50000 !important;
}
.teal-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.teal-A700-border-left {
  border-left-color: #d50000 !important;
}
.green-50-bg {
  background-color: #e8f5e9 !important;
}
.green-50 {
  background-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
.green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(232, 245, 233, 0.26) !important;
}
.green-50-fg {
  color: #e8f5e9 !important;
}
.green-50-border {
  border-color: #e8f5e9 !important;
}
.green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
.green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
.green-100-bg {
  background-color: #c8e6c9 !important;
}
.green-100 {
  background-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
.green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(200, 230, 201, 0.26) !important;
}
.green-100-fg {
  color: #c8e6c9 !important;
}
.green-100-border {
  border-color: #c8e6c9 !important;
}
.green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
.green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
.green-200-bg {
  background-color: #a5d6a7 !important;
}
.green-200 {
  background-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
.green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(165, 214, 167, 0.26) !important;
}
.green-200-fg {
  color: #a5d6a7 !important;
}
.green-200-border {
  border-color: #a5d6a7 !important;
}
.green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
.green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
.green-300-bg {
  background-color: #81c784 !important;
}
.green-300 {
  background-color: #81c784 !important;
  color: #81c784 !important;
}
.green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(129, 199, 132, 0.26) !important;
}
.green-300-fg {
  color: #81c784 !important;
}
.green-300-border {
  border-color: #81c784 !important;
}
.green-300-border-top {
  border-top-color: #81c784 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
.green-300-border-left {
  border-left-color: #81c784 !important;
}
.green-400-bg {
  background-color: #66bb6a !important;
}
.green-400 {
  background-color: #66bb6a !important;
  color: #66bb6a !important;
}
.green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(102, 187, 106, 0.26) !important;
}
.green-400-fg {
  color: #66bb6a !important;
}
.green-400-border {
  border-color: #66bb6a !important;
}
.green-400-border-top {
  border-top-color: #66bb6a !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
.green-400-border-left {
  border-left-color: #66bb6a !important;
}
.green-500-bg {
  background-color: #4caf50 !important;
}
.green-500 {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-500-fg {
  color: #4caf50 !important;
}
.green-500-border {
  border-color: #4caf50 !important;
}
.green-500-border-top {
  border-top-color: #4caf50 !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-500-border-left {
  border-left-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.green {
  background-color: #4caf50 !important;
  color: #4caf50 !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(76, 175, 80, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.green-border {
  border-color: #4caf50 !important;
}
.green-border-top {
  border-top-color: #4caf50 !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-border-left {
  border-left-color: #4caf50 !important;
}
.green-600-bg {
  background-color: #43a047 !important;
}
.green-600 {
  background-color: #43a047 !important;
  color: #43a047 !important;
}
.green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(67, 160, 71, 0.26) !important;
}
.green-600-fg {
  color: #43a047 !important;
}
.green-600-border {
  border-color: #43a047 !important;
}
.green-600-border-top {
  border-top-color: #43a047 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
.green-600-border-left {
  border-left-color: #43a047 !important;
}
.green-700-bg {
  background-color: #388e3c !important;
}
.green-700 {
  background-color: #388e3c !important;
  color: #388e3c !important;
}
.green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(56, 142, 60, 0.26) !important;
}
.green-700-fg {
  color: #388e3c !important;
}
.green-700-border {
  border-color: #388e3c !important;
}
.green-700-border-top {
  border-top-color: #388e3c !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
.green-700-border-left {
  border-left-color: #388e3c !important;
}
.green-800-bg {
  background-color: #2e7d32 !important;
}
.green-800 {
  background-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
.green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(46, 125, 50, 0.26) !important;
}
.green-800-fg {
  color: #2e7d32 !important;
}
.green-800-border {
  border-color: #2e7d32 !important;
}
.green-800-border-top {
  border-top-color: #2e7d32 !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
.green-800-border-left {
  border-left-color: #2e7d32 !important;
}
.green-900-bg {
  background-color: #1b5e20 !important;
}
.green-900 {
  background-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
.green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(27, 94, 32, 0.26) !important;
}
.green-900-fg {
  color: #1b5e20 !important;
}
.green-900-border {
  border-color: #1b5e20 !important;
}
.green-900-border-top {
  border-top-color: #1b5e20 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
.green-900-border-left {
  border-left-color: #1b5e20 !important;
}
.green-A100-bg {
  background-color: #b9f6ca !important;
}
.green-A100 {
  background-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
.green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(185, 246, 202, 0.26) !important;
}
.green-A100-fg {
  color: #b9f6ca !important;
}
.green-A100-border {
  border-color: #b9f6ca !important;
}
.green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
.green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
.green-A200-bg {
  background-color: #69f0ae !important;
}
.green-A200 {
  background-color: #69f0ae !important;
  color: #69f0ae !important;
}
.green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(105, 240, 174, 0.26) !important;
}
.green-A200-fg {
  color: #69f0ae !important;
}
.green-A200-border {
  border-color: #69f0ae !important;
}
.green-A200-border-top {
  border-top-color: #69f0ae !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
.green-A200-border-left {
  border-left-color: #69f0ae !important;
}
.green-A400-bg {
  background-color: #00e676 !important;
}
.green-A400 {
  background-color: #00e676 !important;
  color: #00e676 !important;
}
.green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 230, 118, 0.26) !important;
}
.green-A400-fg {
  color: #00e676 !important;
}
.green-A400-border {
  border-color: #00e676 !important;
}
.green-A400-border-top {
  border-top-color: #00e676 !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
.green-A400-border-left {
  border-left-color: #00e676 !important;
}
.green-A700-bg {
  background-color: #00c853 !important;
}
.green-A700 {
  background-color: #00c853 !important;
  color: #00c853 !important;
}
.green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 200, 83, 0.26) !important;
}
.green-A700-fg {
  color: #00c853 !important;
}
.green-A700-border {
  border-color: #00c853 !important;
}
.green-A700-border-top {
  border-top-color: #00c853 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
.green-A700-border-left {
  border-left-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #ffebee !important;
}
.light-green-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.light-green-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.light-green-50-fg {
  color: #ffebee !important;
}
.light-green-50-border {
  border-color: #ffebee !important;
}
.light-green-50-border-top {
  border-top-color: #ffebee !important;
}
.light-green-50-border-right {
  border-right-color: #ffebee !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.light-green-50-border-left {
  border-left-color: #ffebee !important;
}
.light-green-100-bg {
  background-color: #ffcdd2 !important;
}
.light-green-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.light-green-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.light-green-100-fg {
  color: #ffcdd2 !important;
}
.light-green-100-border {
  border-color: #ffcdd2 !important;
}
.light-green-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.light-green-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.light-green-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.light-green-200-bg {
  background-color: #ef9a9a !important;
}
.light-green-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.light-green-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.light-green-200-fg {
  color: #ef9a9a !important;
}
.light-green-200-border {
  border-color: #ef9a9a !important;
}
.light-green-200-border-top {
  border-top-color: #ef9a9a !important;
}
.light-green-200-border-right {
  border-right-color: #ef9a9a !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.light-green-200-border-left {
  border-left-color: #ef9a9a !important;
}
.light-green-300-bg {
  background-color: #e57373 !important;
}
.light-green-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.light-green-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.light-green-300-fg {
  color: #e57373 !important;
}
.light-green-300-border {
  border-color: #e57373 !important;
}
.light-green-300-border-top {
  border-top-color: #e57373 !important;
}
.light-green-300-border-right {
  border-right-color: #e57373 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.light-green-300-border-left {
  border-left-color: #e57373 !important;
}
.light-green-400-bg {
  background-color: #ef5350 !important;
}
.light-green-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.light-green-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.light-green-400-fg {
  color: #ef5350 !important;
}
.light-green-400-border {
  border-color: #ef5350 !important;
}
.light-green-400-border-top {
  border-top-color: #ef5350 !important;
}
.light-green-400-border-right {
  border-right-color: #ef5350 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.light-green-400-border-left {
  border-left-color: #ef5350 !important;
}
.light-green-500-bg {
  background-color: #f44336 !important;
}
.light-green-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-500-fg {
  color: #f44336 !important;
}
.light-green-500-border {
  border-color: #f44336 !important;
}
.light-green-500-border-top {
  border-top-color: #f44336 !important;
}
.light-green-500-border-right {
  border-right-color: #f44336 !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-500-border-left {
  border-left-color: #f44336 !important;
}
.light-green-bg {
  background-color: #f44336 !important;
}
.light-green {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.light-green[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.light-green-fg {
  color: #f44336 !important;
}
.light-green-border {
  border-color: #f44336 !important;
}
.light-green-border-top {
  border-top-color: #f44336 !important;
}
.light-green-border-right {
  border-right-color: #f44336 !important;
}
.light-green-border-bottom {
  border-bottom-color: #f44336 !important;
}
.light-green-border-left {
  border-left-color: #f44336 !important;
}
.light-green-600-bg {
  background-color: #e53935 !important;
}
.light-green-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.light-green-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.light-green-600-fg {
  color: #e53935 !important;
}
.light-green-600-border {
  border-color: #e53935 !important;
}
.light-green-600-border-top {
  border-top-color: #e53935 !important;
}
.light-green-600-border-right {
  border-right-color: #e53935 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.light-green-600-border-left {
  border-left-color: #e53935 !important;
}
.light-green-700-bg {
  background-color: #d32f2f !important;
}
.light-green-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.light-green-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.light-green-700-fg {
  color: #d32f2f !important;
}
.light-green-700-border {
  border-color: #d32f2f !important;
}
.light-green-700-border-top {
  border-top-color: #d32f2f !important;
}
.light-green-700-border-right {
  border-right-color: #d32f2f !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.light-green-700-border-left {
  border-left-color: #d32f2f !important;
}
.light-green-800-bg {
  background-color: #c62828 !important;
}
.light-green-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.light-green-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.light-green-800-fg {
  color: #c62828 !important;
}
.light-green-800-border {
  border-color: #c62828 !important;
}
.light-green-800-border-top {
  border-top-color: #c62828 !important;
}
.light-green-800-border-right {
  border-right-color: #c62828 !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.light-green-800-border-left {
  border-left-color: #c62828 !important;
}
.light-green-900-bg {
  background-color: #b71c1c !important;
}
.light-green-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.light-green-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.light-green-900-fg {
  color: #b71c1c !important;
}
.light-green-900-border {
  border-color: #b71c1c !important;
}
.light-green-900-border-top {
  border-top-color: #b71c1c !important;
}
.light-green-900-border-right {
  border-right-color: #b71c1c !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.light-green-900-border-left {
  border-left-color: #b71c1c !important;
}
.light-green-A100-bg {
  background-color: #ff8a80 !important;
}
.light-green-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.light-green-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.light-green-A100-fg {
  color: #ff8a80 !important;
}
.light-green-A100-border {
  border-color: #ff8a80 !important;
}
.light-green-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.light-green-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.light-green-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.light-green-A200-bg {
  background-color: #ff5252 !important;
}
.light-green-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.light-green-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.light-green-A200-fg {
  color: #ff5252 !important;
}
.light-green-A200-border {
  border-color: #ff5252 !important;
}
.light-green-A200-border-top {
  border-top-color: #ff5252 !important;
}
.light-green-A200-border-right {
  border-right-color: #ff5252 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.light-green-A200-border-left {
  border-left-color: #ff5252 !important;
}
.light-green-A400-bg {
  background-color: #ff1744 !important;
}
.light-green-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.light-green-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.light-green-A400-fg {
  color: #ff1744 !important;
}
.light-green-A400-border {
  border-color: #ff1744 !important;
}
.light-green-A400-border-top {
  border-top-color: #ff1744 !important;
}
.light-green-A400-border-right {
  border-right-color: #ff1744 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.light-green-A400-border-left {
  border-left-color: #ff1744 !important;
}
.light-green-A700-bg {
  background-color: #d50000 !important;
}
.light-green-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.light-green-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #d50000 !important;
}
.light-green-A700-border {
  border-color: #d50000 !important;
}
.light-green-A700-border-top {
  border-top-color: #d50000 !important;
}
.light-green-A700-border-right {
  border-right-color: #d50000 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.light-green-A700-border-left {
  border-left-color: #d50000 !important;
}
.lime-50-bg {
  background-color: #ffebee !important;
}
.lime-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.lime-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.lime-50-fg {
  color: #ffebee !important;
}
.lime-50-border {
  border-color: #ffebee !important;
}
.lime-50-border-top {
  border-top-color: #ffebee !important;
}
.lime-50-border-right {
  border-right-color: #ffebee !important;
}
.lime-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.lime-50-border-left {
  border-left-color: #ffebee !important;
}
.lime-100-bg {
  background-color: #ffcdd2 !important;
}
.lime-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.lime-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.lime-100-fg {
  color: #ffcdd2 !important;
}
.lime-100-border {
  border-color: #ffcdd2 !important;
}
.lime-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.lime-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.lime-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.lime-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.lime-200-bg {
  background-color: #ef9a9a !important;
}
.lime-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.lime-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.lime-200-fg {
  color: #ef9a9a !important;
}
.lime-200-border {
  border-color: #ef9a9a !important;
}
.lime-200-border-top {
  border-top-color: #ef9a9a !important;
}
.lime-200-border-right {
  border-right-color: #ef9a9a !important;
}
.lime-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.lime-200-border-left {
  border-left-color: #ef9a9a !important;
}
.lime-300-bg {
  background-color: #e57373 !important;
}
.lime-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.lime-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.lime-300-fg {
  color: #e57373 !important;
}
.lime-300-border {
  border-color: #e57373 !important;
}
.lime-300-border-top {
  border-top-color: #e57373 !important;
}
.lime-300-border-right {
  border-right-color: #e57373 !important;
}
.lime-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.lime-300-border-left {
  border-left-color: #e57373 !important;
}
.lime-400-bg {
  background-color: #ef5350 !important;
}
.lime-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.lime-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.lime-400-fg {
  color: #ef5350 !important;
}
.lime-400-border {
  border-color: #ef5350 !important;
}
.lime-400-border-top {
  border-top-color: #ef5350 !important;
}
.lime-400-border-right {
  border-right-color: #ef5350 !important;
}
.lime-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.lime-400-border-left {
  border-left-color: #ef5350 !important;
}
.lime-500-bg {
  background-color: #f44336 !important;
}
.lime-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-500-fg {
  color: #f44336 !important;
}
.lime-500-border {
  border-color: #f44336 !important;
}
.lime-500-border-top {
  border-top-color: #f44336 !important;
}
.lime-500-border-right {
  border-right-color: #f44336 !important;
}
.lime-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-500-border-left {
  border-left-color: #f44336 !important;
}
.lime-bg {
  background-color: #f44336 !important;
}
.lime {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.lime[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.lime-fg {
  color: #f44336 !important;
}
.lime-border {
  border-color: #f44336 !important;
}
.lime-border-top {
  border-top-color: #f44336 !important;
}
.lime-border-right {
  border-right-color: #f44336 !important;
}
.lime-border-bottom {
  border-bottom-color: #f44336 !important;
}
.lime-border-left {
  border-left-color: #f44336 !important;
}
.lime-600-bg {
  background-color: #e53935 !important;
}
.lime-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.lime-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.lime-600-fg {
  color: #e53935 !important;
}
.lime-600-border {
  border-color: #e53935 !important;
}
.lime-600-border-top {
  border-top-color: #e53935 !important;
}
.lime-600-border-right {
  border-right-color: #e53935 !important;
}
.lime-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.lime-600-border-left {
  border-left-color: #e53935 !important;
}
.lime-700-bg {
  background-color: #d32f2f !important;
}
.lime-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.lime-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.lime-700-fg {
  color: #d32f2f !important;
}
.lime-700-border {
  border-color: #d32f2f !important;
}
.lime-700-border-top {
  border-top-color: #d32f2f !important;
}
.lime-700-border-right {
  border-right-color: #d32f2f !important;
}
.lime-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.lime-700-border-left {
  border-left-color: #d32f2f !important;
}
.lime-800-bg {
  background-color: #c62828 !important;
}
.lime-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.lime-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.lime-800-fg {
  color: #c62828 !important;
}
.lime-800-border {
  border-color: #c62828 !important;
}
.lime-800-border-top {
  border-top-color: #c62828 !important;
}
.lime-800-border-right {
  border-right-color: #c62828 !important;
}
.lime-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.lime-800-border-left {
  border-left-color: #c62828 !important;
}
.lime-900-bg {
  background-color: #b71c1c !important;
}
.lime-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.lime-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.lime-900-fg {
  color: #b71c1c !important;
}
.lime-900-border {
  border-color: #b71c1c !important;
}
.lime-900-border-top {
  border-top-color: #b71c1c !important;
}
.lime-900-border-right {
  border-right-color: #b71c1c !important;
}
.lime-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.lime-900-border-left {
  border-left-color: #b71c1c !important;
}
.lime-A100-bg {
  background-color: #ff8a80 !important;
}
.lime-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.lime-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.lime-A100-fg {
  color: #ff8a80 !important;
}
.lime-A100-border {
  border-color: #ff8a80 !important;
}
.lime-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.lime-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.lime-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.lime-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.lime-A200-bg {
  background-color: #ff5252 !important;
}
.lime-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.lime-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.lime-A200-fg {
  color: #ff5252 !important;
}
.lime-A200-border {
  border-color: #ff5252 !important;
}
.lime-A200-border-top {
  border-top-color: #ff5252 !important;
}
.lime-A200-border-right {
  border-right-color: #ff5252 !important;
}
.lime-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.lime-A200-border-left {
  border-left-color: #ff5252 !important;
}
.lime-A400-bg {
  background-color: #ff1744 !important;
}
.lime-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.lime-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.lime-A400-fg {
  color: #ff1744 !important;
}
.lime-A400-border {
  border-color: #ff1744 !important;
}
.lime-A400-border-top {
  border-top-color: #ff1744 !important;
}
.lime-A400-border-right {
  border-right-color: #ff1744 !important;
}
.lime-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.lime-A400-border-left {
  border-left-color: #ff1744 !important;
}
.lime-A700-bg {
  background-color: #d50000 !important;
}
.lime-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.lime-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.lime-A700-fg {
  color: #d50000 !important;
}
.lime-A700-border {
  border-color: #d50000 !important;
}
.lime-A700-border-top {
  border-top-color: #d50000 !important;
}
.lime-A700-border-right {
  border-right-color: #d50000 !important;
}
.lime-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.lime-A700-border-left {
  border-left-color: #d50000 !important;
}
.yellow-50-bg {
  background-color: #fffde7 !important;
}
.yellow-50 {
  background-color: #fffde7 !important;
  color: #fffde7 !important;
}
.yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(255, 253, 231, 0.26) !important;
}
.yellow-50-fg {
  color: #fffde7 !important;
}
.yellow-50-border {
  border-color: #fffde7 !important;
}
.yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
.yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
.yellow-100-bg {
  background-color: #fff9c4 !important;
}
.yellow-100 {
  background-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(255, 249, 196, 0.26) !important;
}
.yellow-100-fg {
  color: #fff9c4 !important;
}
.yellow-100-border {
  border-color: #fff9c4 !important;
}
.yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
.yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
.yellow-200-bg {
  background-color: #fff59d !important;
}
.yellow-200 {
  background-color: #fff59d !important;
  color: #fff59d !important;
}
.yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(255, 245, 157, 0.26) !important;
}
.yellow-200-fg {
  color: #fff59d !important;
}
.yellow-200-border {
  border-color: #fff59d !important;
}
.yellow-200-border-top {
  border-top-color: #fff59d !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
.yellow-200-border-left {
  border-left-color: #fff59d !important;
}
.yellow-300-bg {
  background-color: #fff176 !important;
}
.yellow-300 {
  background-color: #fff176 !important;
  color: #fff176 !important;
}
.yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(255, 241, 118, 0.26) !important;
}
.yellow-300-fg {
  color: #fff176 !important;
}
.yellow-300-border {
  border-color: #fff176 !important;
}
.yellow-300-border-top {
  border-top-color: #fff176 !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
.yellow-300-border-left {
  border-left-color: #fff176 !important;
}
.yellow-400-bg {
  background-color: #ffee58 !important;
}
.yellow-400 {
  background-color: #ffee58 !important;
  color: #ffee58 !important;
}
.yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(255, 238, 88, 0.26) !important;
}
.yellow-400-fg {
  color: #ffee58 !important;
}
.yellow-400-border {
  border-color: #ffee58 !important;
}
.yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
.yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
.yellow-500-bg {
  background-color: #ffeb3b !important;
}
.yellow-500 {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-500-fg {
  color: #ffeb3b !important;
}
.yellow-500-border {
  border-color: #ffeb3b !important;
}
.yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.yellow {
  background-color: #ffeb3b !important;
  color: #ffeb3b !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(255, 235, 59, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.yellow-border {
  border-color: #ffeb3b !important;
}
.yellow-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-600-bg {
  background-color: #fdd835 !important;
}
.yellow-600 {
  background-color: #fdd835 !important;
  color: #fdd835 !important;
}
.yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(253, 216, 53, 0.26) !important;
}
.yellow-600-fg {
  color: #fdd835 !important;
}
.yellow-600-border {
  border-color: #fdd835 !important;
}
.yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
.yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
.yellow-700-bg {
  background-color: #fbc02d !important;
}
.yellow-700 {
  background-color: #fbc02d !important;
  color: #fbc02d !important;
}
.yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(251, 192, 45, 0.26) !important;
}
.yellow-700-fg {
  color: #fbc02d !important;
}
.yellow-700-border {
  border-color: #fbc02d !important;
}
.yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
.yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
.yellow-800-bg {
  background-color: #f9a825 !important;
}
.yellow-800 {
  background-color: #f9a825 !important;
  color: #f9a825 !important;
}
.yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(249, 168, 37, 0.26) !important;
}
.yellow-800-fg {
  color: #f9a825 !important;
}
.yellow-800-border {
  border-color: #f9a825 !important;
}
.yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
.yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
.yellow-900-bg {
  background-color: #f57f17 !important;
}
.yellow-900 {
  background-color: #f57f17 !important;
  color: #f57f17 !important;
}
.yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(245, 127, 23, 0.26) !important;
}
.yellow-900-fg {
  color: #f57f17 !important;
}
.yellow-900-border {
  border-color: #f57f17 !important;
}
.yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
.yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
.yellow-A100-bg {
  background-color: #ffff8d !important;
}
.yellow-A100 {
  background-color: #ffff8d !important;
  color: #ffff8d !important;
}
.yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(255, 255, 141, 0.26) !important;
}
.yellow-A100-fg {
  color: #ffff8d !important;
}
.yellow-A100-border {
  border-color: #ffff8d !important;
}
.yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
.yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
.yellow-A200-bg {
  background-color: #ffff00 !important;
}
.yellow-A200 {
  background-color: #ffff00 !important;
  color: #ffff00 !important;
}
.yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(255, 255, 0, 0.26) !important;
}
.yellow-A200-fg {
  color: #ffff00 !important;
}
.yellow-A200-border {
  border-color: #ffff00 !important;
}
.yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
.yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
.yellow-A400-bg {
  background-color: #ffea00 !important;
}
.yellow-A400 {
  background-color: #ffea00 !important;
  color: #ffea00 !important;
}
.yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(255, 234, 0, 0.26) !important;
}
.yellow-A400-fg {
  color: #ffea00 !important;
}
.yellow-A400-border {
  border-color: #ffea00 !important;
}
.yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
.yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
.yellow-A700-bg {
  background-color: #ffd600 !important;
}
.yellow-A700 {
  background-color: #ffd600 !important;
  color: #ffd600 !important;
}
.yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(255, 214, 0, 0.26) !important;
}
.yellow-A700-fg {
  color: #ffd600 !important;
}
.yellow-A700-border {
  border-color: #ffd600 !important;
}
.yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
.yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
.amber-50-bg {
  background-color: #ffebee !important;
}
.amber-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.amber-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.amber-50-fg {
  color: #ffebee !important;
}
.amber-50-border {
  border-color: #ffebee !important;
}
.amber-50-border-top {
  border-top-color: #ffebee !important;
}
.amber-50-border-right {
  border-right-color: #ffebee !important;
}
.amber-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.amber-50-border-left {
  border-left-color: #ffebee !important;
}
.amber-100-bg {
  background-color: #ffcdd2 !important;
}
.amber-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.amber-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.amber-100-fg {
  color: #ffcdd2 !important;
}
.amber-100-border {
  border-color: #ffcdd2 !important;
}
.amber-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.amber-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.amber-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.amber-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.amber-200-bg {
  background-color: #ef9a9a !important;
}
.amber-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.amber-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.amber-200-fg {
  color: #ef9a9a !important;
}
.amber-200-border {
  border-color: #ef9a9a !important;
}
.amber-200-border-top {
  border-top-color: #ef9a9a !important;
}
.amber-200-border-right {
  border-right-color: #ef9a9a !important;
}
.amber-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.amber-200-border-left {
  border-left-color: #ef9a9a !important;
}
.amber-300-bg {
  background-color: #e57373 !important;
}
.amber-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.amber-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.amber-300-fg {
  color: #e57373 !important;
}
.amber-300-border {
  border-color: #e57373 !important;
}
.amber-300-border-top {
  border-top-color: #e57373 !important;
}
.amber-300-border-right {
  border-right-color: #e57373 !important;
}
.amber-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.amber-300-border-left {
  border-left-color: #e57373 !important;
}
.amber-400-bg {
  background-color: #ef5350 !important;
}
.amber-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.amber-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.amber-400-fg {
  color: #ef5350 !important;
}
.amber-400-border {
  border-color: #ef5350 !important;
}
.amber-400-border-top {
  border-top-color: #ef5350 !important;
}
.amber-400-border-right {
  border-right-color: #ef5350 !important;
}
.amber-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.amber-400-border-left {
  border-left-color: #ef5350 !important;
}
.amber-500-bg {
  background-color: #f44336 !important;
}
.amber-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-500-fg {
  color: #f44336 !important;
}
.amber-500-border {
  border-color: #f44336 !important;
}
.amber-500-border-top {
  border-top-color: #f44336 !important;
}
.amber-500-border-right {
  border-right-color: #f44336 !important;
}
.amber-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-500-border-left {
  border-left-color: #f44336 !important;
}
.amber-bg {
  background-color: #f44336 !important;
}
.amber {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.amber[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.amber-fg {
  color: #f44336 !important;
}
.amber-border {
  border-color: #f44336 !important;
}
.amber-border-top {
  border-top-color: #f44336 !important;
}
.amber-border-right {
  border-right-color: #f44336 !important;
}
.amber-border-bottom {
  border-bottom-color: #f44336 !important;
}
.amber-border-left {
  border-left-color: #f44336 !important;
}
.amber-600-bg {
  background-color: #e53935 !important;
}
.amber-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.amber-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.amber-600-fg {
  color: #e53935 !important;
}
.amber-600-border {
  border-color: #e53935 !important;
}
.amber-600-border-top {
  border-top-color: #e53935 !important;
}
.amber-600-border-right {
  border-right-color: #e53935 !important;
}
.amber-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.amber-600-border-left {
  border-left-color: #e53935 !important;
}
.amber-700-bg {
  background-color: #d32f2f !important;
}
.amber-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.amber-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.amber-700-fg {
  color: #d32f2f !important;
}
.amber-700-border {
  border-color: #d32f2f !important;
}
.amber-700-border-top {
  border-top-color: #d32f2f !important;
}
.amber-700-border-right {
  border-right-color: #d32f2f !important;
}
.amber-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.amber-700-border-left {
  border-left-color: #d32f2f !important;
}
.amber-800-bg {
  background-color: #c62828 !important;
}
.amber-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.amber-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.amber-800-fg {
  color: #c62828 !important;
}
.amber-800-border {
  border-color: #c62828 !important;
}
.amber-800-border-top {
  border-top-color: #c62828 !important;
}
.amber-800-border-right {
  border-right-color: #c62828 !important;
}
.amber-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.amber-800-border-left {
  border-left-color: #c62828 !important;
}
.amber-900-bg {
  background-color: #b71c1c !important;
}
.amber-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.amber-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.amber-900-fg {
  color: #b71c1c !important;
}
.amber-900-border {
  border-color: #b71c1c !important;
}
.amber-900-border-top {
  border-top-color: #b71c1c !important;
}
.amber-900-border-right {
  border-right-color: #b71c1c !important;
}
.amber-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.amber-900-border-left {
  border-left-color: #b71c1c !important;
}
.amber-A100-bg {
  background-color: #ff8a80 !important;
}
.amber-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.amber-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.amber-A100-fg {
  color: #ff8a80 !important;
}
.amber-A100-border {
  border-color: #ff8a80 !important;
}
.amber-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.amber-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.amber-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.amber-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.amber-A200-bg {
  background-color: #ff5252 !important;
}
.amber-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.amber-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.amber-A200-fg {
  color: #ff5252 !important;
}
.amber-A200-border {
  border-color: #ff5252 !important;
}
.amber-A200-border-top {
  border-top-color: #ff5252 !important;
}
.amber-A200-border-right {
  border-right-color: #ff5252 !important;
}
.amber-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.amber-A200-border-left {
  border-left-color: #ff5252 !important;
}
.amber-A400-bg {
  background-color: #ff1744 !important;
}
.amber-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.amber-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.amber-A400-fg {
  color: #ff1744 !important;
}
.amber-A400-border {
  border-color: #ff1744 !important;
}
.amber-A400-border-top {
  border-top-color: #ff1744 !important;
}
.amber-A400-border-right {
  border-right-color: #ff1744 !important;
}
.amber-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.amber-A400-border-left {
  border-left-color: #ff1744 !important;
}
.amber-A700-bg {
  background-color: #d50000 !important;
}
.amber-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.amber-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.amber-A700-fg {
  color: #d50000 !important;
}
.amber-A700-border {
  border-color: #d50000 !important;
}
.amber-A700-border-top {
  border-top-color: #d50000 !important;
}
.amber-A700-border-right {
  border-right-color: #d50000 !important;
}
.amber-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.amber-A700-border-left {
  border-left-color: #d50000 !important;
}
.orange-50-bg {
  background-color: #fff3e0 !important;
}
.orange-50 {
  background-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
.orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(255, 243, 224, 0.26) !important;
}
.orange-50-fg {
  color: #fff3e0 !important;
}
.orange-50-border {
  border-color: #fff3e0 !important;
}
.orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
.orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
.orange-100-bg {
  background-color: #ffe0b2 !important;
}
.orange-100 {
  background-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
.orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(255, 224, 178, 0.26) !important;
}
.orange-100-fg {
  color: #ffe0b2 !important;
}
.orange-100-border {
  border-color: #ffe0b2 !important;
}
.orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
.orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
.orange-200-bg {
  background-color: #ffcc80 !important;
}
.orange-200 {
  background-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
.orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(255, 204, 128, 0.26) !important;
}
.orange-200-fg {
  color: #ffcc80 !important;
}
.orange-200-border {
  border-color: #ffcc80 !important;
}
.orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
.orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
.orange-300-bg {
  background-color: #ffb74d !important;
}
.orange-300 {
  background-color: #ffb74d !important;
  color: #ffb74d !important;
}
.orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(255, 183, 77, 0.26) !important;
}
.orange-300-fg {
  color: #ffb74d !important;
}
.orange-300-border {
  border-color: #ffb74d !important;
}
.orange-300-border-top {
  border-top-color: #ffb74d !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
.orange-300-border-left {
  border-left-color: #ffb74d !important;
}
.orange-400-bg {
  background-color: #ffa726 !important;
}
.orange-400 {
  background-color: #ffa726 !important;
  color: #ffa726 !important;
}
.orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(255, 167, 38, 0.26) !important;
}
.orange-400-fg {
  color: #ffa726 !important;
}
.orange-400-border {
  border-color: #ffa726 !important;
}
.orange-400-border-top {
  border-top-color: #ffa726 !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
.orange-400-border-left {
  border-left-color: #ffa726 !important;
}
.orange-500-bg {
  background-color: #ff9800 !important;
}
.orange-500 {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-500-fg {
  color: #ff9800 !important;
}
.orange-500-border {
  border-color: #ff9800 !important;
}
.orange-500-border-top {
  border-top-color: #ff9800 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-500-border-left {
  border-left-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.orange {
  background-color: #ff9800 !important;
  color: #ff9800 !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(255, 152, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.orange-border {
  border-color: #ff9800 !important;
}
.orange-border-top {
  border-top-color: #ff9800 !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-border-left {
  border-left-color: #ff9800 !important;
}
.orange-600-bg {
  background-color: #fb8c00 !important;
}
.orange-600 {
  background-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
.orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(251, 140, 0, 0.26) !important;
}
.orange-600-fg {
  color: #fb8c00 !important;
}
.orange-600-border {
  border-color: #fb8c00 !important;
}
.orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
.orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
.orange-700-bg {
  background-color: #f57c00 !important;
}
.orange-700 {
  background-color: #f57c00 !important;
  color: #f57c00 !important;
}
.orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(245, 124, 0, 0.26) !important;
}
.orange-700-fg {
  color: #f57c00 !important;
}
.orange-700-border {
  border-color: #f57c00 !important;
}
.orange-700-border-top {
  border-top-color: #f57c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
.orange-700-border-left {
  border-left-color: #f57c00 !important;
}
.orange-800-bg {
  background-color: #ef6c00 !important;
}
.orange-800 {
  background-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
.orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(239, 108, 0, 0.26) !important;
}
.orange-800-fg {
  color: #ef6c00 !important;
}
.orange-800-border {
  border-color: #ef6c00 !important;
}
.orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
.orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
.orange-900-bg {
  background-color: #e65100 !important;
}
.orange-900 {
  background-color: #e65100 !important;
  color: #e65100 !important;
}
.orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(230, 81, 0, 0.26) !important;
}
.orange-900-fg {
  color: #e65100 !important;
}
.orange-900-border {
  border-color: #e65100 !important;
}
.orange-900-border-top {
  border-top-color: #e65100 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
.orange-900-border-left {
  border-left-color: #e65100 !important;
}
.orange-A100-bg {
  background-color: #ffd180 !important;
}
.orange-A100 {
  background-color: #ffd180 !important;
  color: #ffd180 !important;
}
.orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(255, 209, 128, 0.26) !important;
}
.orange-A100-fg {
  color: #ffd180 !important;
}
.orange-A100-border {
  border-color: #ffd180 !important;
}
.orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
.orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
.orange-A200-bg {
  background-color: #ffab40 !important;
}
.orange-A200 {
  background-color: #ffab40 !important;
  color: #ffab40 !important;
}
.orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(255, 171, 64, 0.26) !important;
}
.orange-A200-fg {
  color: #ffab40 !important;
}
.orange-A200-border {
  border-color: #ffab40 !important;
}
.orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
.orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
.orange-A400-bg {
  background-color: #ff9100 !important;
}
.orange-A400 {
  background-color: #ff9100 !important;
  color: #ff9100 !important;
}
.orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(255, 145, 0, 0.26) !important;
}
.orange-A400-fg {
  color: #ff9100 !important;
}
.orange-A400-border {
  border-color: #ff9100 !important;
}
.orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
.orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
.orange-A700-bg {
  background-color: #ff6d00 !important;
}
.orange-A700 {
  background-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
.orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(255, 109, 0, 0.26) !important;
}
.orange-A700-fg {
  color: #ff6d00 !important;
}
.orange-A700-border {
  border-color: #ff6d00 !important;
}
.orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
.orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
.deep-orange-50-bg {
  background-color: #ffebee !important;
}
.deep-orange-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.deep-orange-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.deep-orange-50-fg {
  color: #ffebee !important;
}
.deep-orange-50-border {
  border-color: #ffebee !important;
}
.deep-orange-50-border-top {
  border-top-color: #ffebee !important;
}
.deep-orange-50-border-right {
  border-right-color: #ffebee !important;
}
.deep-orange-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.deep-orange-50-border-left {
  border-left-color: #ffebee !important;
}
.deep-orange-100-bg {
  background-color: #ffcdd2 !important;
}
.deep-orange-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.deep-orange-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.deep-orange-100-fg {
  color: #ffcdd2 !important;
}
.deep-orange-100-border {
  border-color: #ffcdd2 !important;
}
.deep-orange-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.deep-orange-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.deep-orange-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.deep-orange-200-bg {
  background-color: #ef9a9a !important;
}
.deep-orange-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.deep-orange-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.deep-orange-200-fg {
  color: #ef9a9a !important;
}
.deep-orange-200-border {
  border-color: #ef9a9a !important;
}
.deep-orange-200-border-top {
  border-top-color: #ef9a9a !important;
}
.deep-orange-200-border-right {
  border-right-color: #ef9a9a !important;
}
.deep-orange-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.deep-orange-200-border-left {
  border-left-color: #ef9a9a !important;
}
.deep-orange-300-bg {
  background-color: #e57373 !important;
}
.deep-orange-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.deep-orange-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.deep-orange-300-fg {
  color: #e57373 !important;
}
.deep-orange-300-border {
  border-color: #e57373 !important;
}
.deep-orange-300-border-top {
  border-top-color: #e57373 !important;
}
.deep-orange-300-border-right {
  border-right-color: #e57373 !important;
}
.deep-orange-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.deep-orange-300-border-left {
  border-left-color: #e57373 !important;
}
.deep-orange-400-bg {
  background-color: #ef5350 !important;
}
.deep-orange-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.deep-orange-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.deep-orange-400-fg {
  color: #ef5350 !important;
}
.deep-orange-400-border {
  border-color: #ef5350 !important;
}
.deep-orange-400-border-top {
  border-top-color: #ef5350 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ef5350 !important;
}
.deep-orange-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.deep-orange-400-border-left {
  border-left-color: #ef5350 !important;
}
.deep-orange-500-bg {
  background-color: #f44336 !important;
}
.deep-orange-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-500-fg {
  color: #f44336 !important;
}
.deep-orange-500-border {
  border-color: #f44336 !important;
}
.deep-orange-500-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-500-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-500-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-bg {
  background-color: #f44336 !important;
}
.deep-orange {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.deep-orange[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.deep-orange-fg {
  color: #f44336 !important;
}
.deep-orange-border {
  border-color: #f44336 !important;
}
.deep-orange-border-top {
  border-top-color: #f44336 !important;
}
.deep-orange-border-right {
  border-right-color: #f44336 !important;
}
.deep-orange-border-bottom {
  border-bottom-color: #f44336 !important;
}
.deep-orange-border-left {
  border-left-color: #f44336 !important;
}
.deep-orange-600-bg {
  background-color: #e53935 !important;
}
.deep-orange-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.deep-orange-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.deep-orange-600-fg {
  color: #e53935 !important;
}
.deep-orange-600-border {
  border-color: #e53935 !important;
}
.deep-orange-600-border-top {
  border-top-color: #e53935 !important;
}
.deep-orange-600-border-right {
  border-right-color: #e53935 !important;
}
.deep-orange-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.deep-orange-600-border-left {
  border-left-color: #e53935 !important;
}
.deep-orange-700-bg {
  background-color: #d32f2f !important;
}
.deep-orange-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.deep-orange-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.deep-orange-700-fg {
  color: #d32f2f !important;
}
.deep-orange-700-border {
  border-color: #d32f2f !important;
}
.deep-orange-700-border-top {
  border-top-color: #d32f2f !important;
}
.deep-orange-700-border-right {
  border-right-color: #d32f2f !important;
}
.deep-orange-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.deep-orange-700-border-left {
  border-left-color: #d32f2f !important;
}
.deep-orange-800-bg {
  background-color: #c62828 !important;
}
.deep-orange-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.deep-orange-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.deep-orange-800-fg {
  color: #c62828 !important;
}
.deep-orange-800-border {
  border-color: #c62828 !important;
}
.deep-orange-800-border-top {
  border-top-color: #c62828 !important;
}
.deep-orange-800-border-right {
  border-right-color: #c62828 !important;
}
.deep-orange-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.deep-orange-800-border-left {
  border-left-color: #c62828 !important;
}
.deep-orange-900-bg {
  background-color: #b71c1c !important;
}
.deep-orange-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.deep-orange-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.deep-orange-900-fg {
  color: #b71c1c !important;
}
.deep-orange-900-border {
  border-color: #b71c1c !important;
}
.deep-orange-900-border-top {
  border-top-color: #b71c1c !important;
}
.deep-orange-900-border-right {
  border-right-color: #b71c1c !important;
}
.deep-orange-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.deep-orange-900-border-left {
  border-left-color: #b71c1c !important;
}
.deep-orange-A100-bg {
  background-color: #ff8a80 !important;
}
.deep-orange-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.deep-orange-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.deep-orange-A100-fg {
  color: #ff8a80 !important;
}
.deep-orange-A100-border {
  border-color: #ff8a80 !important;
}
.deep-orange-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.deep-orange-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.deep-orange-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.deep-orange-A200-bg {
  background-color: #ff5252 !important;
}
.deep-orange-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.deep-orange-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.deep-orange-A200-fg {
  color: #ff5252 !important;
}
.deep-orange-A200-border {
  border-color: #ff5252 !important;
}
.deep-orange-A200-border-top {
  border-top-color: #ff5252 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff5252 !important;
}
.deep-orange-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.deep-orange-A200-border-left {
  border-left-color: #ff5252 !important;
}
.deep-orange-A400-bg {
  background-color: #ff1744 !important;
}
.deep-orange-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.deep-orange-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.deep-orange-A400-fg {
  color: #ff1744 !important;
}
.deep-orange-A400-border {
  border-color: #ff1744 !important;
}
.deep-orange-A400-border-top {
  border-top-color: #ff1744 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff1744 !important;
}
.deep-orange-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.deep-orange-A400-border-left {
  border-left-color: #ff1744 !important;
}
.deep-orange-A700-bg {
  background-color: #d50000 !important;
}
.deep-orange-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.deep-orange-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.deep-orange-A700-fg {
  color: #d50000 !important;
}
.deep-orange-A700-border {
  border-color: #d50000 !important;
}
.deep-orange-A700-border-top {
  border-top-color: #d50000 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #d50000 !important;
}
.deep-orange-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.deep-orange-A700-border-left {
  border-left-color: #d50000 !important;
}
.brown-50-bg {
  background-color: #ffebee !important;
}
.brown-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.brown-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.brown-50-fg {
  color: #ffebee !important;
}
.brown-50-border {
  border-color: #ffebee !important;
}
.brown-50-border-top {
  border-top-color: #ffebee !important;
}
.brown-50-border-right {
  border-right-color: #ffebee !important;
}
.brown-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.brown-50-border-left {
  border-left-color: #ffebee !important;
}
.brown-100-bg {
  background-color: #ffcdd2 !important;
}
.brown-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.brown-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.brown-100-fg {
  color: #ffcdd2 !important;
}
.brown-100-border {
  border-color: #ffcdd2 !important;
}
.brown-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.brown-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.brown-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.brown-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.brown-200-bg {
  background-color: #ef9a9a !important;
}
.brown-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.brown-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.brown-200-fg {
  color: #ef9a9a !important;
}
.brown-200-border {
  border-color: #ef9a9a !important;
}
.brown-200-border-top {
  border-top-color: #ef9a9a !important;
}
.brown-200-border-right {
  border-right-color: #ef9a9a !important;
}
.brown-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.brown-200-border-left {
  border-left-color: #ef9a9a !important;
}
.brown-300-bg {
  background-color: #e57373 !important;
}
.brown-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.brown-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.brown-300-fg {
  color: #e57373 !important;
}
.brown-300-border {
  border-color: #e57373 !important;
}
.brown-300-border-top {
  border-top-color: #e57373 !important;
}
.brown-300-border-right {
  border-right-color: #e57373 !important;
}
.brown-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.brown-300-border-left {
  border-left-color: #e57373 !important;
}
.brown-400-bg {
  background-color: #ef5350 !important;
}
.brown-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.brown-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.brown-400-fg {
  color: #ef5350 !important;
}
.brown-400-border {
  border-color: #ef5350 !important;
}
.brown-400-border-top {
  border-top-color: #ef5350 !important;
}
.brown-400-border-right {
  border-right-color: #ef5350 !important;
}
.brown-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.brown-400-border-left {
  border-left-color: #ef5350 !important;
}
.brown-500-bg {
  background-color: #f44336 !important;
}
.brown-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-500-fg {
  color: #f44336 !important;
}
.brown-500-border {
  border-color: #f44336 !important;
}
.brown-500-border-top {
  border-top-color: #f44336 !important;
}
.brown-500-border-right {
  border-right-color: #f44336 !important;
}
.brown-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-500-border-left {
  border-left-color: #f44336 !important;
}
.brown-bg {
  background-color: #f44336 !important;
}
.brown {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.brown[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.brown-fg {
  color: #f44336 !important;
}
.brown-border {
  border-color: #f44336 !important;
}
.brown-border-top {
  border-top-color: #f44336 !important;
}
.brown-border-right {
  border-right-color: #f44336 !important;
}
.brown-border-bottom {
  border-bottom-color: #f44336 !important;
}
.brown-border-left {
  border-left-color: #f44336 !important;
}
.brown-600-bg {
  background-color: #e53935 !important;
}
.brown-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.brown-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.brown-600-fg {
  color: #e53935 !important;
}
.brown-600-border {
  border-color: #e53935 !important;
}
.brown-600-border-top {
  border-top-color: #e53935 !important;
}
.brown-600-border-right {
  border-right-color: #e53935 !important;
}
.brown-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.brown-600-border-left {
  border-left-color: #e53935 !important;
}
.brown-700-bg {
  background-color: #d32f2f !important;
}
.brown-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.brown-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.brown-700-fg {
  color: #d32f2f !important;
}
.brown-700-border {
  border-color: #d32f2f !important;
}
.brown-700-border-top {
  border-top-color: #d32f2f !important;
}
.brown-700-border-right {
  border-right-color: #d32f2f !important;
}
.brown-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.brown-700-border-left {
  border-left-color: #d32f2f !important;
}
.brown-800-bg {
  background-color: #c62828 !important;
}
.brown-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.brown-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.brown-800-fg {
  color: #c62828 !important;
}
.brown-800-border {
  border-color: #c62828 !important;
}
.brown-800-border-top {
  border-top-color: #c62828 !important;
}
.brown-800-border-right {
  border-right-color: #c62828 !important;
}
.brown-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.brown-800-border-left {
  border-left-color: #c62828 !important;
}
.brown-900-bg {
  background-color: #b71c1c !important;
}
.brown-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.brown-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.brown-900-fg {
  color: #b71c1c !important;
}
.brown-900-border {
  border-color: #b71c1c !important;
}
.brown-900-border-top {
  border-top-color: #b71c1c !important;
}
.brown-900-border-right {
  border-right-color: #b71c1c !important;
}
.brown-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.brown-900-border-left {
  border-left-color: #b71c1c !important;
}
.brown-A100-bg {
  background-color: #ff8a80 !important;
}
.brown-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.brown-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.brown-A100-fg {
  color: #ff8a80 !important;
}
.brown-A100-border {
  border-color: #ff8a80 !important;
}
.brown-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.brown-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.brown-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.brown-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.brown-A200-bg {
  background-color: #ff5252 !important;
}
.brown-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.brown-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.brown-A200-fg {
  color: #ff5252 !important;
}
.brown-A200-border {
  border-color: #ff5252 !important;
}
.brown-A200-border-top {
  border-top-color: #ff5252 !important;
}
.brown-A200-border-right {
  border-right-color: #ff5252 !important;
}
.brown-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.brown-A200-border-left {
  border-left-color: #ff5252 !important;
}
.brown-A400-bg {
  background-color: #ff1744 !important;
}
.brown-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.brown-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.brown-A400-fg {
  color: #ff1744 !important;
}
.brown-A400-border {
  border-color: #ff1744 !important;
}
.brown-A400-border-top {
  border-top-color: #ff1744 !important;
}
.brown-A400-border-right {
  border-right-color: #ff1744 !important;
}
.brown-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.brown-A400-border-left {
  border-left-color: #ff1744 !important;
}
.brown-A700-bg {
  background-color: #d50000 !important;
}
.brown-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.brown-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.brown-A700-fg {
  color: #d50000 !important;
}
.brown-A700-border {
  border-color: #d50000 !important;
}
.brown-A700-border-top {
  border-top-color: #d50000 !important;
}
.brown-A700-border-right {
  border-right-color: #d50000 !important;
}
.brown-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.brown-A700-border-left {
  border-left-color: #d50000 !important;
}
.grey-50-bg {
  background-color: #ffebee !important;
}
.grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.grey-50-fg {
  color: #ffebee !important;
}
.grey-50-border {
  border-color: #ffebee !important;
}
.grey-50-border-top {
  border-top-color: #ffebee !important;
}
.grey-50-border-right {
  border-right-color: #ffebee !important;
}
.grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.grey-50-border-left {
  border-left-color: #ffebee !important;
}
.grey-100-bg {
  background-color: #ffcdd2 !important;
}
.grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.grey-100-fg {
  color: #ffcdd2 !important;
}
.grey-100-border {
  border-color: #ffcdd2 !important;
}
.grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.grey-200-bg {
  background-color: #ef9a9a !important;
}
.grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.grey-200-fg {
  color: #ef9a9a !important;
}
.grey-200-border {
  border-color: #ef9a9a !important;
}
.grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.grey-300-bg {
  background-color: #e57373 !important;
}
.grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.grey-300-fg {
  color: #e57373 !important;
}
.grey-300-border {
  border-color: #e57373 !important;
}
.grey-300-border-top {
  border-top-color: #e57373 !important;
}
.grey-300-border-right {
  border-right-color: #e57373 !important;
}
.grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.grey-300-border-left {
  border-left-color: #e57373 !important;
}
.grey-400-bg {
  background-color: #ef5350 !important;
}
.grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.grey-400-fg {
  color: #ef5350 !important;
}
.grey-400-border {
  border-color: #ef5350 !important;
}
.grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.grey-500-bg {
  background-color: #f44336 !important;
}
.grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-500-fg {
  color: #f44336 !important;
}
.grey-500-border {
  border-color: #f44336 !important;
}
.grey-500-border-top {
  border-top-color: #f44336 !important;
}
.grey-500-border-right {
  border-right-color: #f44336 !important;
}
.grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-500-border-left {
  border-left-color: #f44336 !important;
}
.grey-bg {
  background-color: #f44336 !important;
}
.grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.grey-fg {
  color: #f44336 !important;
}
.grey-border {
  border-color: #f44336 !important;
}
.grey-border-top {
  border-top-color: #f44336 !important;
}
.grey-border-right {
  border-right-color: #f44336 !important;
}
.grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.grey-border-left {
  border-left-color: #f44336 !important;
}
.grey-600-bg {
  background-color: #e53935 !important;
}
.grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.grey-600-fg {
  color: #e53935 !important;
}
.grey-600-border {
  border-color: #e53935 !important;
}
.grey-600-border-top {
  border-top-color: #e53935 !important;
}
.grey-600-border-right {
  border-right-color: #e53935 !important;
}
.grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.grey-600-border-left {
  border-left-color: #e53935 !important;
}
.grey-700-bg {
  background-color: #d32f2f !important;
}
.grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.grey-700-fg {
  color: #d32f2f !important;
}
.grey-700-border {
  border-color: #d32f2f !important;
}
.grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.grey-800-bg {
  background-color: #c62828 !important;
}
.grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.grey-800-fg {
  color: #c62828 !important;
}
.grey-800-border {
  border-color: #c62828 !important;
}
.grey-800-border-top {
  border-top-color: #c62828 !important;
}
.grey-800-border-right {
  border-right-color: #c62828 !important;
}
.grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.grey-800-border-left {
  border-left-color: #c62828 !important;
}
.grey-900-bg {
  background-color: #b71c1c !important;
}
.grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.grey-900-fg {
  color: #b71c1c !important;
}
.grey-900-border {
  border-color: #b71c1c !important;
}
.grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.grey-A100-bg {
  background-color: #ff8a80 !important;
}
.grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.grey-A100-fg {
  color: #ff8a80 !important;
}
.grey-A100-border {
  border-color: #ff8a80 !important;
}
.grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.grey-A200-bg {
  background-color: #ff5252 !important;
}
.grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.grey-A200-fg {
  color: #ff5252 !important;
}
.grey-A200-border {
  border-color: #ff5252 !important;
}
.grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.grey-A400-bg {
  background-color: #ff1744 !important;
}
.grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.grey-A400-fg {
  color: #ff1744 !important;
}
.grey-A400-border {
  border-color: #ff1744 !important;
}
.grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.grey-A700-bg {
  background-color: #d50000 !important;
}
.grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.grey-A700-fg {
  color: #d50000 !important;
}
.grey-A700-border {
  border-color: #d50000 !important;
}
.grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.blue-grey-50-bg {
  background-color: #ffebee !important;
}
.blue-grey-50 {
  background-color: #ffebee !important;
  color: #ffebee !important;
}
.blue-grey-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(255, 235, 238, 0.26) !important;
}
.blue-grey-50-fg {
  color: #ffebee !important;
}
.blue-grey-50-border {
  border-color: #ffebee !important;
}
.blue-grey-50-border-top {
  border-top-color: #ffebee !important;
}
.blue-grey-50-border-right {
  border-right-color: #ffebee !important;
}
.blue-grey-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.blue-grey-50-border-left {
  border-left-color: #ffebee !important;
}
.blue-grey-100-bg {
  background-color: #ffcdd2 !important;
}
.blue-grey-100 {
  background-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.blue-grey-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(255, 205, 210, 0.26) !important;
}
.blue-grey-100-fg {
  color: #ffcdd2 !important;
}
.blue-grey-100-border {
  border-color: #ffcdd2 !important;
}
.blue-grey-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.blue-grey-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.blue-grey-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.blue-grey-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.blue-grey-200-bg {
  background-color: #ef9a9a !important;
}
.blue-grey-200 {
  background-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.blue-grey-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(239, 154, 154, 0.26) !important;
}
.blue-grey-200-fg {
  color: #ef9a9a !important;
}
.blue-grey-200-border {
  border-color: #ef9a9a !important;
}
.blue-grey-200-border-top {
  border-top-color: #ef9a9a !important;
}
.blue-grey-200-border-right {
  border-right-color: #ef9a9a !important;
}
.blue-grey-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.blue-grey-200-border-left {
  border-left-color: #ef9a9a !important;
}
.blue-grey-300-bg {
  background-color: #e57373 !important;
}
.blue-grey-300 {
  background-color: #e57373 !important;
  color: #e57373 !important;
}
.blue-grey-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(229, 115, 115, 0.26) !important;
}
.blue-grey-300-fg {
  color: #e57373 !important;
}
.blue-grey-300-border {
  border-color: #e57373 !important;
}
.blue-grey-300-border-top {
  border-top-color: #e57373 !important;
}
.blue-grey-300-border-right {
  border-right-color: #e57373 !important;
}
.blue-grey-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.blue-grey-300-border-left {
  border-left-color: #e57373 !important;
}
.blue-grey-400-bg {
  background-color: #ef5350 !important;
}
.blue-grey-400 {
  background-color: #ef5350 !important;
  color: #ef5350 !important;
}
.blue-grey-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(239, 83, 80, 0.26) !important;
}
.blue-grey-400-fg {
  color: #ef5350 !important;
}
.blue-grey-400-border {
  border-color: #ef5350 !important;
}
.blue-grey-400-border-top {
  border-top-color: #ef5350 !important;
}
.blue-grey-400-border-right {
  border-right-color: #ef5350 !important;
}
.blue-grey-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.blue-grey-400-border-left {
  border-left-color: #ef5350 !important;
}
.blue-grey-500-bg {
  background-color: #f44336 !important;
}
.blue-grey-500 {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-500-fg {
  color: #f44336 !important;
}
.blue-grey-500-border {
  border-color: #f44336 !important;
}
.blue-grey-500-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-500-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-500-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-bg {
  background-color: #f44336 !important;
}
.blue-grey {
  background-color: #f44336 !important;
  color: #f44336 !important;
}
.blue-grey[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(244, 67, 54, 0.26) !important;
}
.blue-grey-fg {
  color: #f44336 !important;
}
.blue-grey-border {
  border-color: #f44336 !important;
}
.blue-grey-border-top {
  border-top-color: #f44336 !important;
}
.blue-grey-border-right {
  border-right-color: #f44336 !important;
}
.blue-grey-border-bottom {
  border-bottom-color: #f44336 !important;
}
.blue-grey-border-left {
  border-left-color: #f44336 !important;
}
.blue-grey-600-bg {
  background-color: #e53935 !important;
}
.blue-grey-600 {
  background-color: #e53935 !important;
  color: #e53935 !important;
}
.blue-grey-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(229, 57, 53, 0.26) !important;
}
.blue-grey-600-fg {
  color: #e53935 !important;
}
.blue-grey-600-border {
  border-color: #e53935 !important;
}
.blue-grey-600-border-top {
  border-top-color: #e53935 !important;
}
.blue-grey-600-border-right {
  border-right-color: #e53935 !important;
}
.blue-grey-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.blue-grey-600-border-left {
  border-left-color: #e53935 !important;
}
.blue-grey-700-bg {
  background-color: #d32f2f !important;
}
.blue-grey-700 {
  background-color: #d32f2f !important;
  color: #d32f2f !important;
}
.blue-grey-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(211, 47, 47, 0.26) !important;
}
.blue-grey-700-fg {
  color: #d32f2f !important;
}
.blue-grey-700-border {
  border-color: #d32f2f !important;
}
.blue-grey-700-border-top {
  border-top-color: #d32f2f !important;
}
.blue-grey-700-border-right {
  border-right-color: #d32f2f !important;
}
.blue-grey-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.blue-grey-700-border-left {
  border-left-color: #d32f2f !important;
}
.blue-grey-800-bg {
  background-color: #c62828 !important;
}
.blue-grey-800 {
  background-color: #c62828 !important;
  color: #c62828 !important;
}
.blue-grey-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(198, 40, 40, 0.26) !important;
}
.blue-grey-800-fg {
  color: #c62828 !important;
}
.blue-grey-800-border {
  border-color: #c62828 !important;
}
.blue-grey-800-border-top {
  border-top-color: #c62828 !important;
}
.blue-grey-800-border-right {
  border-right-color: #c62828 !important;
}
.blue-grey-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.blue-grey-800-border-left {
  border-left-color: #c62828 !important;
}
.blue-grey-900-bg {
  background-color: #b71c1c !important;
}
.blue-grey-900 {
  background-color: #b71c1c !important;
  color: #b71c1c !important;
}
.blue-grey-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(183, 28, 28, 0.26) !important;
}
.blue-grey-900-fg {
  color: #b71c1c !important;
}
.blue-grey-900-border {
  border-color: #b71c1c !important;
}
.blue-grey-900-border-top {
  border-top-color: #b71c1c !important;
}
.blue-grey-900-border-right {
  border-right-color: #b71c1c !important;
}
.blue-grey-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.blue-grey-900-border-left {
  border-left-color: #b71c1c !important;
}
.blue-grey-A100-bg {
  background-color: #ff8a80 !important;
}
.blue-grey-A100 {
  background-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.blue-grey-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(255, 138, 128, 0.26) !important;
}
.blue-grey-A100-fg {
  color: #ff8a80 !important;
}
.blue-grey-A100-border {
  border-color: #ff8a80 !important;
}
.blue-grey-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.blue-grey-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.blue-grey-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.blue-grey-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.blue-grey-A200-bg {
  background-color: #ff5252 !important;
}
.blue-grey-A200 {
  background-color: #ff5252 !important;
  color: #ff5252 !important;
}
.blue-grey-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 82, 82, 0.26) !important;
}
.blue-grey-A200-fg {
  color: #ff5252 !important;
}
.blue-grey-A200-border {
  border-color: #ff5252 !important;
}
.blue-grey-A200-border-top {
  border-top-color: #ff5252 !important;
}
.blue-grey-A200-border-right {
  border-right-color: #ff5252 !important;
}
.blue-grey-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.blue-grey-A200-border-left {
  border-left-color: #ff5252 !important;
}
.blue-grey-A400-bg {
  background-color: #ff1744 !important;
}
.blue-grey-A400 {
  background-color: #ff1744 !important;
  color: #ff1744 !important;
}
.blue-grey-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 23, 68, 0.26) !important;
}
.blue-grey-A400-fg {
  color: #ff1744 !important;
}
.blue-grey-A400-border {
  border-color: #ff1744 !important;
}
.blue-grey-A400-border-top {
  border-top-color: #ff1744 !important;
}
.blue-grey-A400-border-right {
  border-right-color: #ff1744 !important;
}
.blue-grey-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.blue-grey-A400-border-left {
  border-left-color: #ff1744 !important;
}
.blue-grey-A700-bg {
  background-color: #d50000 !important;
}
.blue-grey-A700 {
  background-color: #d50000 !important;
  color: #d50000 !important;
}
.blue-grey-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(213, 0, 0, 0.26) !important;
}
.blue-grey-A700-fg {
  color: #d50000 !important;
}
.blue-grey-A700-border {
  border-color: #d50000 !important;
}
.blue-grey-A700-border-top {
  border-top-color: #d50000 !important;
}
.blue-grey-A700-border-right {
  border-right-color: #d50000 !important;
}
.blue-grey-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.blue-grey-A700-border-left {
  border-left-color: #d50000 !important;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.avatar.big {
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
}
.avatar.huge {
  width: 96px;
  min-width: 96px;
  height: 96px;
  line-height: 96px;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.avatar-wrapper mat-icon.status {
  position: absolute;
  top: 28px;
  left: 28px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4caf50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #f44336;
}
mat-icon.status.do-not-disturb:before {
  content: "remove_circle_outline";
}
mat-icon.status.away {
  color: #ffc107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.form-wrapper {
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 48px;
  max-height: 48px;
  height: 48px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding: 0 8px;
  border-radius: 4px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.simple-pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 56px;
  line-height: 56px;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
}
.simple-pagination .pagination-item.active {
  cursor: default;
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
}
.price-tables .price-table {
  position: relative;
  width: 280px;
  border-radius: 2px;
  margin: 12px;
  overflow: hidden;
}
.price-tables .price-table.style-1 .package-type {
  font-size: 17px;
  padding: 16px 24px;
}
.price-tables .price-table.style-1 .package-type .sale {
  font-size: 13px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price {
  padding: 32px 32px 16px 32px;
}
.price-tables .price-table.style-1 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-1 .price .period {
  padding: 0 0 5px 4px;
  font-size: 17px;
}
.price-tables .price-table.style-1 mat-divider {
  margin: 16px 32px;
}
.price-tables .price-table.style-1 .terms {
  padding: 16px 32px;
  font-size: 15px;
}
.price-tables .price-table.style-1 .cta-button {
  margin: 16px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-2 .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .price {
  padding: 0 32px 8px 32px;
}
.price-tables .price-table.style-2 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-2 .price .value {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-2 .period {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .terms {
  padding: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-2 .terms .term {
  padding-bottom: 8px;
}
.price-tables .price-table.style-2 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-2 .cta-button {
  margin: 8px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-3 .package-type {
  padding: 32px;
  text-align: center;
}
.price-tables .price-table.style-3 .package-type .title {
  font-size: 34px;
}
.price-tables .price-table.style-3 .package-type .subtitle {
  font-size: 17px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price {
  padding: 16px 32px;
}
.price-tables .price-table.style-3 .price .currency {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price .value {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-3 .price .period {
  padding-left: 4px;
  text-align: center;
}
.price-tables .price-table.style-3 .terms {
  margin: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-3 .terms .term {
  padding-bottom: 16px;
}
.price-tables .price-table.style-3 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-3 .cta-button {
  margin: 8px 32px;
}
.price-tables .price-table.style-3 .note {
  padding: 8px 32px 16px 32px;
  text-align: center;
}
.simple-table-container .table-title {
  font-size: 20px;
  padding: 24px;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 600;
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
table.simple.clickable tbody tr {
  cursor: pointer;
}
html.cdk-global-scrollblock {
  position: relative !important;
  overflow: hidden !important;
}
button .mat-button-wrapper {
  line-height: normal;
}
.mat-icon {
  font-weight: 400 !important;
  line-height: 1;
}
.mat-icon-button .mat-button-ripple {
  border-radius: 50%;
}
.mat-dialog-container {
  -webkit-overflow-scrolling: touch;
}
.mat-checkbox {
  font-size: 16px;
}
.mat-radio-button {
  font-size: 16px;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-focused .mat-form-field-ripple {
  background-color: #7d91ff !important;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  display: inline-flex;
  width: auto;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  margin-right: 8px;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper {
  display: inline-flex;
}
mat-horizontal-stepper mat-step-header mat-icon,
mat-vertical-stepper mat-step-header mat-icon {
  height: 16px !important;
  width: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: inherit !important;
}
mat-vertical-stepper {
  padding: 16px 0;
}
mat-chip mat-icon {
  min-width: 0 !important;
  min-height: 0 !important;
}
.mat-card-image {
  max-width: none !important;
}
html {
  font-family:
    "Muli",
    "Helvetica Neue",
    "Arial",
    sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 14px;
}
html,
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
a {
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover,
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "\2014\a0";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "\2014\a0";
}
code {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    "Ubuntu Mono",
    monospace;
}
code:not(.highlight) {
  color: #106cc8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #f7f49a;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 24px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 17px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 13px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #f44336;
}
.changelog .entry .groups .new .title {
  background: #43a047;
}
.changelog .entry .groups .improved .title {
  background: #673ab7;
}
.changelog .entry .groups .fixed .title {
  background: #2196f3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607d8b;
  border-left: 6px solid #37474f;
  color: rgb(255, 255, 255);
}
.message-box.error {
  background: #ef5350;
  border-left-color: #b71c1c;
}
.message-box.warning {
  background: #ffecb3;
  border-left-color: #ffc107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4caf50;
  border-left-color: #2e7d32;
}
.message-box.info {
  background: #b3e5fc;
  border-left-color: #03a9f4;
  color: rgba(0, 0, 0, 0.87);
}
.docs {
  font-size: 16px;
}
.docs > .content {
  max-width: 980px;
}
.docs > .content > .main-title:first-child {
  margin-top: 0;
}
.docs .main-title {
  display: flex;
  margin-top: 72px;
  font-size: 24px;
}
.docs .section-title {
  display: inline-flex;
  font-size: 18px;
  margin-top: 24px;
  border-bottom: 1px solid #f44336;
  color: #f44336;
}
.docs ol,
.docs ul {
  padding-left: 24px;
}
.docs ol li,
.docs ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}
.docs p {
  line-height: 1.7;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded > .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.tabbed > .center {
  width: 100%;
  min-width: 0;
}
.page-layout.carded.fullwidth.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
  width: 100%;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar,
.page-layout.carded.right-sidebar {
  flex-direction: row;
}
.page-layout.carded.left-sidebar > .sidebar,
.page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .sidebar.locked-open,
.page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.carded.left-sidebar > .sidebar .header,
.page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
.page-layout.carded.left-sidebar > .sidebar .content,
.page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar > .center,
.page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
.page-layout.carded.left-sidebar > .center > .header,
.page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
.page-layout.carded.left-sidebar > .center > .content-card,
.page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar .sidebar-toggle,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar > .center > .content-card > .content,
.page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center,
.page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .page-layout.carded.left-sidebar.tabbed > .center,
  .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidebar.tabbed > .center > .header,
.page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.left-sidebar.inner-scroll,
.page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll > .center,
.page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card > .content,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header,
.page-layout.simple.inner-sidebar > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar,
.page-layout.simple.right-sidebar {
  flex-direction: row;
}
.page-layout.simple.left-sidebar > .sidebar,
.page-layout.simple.right-sidebar > .sidebar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .sidebar.locked-open,
.page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.simple.left-sidebar > .sidebar .content,
.page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar > .center,
.page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.left-sidebar > .center > .header,
.page-layout.simple.right-sidebar > .center > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar > .center > .content,
.page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidebar.inner-scroll,
.page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-scroll > .center,
.page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar,
.page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar.locked-open,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.tabbed > .content > .mat-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidebar > .center,
  .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
.fuse-card {
  max-width: 320px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.variable-width {
  min-width: 0;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.fuse-card .card-divider {
  margin: 16px;
}
.fuse-card .card-divider.full-width {
  margin: 0;
}
.fuse-card .card-expand-area {
  overflow: hidden;
}
.fuse-card .card-expand-area .card-expanded-content {
  padding: 8px 16px 16px 16px;
  line-height: 1.75;
}
.nav .nav-subheader {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-group {
  display: block;
}
.nav .nav-group > .group-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-item .nav-link {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: currentColor;
}
.nav .nav-item .nav-link > .nav-link-title {
  flex: 1 1 auto;
  white-space: nowrap;
}
.nav .nav-item .nav-link .nav-link-badge {
  display: flex;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 0.1s;
  margin-left: 8px;
}
.nav .nav-item .nav-link .nav-link-badge + .collapsable-arrow {
  margin-left: 8px;
}
.nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link.active .nav-link-icon {
  opacity: 1;
}
.nav .nav-item .nav-link.active .nav-link-badge {
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.nav .nav-item .nav-link .nav-link-icon {
  margin-right: 16px;
}
.nav .nav-item .nav-link .nav-link-icon,
.nav .nav-item .nav-link .collapsable-arrow {
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
}
.nav .nav-item.nav-collapsable {
  display: block;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .nav-link,
.nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-title,
.nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 56px;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item > .nav-link,
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-title,
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 72px;
}
.nav > .nav-item.nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-item.nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav > .nav-group > .group-items > .nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-group > .group-items > .nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav.vertical .nav-group .group-title {
  text-transform: uppercase;
}
.nav.horizontal {
  display: flex;
  flex-direction: row;
}
.nav.horizontal .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal .nav-item.nav-collapsable .children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  min-width: 200px;
  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);
}
.nav.horizontal .nav-item.nav-collapsable .children.open {
  display: block;
}
.nav.horizontal .nav-item.nav-collapsable .children .nav-link {
  padding-left: 24px !important;
}
.nav.horizontal > .nav-item > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link .collapsable-arrow {
  display: none;
}
.nav.horizontal > .nav-item.nav-collapsable > .children {
  top: 100%;
  left: 0;
}
.nav.material2 .nav-subheader,
.material2 .nav .nav-subheader {
  height: 40px;
}
.nav.material2 .nav-group > .group-title,
.material2 .nav .nav-group > .group-title {
  height: 40px;
}
.nav.material2 .nav-item .nav-link,
.material2 .nav .nav-item .nav-link {
  height: 40px;
  padding: 0 12px 0 24px;
  border-radius: 0 20px 20px 0;
  margin-right: 16px;
}
button,
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
@media all {
  .page-break-after,
  .page-break-before {
    display: none;
  }
}
@media print {
  html,
  body {
    height: auto !important;
    overflow: initial !important;
  }
  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }
  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }
  app fuse-sidebar,
  app navbar,
  app toolbar,
  app footer,
  app .theme-options-button,
  app fuse-theme-options,
  app .ps > .ps__rail-x,
  app .ps > .ps__rail-y {
    display: none !important;
  }
  app #main,
  app #container-1,
  app #container-2,
  app #container-3 {
    padding: 0 !important;
  }
  app .ps {
    overflow: visible !important;
  }
  app .mat-drawer-container,
  app .mat-sidenav-container {
    background-color: white !important;
  }
  app .mat-drawer-container .mat-drawer-content,
  app .mat-drawer-container .mat-sidenav-content,
  app .mat-sidenav-container .mat-drawer-content,
  app .mat-sidenav-container .mat-sidenav-content {
    overflow: initial !important;
    height: auto !important;
  }
}
code[class*=language-],
pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  font-family:
    Consolas,
    Menlo,
    Monaco,
    "Andale Mono WT",
    "Andale Mono",
    "Lucida Console",
    "Lucida Sans Typewriter",
    "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono",
    "Liberation Mono",
    "Nimbus Mono L",
    "Courier New",
    Courier,
    monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #cdd3de;
  background: #263238;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
pre[class*=language-] {
  padding: 12px;
}
:not(pre) > code[class*=language-] {
  padding: 2px 6px;
}
code[class*=language-] .namespace,
pre[class*=language-] .namespace {
  opacity: 0.7;
}
code[class*=language-] .token.comment,
code[class*=language-] .token.prolog,
code[class*=language-] .token.doctype,
code[class*=language-] .token.cdata,
pre[class*=language-] .token.comment,
pre[class*=language-] .token.prolog,
pre[class*=language-] .token.doctype,
pre[class*=language-] .token.cdata {
  color: #62727a;
}
code[class*=language-] .token.null,
code[class*=language-] .token.operator,
code[class*=language-] .token.boolean,
code[class*=language-] .token.number,
pre[class*=language-] .token.null,
pre[class*=language-] .token.operator,
pre[class*=language-] .token.boolean,
pre[class*=language-] .token.number {
  color: #ea9560;
}
code[class*=language-] .token.string,
pre[class*=language-] .token.string {
  color: #80cbc4;
}
code[class*=language-] .token.attr-name,
pre[class*=language-] .token.attr-name {
  color: #ea9560;
}
code[class*=language-] .token.entity,
code[class*=language-] .token.url,
.language-css code[class*=language-] .token.string,
.style code[class*=language-] .token.string,
pre[class*=language-] .token.entity,
pre[class*=language-] .token.url,
.language-css pre[class*=language-] .token.string,
.style pre[class*=language-] .token.string {
  color: #80cbc4;
}
code[class*=language-] .token.selector,
pre[class*=language-] .token.selector {
  color: #82aaff;
}
code[class*=language-] .token.attr-value,
code[class*=language-] .token.keyword,
code[class*=language-] .token.control,
code[class*=language-] .token.directive,
code[class*=language-] .token.unit,
pre[class*=language-] .token.attr-value,
pre[class*=language-] .token.keyword,
pre[class*=language-] .token.control,
pre[class*=language-] .token.directive,
pre[class*=language-] .token.unit {
  color: #8bd649;
}
code[class*=language-] .token.important,
pre[class*=language-] .token.important {
  color: #ec5f67;
}
code[class*=language-] .token.atrule,
pre[class*=language-] .token.atrule {
  color: #80cbc4;
}
code[class*=language-] .token.regex,
code[class*=language-] .token.statement,
pre[class*=language-] .token.regex,
pre[class*=language-] .token.statement {
  color: #80cbc4;
}
code[class*=language-] .token.placeholder,
code[class*=language-] .token.variable,
pre[class*=language-] .token.placeholder,
pre[class*=language-] .token.variable {
  color: #89ddff;
}
code[class*=language-] .token.property,
pre[class*=language-] .token.property {
  color: #ffcc00;
}
code[class*=language-] .token.tag,
pre[class*=language-] .token.tag {
  color: #89ddff;
}
code[class*=language-] .token.important,
code[class*=language-] .token.statement,
pre[class*=language-] .token.important,
pre[class*=language-] .token.statement {
  font-weight: bold;
}
code[class*=language-] .token.punctuation,
pre[class*=language-] .token.punctuation {
  color: #cdd3de;
}
code[class*=language-] .token.entity,
pre[class*=language-] .token.entity {
  cursor: help;
}
code[class*=language-] .token.debug,
pre[class*=language-] .token.debug {
  color: red;
}
.ps {
  position: relative;
}
.ps > .ps__rail-x {
  z-index: 99999;
}
.ps > .ps__rail-y {
  z-index: 99999;
  left: auto !important;
}
.color-picker {
  height: auto !important;
  border: none !important;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.color-picker .preset-area {
  padding: 0 0 16px 16px !important;
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.color-picker .preset-area > hr {
  display: none;
}
.color-picker .preset-area .preset-label {
  display: none;
}
.color-picker .preset-area .preset-color {
  display: block !important;
  float: left !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.color-picker .preset-area .preset-color:nth-child(14n+1) {
  clear: both;
}
.profile-box header.primary,
.profile-box header.accent,
.profile-box .header-create.primary,
.profile-box .header-create.accent {
  border-radius: 12px 12px 0 0;
}
.profile-box.info-box,
.profile-box.general {
  border-radius: 12px;
  overflow: hidden;
}
.info-line {
  margin-bottom: 14px !important;
}
.info-line .title {
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: var(--text-colors) !important;
  padding-bottom: 2px !important;
}
.info-line > span,
.info-line > div:not(.title),
.info-line > p,
.info-line > mat-form-field {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--text-colors) !important;
}
.profile-box {
  margin-bottom: 20px !important;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mat-mdc-tab-group .mdc-tab-indicator__content--underline {
  border-top-width: 3px !important;
  border-radius: 3px 3px 0 0 !important;
}
.mat-mdc-tab-group .mat-mdc-tab {
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
}
.mat-mdc-raised-button,
.mat-mdc-outlined-button {
  border-radius: 20px !important;
}
.mat-mdc-chip {
  border-radius: 20px !important;
}
.example-chip-list .mat-mdc-form-field-outline {
  border-radius: 12px !important;
}
.example-chip-list .mdc-notched-outline__leading,
.example-chip-list .mdc-notched-outline__notch,
.example-chip-list .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12) !important;
}
.mat-mdc-table .mat-mdc-header-row {
  background: var(--bg-colors-2) !important;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  font-weight: 600 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}
.mat-mdc-table .mat-mdc-row {
  transition: background-color 0.15s ease;
}
.mat-mdc-table .mat-mdc-row:hover {
  background-color: rgba(3, 155, 229, 0.04) !important;
}
.mat-mdc-table .mat-mdc-row .mat-mdc-cell {
  border-bottom-color: rgba(0, 0, 0, 0.06) !important;
}
.gt2-sub-header {
  background:
    linear-gradient(
      135deg,
      #2D323E 0%,
      #464e60 75%,
      #2D323E 100%) !important;
}
.gt2-theme .header.accent {
  background:
    linear-gradient(
      135deg,
      #039BE5 0%,
      #0277BD 50%,
      #01579B 100%) !important;
}
.header-page-icon,
.header-page-icon.mat-icon,
mat-icon.header-page-icon {
  color: #fff !important;
  font-size: 28px;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  flex-shrink: 0;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" -25,
    "opsz" 12;
}
.gt2-mr-1 {
  margin-right: 1px;
}
.gt2-pr-1 {
  padding-right: 1px;
}
.gt2-ml-1 {
  margin-left: 1px;
}
.gt2-pl-1 {
  padding-left: 1px;
}
.gt2-mr-2 {
  margin-right: 2px;
}
.gt2-pr-2 {
  padding-right: 2px;
}
.gt2-ml-2 {
  margin-left: 2px;
}
.gt2-pl-2 {
  padding-left: 2px;
}
.gt2-mr-3 {
  margin-right: 3px;
}
.gt2-pr-3 {
  padding-right: 3px;
}
.gt2-ml-3 {
  margin-left: 3px;
}
.gt2-pl-3 {
  padding-left: 3px;
}
.flex-row-wrap-start-start {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
.flex-row-center-end {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: end !important;
}
.flex-row-space-between-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.flex-column-center-space-between {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: space-between !important;
}
.flex-column-center-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.flex-column-center-center-reverse {
  display: flex !important;
  flex-direction: column-reverse !important;
  justify-content: center !important;
  align-items: center !important;
}
.flex-column-end-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: end !important;
}
.flex-column-start-space-between {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: start !important;
}
.flex-column-start-start {
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  align-items: start !important;
}
.flex-column-space-between-stretch {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}
.flex-column-space-between-start {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: start !important;
}
.flex-row-end-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: end !important;
  align-items: center !important;
}
.flex-row-center-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.fxFlex-80 {
  flex: 0 0 80px !important;
}
.fxFlex-45 {
  flex: 0 0 45px !important;
}
.fxFlex-55 {
  flex: 0 0 55px !important;
}
.fxFlex {
  flex: 1 1 auto !important;
}
.fxFlexFill {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.hide {
  display: none !important;
}
@media (max-width: 959px) {
  .show {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .fxLayout-column-xs {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media (max-width: 600px) {
  .fxLayout-row-xs {
    display: flex !important;
    flex-direction: row !important;
  }
}
@media (max-width: 600px) {
  .fxFlex-100p-xs {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 600px) {
  .fxLayout-align-xs {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 600px) {
  .fxHide-xs {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .fxShow-xs {
    display: block !important;
  }
}
.fxLayout-column {
  display: flex !important;
  flex-direction: column !important;
}
.fxFill {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
}
.fxHide {
  display: none !important;
}
.fxFlex-5 {
  flex: 0 0 5px !important;
}
.fxFlex-8 {
  flex: 0 0 8px !important;
}
.fxFlex-10 {
  flex: 0 0 10px !important;
}
.fxFlex-12 {
  flex: 0 0 12px !important;
}
.fxFlex-13 {
  flex: 0 0 13px !important;
}
.fxFlex-14 {
  flex: 0 0 14px !important;
}
.fxFlex-20 {
  flex: 0 0 20px !important;
}
.fxFlex-21 {
  flex: 0 0 21px !important;
}
.fxFlex-22 {
  flex: 0 0 22px !important;
}
.fxFlex-25 {
  flex: 0 0 25px !important;
}
.fxFlex-33 {
  flex: 0 0 33px !important;
}
.fxFlex-35 {
  flex: 0 0 35px !important;
}
.fxFlex-39 {
  flex: 0 0 39px !important;
}
.fxFlex-40 {
  flex: 0 0 40px !important;
}
.fxFlex-42 {
  flex: 0 0 42px !important;
}
.fxFlex-49-5 {
  flex: 0 0 49.5px !important;
}
.fxFlex-50 {
  flex: 0 0 50px !important;
}
.fxFlex-54 {
  flex: 0 0 54px !important;
}
.fxFlex-58 {
  flex: 0 0 58px !important;
}
.fxFlex-60 {
  flex: 0 0 60px !important;
}
.fxFlex-65 {
  flex: 0 0 65px !important;
}
.fxFlex-70 {
  flex: 0 0 70px !important;
}
.fxFlex-72 {
  flex: 0 0 72px !important;
}
.fxFlex-75 {
  flex: 0 0 75px !important;
}
.fxFlex-76 {
  flex: 0 0 76px !important;
}
.fxFlex-80 {
  flex: 0 0 80px !important;
}
.fxFlex-88 {
  flex: 0 0 88px !important;
}
.flex-95 {
  flex: 0 0 95px !important;
}
.fxFlex-95 {
  flex: 0 0 95px !important;
}
.fxFlex-98 {
  flex: 0 0 98px !important;
}
.fxFlex-100 {
  flex: 0 1 100px !important;
}
.fxFlex-120 {
  flex: 0 1 120px !important;
}
.fxFlex-140 {
  flex: 0 0 140px !important;
}
.fxFlex-142 {
  flex: 0 0 142px !important;
}
.fxFlex-150 {
  flex: 0 0 150px !important;
}
.fxFlex-160 {
  flex: 0 0 160px !important;
}
.fxFlex-175 {
  flex: 0 0 175px !important;
}
.fxFlex-176 {
  flex: 0 0 176px !important;
}
.fxFlex-180 {
  flex: 0 0 180px !important;
}
.fxFlex-200 {
  flex: 0 0 200px !important;
}
.fxFlex-230 {
  flex: 0 0 230px !important;
}
.fxFlex-288 {
  flex: 0 0 288px !important;
}
.fxFlex-5p {
  flex: 1 1 100% !important;
  max-width: 5% !important;
}
.fxFlex-6p {
  flex: 1 1 100% !important;
  max-width: 6% !important;
}
.fxFlex-7p {
  flex: 1 1 100% !important;
  max-width: 7% !important;
}
.fxFlex-8p {
  flex: 1 1 100% !important;
  max-width: 8% !important;
}
.fxFlex-9p {
  flex: 1 1 100% !important;
  max-width: 9% !important;
}
.fxFlex-10p {
  flex: 1 1 100% !important;
  max-width: 10% !important;
}
.fxFlex-11p {
  flex: 1 1 100% !important;
  max-width: 11% !important;
}
.fxFlex-12p {
  flex: 1 1 100% !important;
  max-width: 12% !important;
}
.fxFlex-13p {
  flex: 1 1 100% !important;
  max-width: 13% !important;
}
.fxFlex-14p {
  flex: 1 1 100% !important;
  max-width: 14% !important;
}
.fxFlex-15p {
  flex: 1 1 100% !important;
  max-width: 15% !important;
}
.fxFlex-16p {
  flex: 1 1 100% !important;
  max-width: 16% !important;
}
.fxFlex-17p {
  flex: 1 1 100% !important;
  max-width: 17% !important;
}
.fxFlex-18p {
  flex: 1 1 100% !important;
  max-width: 18% !important;
}
.fxFlex-19p {
  flex: 1 1 100% !important;
  max-width: 19% !important;
}
.fxFlex-20p {
  flex: 1 1 100% !important;
  max-width: 20% !important;
}
.fxFlex-21p {
  flex: 1 1 100% !important;
  max-width: 21% !important;
}
.fxFlex-22p {
  flex: 1 1 100% !important;
  max-width: 22% !important;
}
.fxFlex-23p {
  flex: 1 1 100% !important;
  max-width: 23% !important;
}
.fxFlex-24p {
  flex: 1 1 100% !important;
  max-width: 24% !important;
}
.fxFlex-25p {
  flex: 1 1 100% !important;
  max-width: 25% !important;
}
.fxFlex-26p {
  flex: 1 1 100% !important;
  max-width: 26% !important;
}
.fxFlex-27p {
  flex: 1 1 100% !important;
  max-width: 27% !important;
}
.fxFlex-28p {
  flex: 1 1 100% !important;
  max-width: 28% !important;
}
.fxFlex-29p {
  flex: 1 1 100% !important;
  max-width: 29% !important;
}
.fxFlex-30p {
  flex: 1 1 100% !important;
  max-width: 30% !important;
}
.fxFlex-31p {
  flex: 1 1 100% !important;
  max-width: 31% !important;
}
.fxFlex-32p {
  flex: 1 1 100% !important;
  max-width: 32% !important;
}
.fxFlex-33p {
  flex: 1 1 100% !important;
  max-width: 33% !important;
}
.fxFlex-34p {
  flex: 1 1 100% !important;
  max-width: 34% !important;
}
.fxFlex-35p {
  flex: 1 1 100% !important;
  max-width: 35% !important;
}
.fxFlex-36p {
  flex: 1 1 100% !important;
  max-width: 36% !important;
}
.fxFlex-37p {
  flex: 1 1 100% !important;
  max-width: 37% !important;
}
.fxFlex-38p {
  flex: 1 1 100% !important;
  max-width: 38% !important;
}
.fxFlex-39p {
  flex: 1 1 100% !important;
  max-width: 39% !important;
}
.fxFlex-40p {
  flex: 1 1 100% !important;
  max-width: 40% !important;
}
.fxFlex-45p {
  flex: 1 1 100% !important;
  max-width: 45% !important;
}
.fxFlex-48p {
  flex: 1 1 100% !important;
  max-width: 48% !important;
}
.fxFlex-48-7p {
  flex: 1 1 100% !important;
  max-width: 48.7% !important;
}
.fxFlex-49-5p {
  flex: 1 1 100% !important;
  max-width: 49.5% !important;
}
.fxFlex-50p {
  flex: 1 1 100% !important;
  max-width: 50% !important;
}
.fxFlex-55p {
  flex: 1 1 100% !important;
  max-width: 55% !important;
}
.fxFlex-60p {
  flex: 1 1 100% !important;
  max-width: 60% !important;
}
.fxFlex-61p {
  flex: 1 1 100% !important;
  max-width: 61% !important;
}
.fxFlex-65p {
  flex: 1 1 100% !important;
  max-width: 65% !important;
}
.fxFlex-68p {
  flex: 1 1 100% !important;
  max-width: 68% !important;
}
.fxFlex-69p {
  flex: 1 1 100% !important;
  max-width: 68% !important;
}
.fxFlex-70p {
  flex: 1 1 100% !important;
  max-width: 70% !important;
}
.fxFlex-75p {
  flex: 1 1 100% !important;
  max-width: 75% !important;
}
.fxFlex-80p {
  flex: 1 1 100% !important;
  max-width: 80% !important;
}
.fxFlex-85p {
  flex: 1 1 100% !important;
  max-width: 85% !important;
}
.fxFlex-90p {
  flex: 1 1 100% !important;
  max-width: 90% !important;
}
.fxFlex-95p {
  flex: 1 1 100% !important;
  max-width: 95% !important;
}
.fxFlex-100p {
  flex: 1 1 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.flex-row-center-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: start !important;
}
.flex-row-space-between-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: start !important;
}
.flex-row-start-end {
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: end !important;
}
.flex-row-start-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: center !important;
}
.flex-row-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
}
.flex-column-end-end {
  display: flex !important;
  flex-direction: column !important;
  justify-content: end !important;
  align-items: end !important;
}
.flex-row-end-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: end !important;
  align-items: start !important;
}
.flex-column-start-stretch {
  display: flex !important;
  flex-direction: column !important;
  justify-content: stretch !important;
  align-items: start !important;
}
.flex-row-start-start {
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: start !important;
}
.flex-column-center-start {
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  align-items: center !important;
}
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.fxFlexAuto {
  flex: 1 0 auto !important;
}
.fxFlexNoAuto {
  flex: 0 1 auto !important;
}
.fxFlexZeroAuto {
  flex: 0 0 auto !important;
}
.fxLayoutWrap {
  display: flex !important;
  flex-wrap: wrap !important;
}
.fxLayoutGap-20 {
  display: flex !important;
  gap: 20px !important;
}
.gap-8 {
  gap: 8px !important;
}
.gap-12 {
  gap: 12px !important;
}
.gap-16 {
  gap: 16px !important;
}
.gap-24 {
  gap: 24px !important;
}
@media (max-width: 599px) {
  .flex-column-xs {
    flex-direction: column !important;
  }
}
.fx-hide {
  display: none !important;
}
@media (max-width: 599px) {
  .fx-hide-xs {
    display: none !important;
  }
}
.resizing-active {
  cursor: col-resize;
  -webkit-user-select: none;
  user-select: none;
}
[appResizable] {
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  [appResizable] {
    flex: 1 1 auto !important;
    width: 100% !important;
    padding-right: 0;
  }
  [appResizable]::after {
    display: none;
  }
}
[appResizable]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 10px;
  background: transparent;
  cursor: col-resize;
  z-index: 10;
}
[appResizable]:hover::after {
  background-color: rgba(0, 123, 255, 0.1);
}
@media (min-width: 600px) and (max-width: 959px) {
  .fx-hide-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .fx-hide-md {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .fx-hide-lg {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .fx-hide-xl {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .fx-hide-gt-sm {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .fx-hide-lt-lg {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .fx-hide-gt-xs {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .fx-hide-lt-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .fx-hide-gt-md {
    display: none !important;
  }
}
.fx-show-gt-md {
  display: none !important;
}
@media (min-width: 1280px) {
  .fx-show-gt-md {
    display: block !important;
  }
}
.fx-show-gt-sm {
  display: none !important;
}
@media (min-width: 960px) {
  .fx-show-gt-sm {
    display: block !important;
  }
}
.fx-show-gt-xs {
  display: none !important;
}
@media (min-width: 600px) {
  .fx-show-gt-xs {
    display: block !important;
  }
}
.mat-mdc-form-field-infix {
  width: auto !important;
}
.note-section {
  background-color: transparent;
}
.underline {
  text-decoration: underline;
}
.white-icon {
  color: white;
}
.scrollable-dialog .mat-dialog-container,
.scrollable-dialog .mat-mdc-dialog-container,
.custom-dialog-container .mat-dialog-container,
.table-dialog-container .mat-dialog-container {
  padding: 0 !important;
}
.create-event-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
}
.create-event-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden !important;
}
.right-side-panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100vh !important;
  max-height: 100vh !important;
  border-radius: 0 !important;
}
.right-side-panel .mat-mdc-dialog-container {
  border-radius: 0 !important;
  max-height: 100vh !important;
}
.right-side-panel .mat-mdc-dialog-surface {
  border-radius: 0 !important;
}
.firebase-status-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 20px 24px !important;
  box-sizing: border-box;
}
.report-dialog-container .mat-dialog-container,
.report-dialog-container .mat-dialog-content {
  padding: 0 !important;
  background-color: white !important;
  margin: 0 !important;
}
.report-dialog-container .mat-dialog-title {
  padding: 0 !important;
  margin: 0 !important;
}
@keyframes btn-spinner {
  to {
    transform: rotate(360deg);
  }
}
.btn-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-top-color: #000000;
  animation: btn-spinner 0.8s linear infinite;
}
.ngx-timepicker,
.input,
.p-inputtext {
  background-color: transparent !important;
  color: var(--text-colors) !important;
}
.ngx-timepicker-control__arrow {
  font-size: 14px !important;
  line-height: 1 !important;
}
.ngx-timepicker-control__arrows {
  gap: 0;
  justify-content: center;
}
.p-multiselect-items-wrapper {
  background-color: var(--bg-colors) !important;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #007ad9;
  background: #007ad9;
}
.p-checkbox .p-checkbox-box {
  background-color: transparent;
}
.p-dropdown,
.p-multiselect {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
.p-dropdown .p-dropdown-label,
.p-dropdown .p-multiselect-label,
.p-dropdown .p-multiselect-trigger,
.p-multiselect .p-dropdown-label,
.p-multiselect .p-multiselect-label,
.p-multiselect .p-multiselect-trigger {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
.p-dropdown .p-multiselect-panel .p-multiselect-header,
.p-multiselect .p-multiselect-panel .p-multiselect-header {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
.p-dropdown .p-multiselect-panel .p-multiselect-header:hover,
.p-multiselect .p-multiselect-panel .p-multiselect-header:hover {
  background-color: var(--bg-colors-2) !important;
  color: var(--text-colors) !important;
}
.p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item,
.p-dropdown .p-multiselect-panel .p-multiselect-items .p-multiselect-item,
.p-multiselect .p-dropdown-panel .p-dropdown-items .p-dropdown-item,
.p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
.p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover,
.p-dropdown .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover,
.p-multiselect .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover,
.p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item:hover {
  background-color: var(--bg-colors-2) !important;
  color: var(--text-colors) !important;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background-color: #007ad9 !important;
  color: white !important;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight svg {
  color: white !important;
}
.p-dropdown-item {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
}
.p-dropdown-item:hover {
  background-color: var(--bg-colors-2) !important;
  color: var(--text-colors) !important;
}
body .p-paginator {
  background-color: var(--bg-colors) !important;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead {
  background-color: transparent !important;
}
[style*="background-color: rgb(156, 39, 176)"],
[style*="background-color:#9c27b0"],
[style*="background: #9c27b0"],
.gt2-pink {
  background:
    linear-gradient(
      135deg,
      #ab47bc 0%,
      #9c27b0 50%,
      #7b1fa2 100%) !important;
}
app-dashboard-operations .p-datatable .p-datatable-thead > tr > th {
  border-color: rgba(200, 200, 200, 0.25) !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 10px 0.857rem !important;
}
app-dashboard-operations .p-datatable .p-datatable-tbody > tr > td {
  border-color: rgba(200, 200, 200, 0.15) !important;
  font-size: 13px !important;
}
app-dashboard-operations .p-datatable .p-datatable-tbody > tr {
  transition: background-color 0.15s ease !important;
}
app-dashboard-operations .p-datatable .p-datatable-tbody > tr:hover > td {
  background-color: rgb(3, 155, 229) !important;
}
app-dashboard-operations .p-paginator {
  border-top: 1px solid rgba(200, 200, 200, 0.2) !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
app-dashboard-operations .p-paginator .p-paginator-page,
app-dashboard-operations .p-paginator .p-paginator-first,
app-dashboard-operations .p-paginator .p-paginator-prev,
app-dashboard-operations .p-paginator .p-paginator-next,
app-dashboard-operations .p-paginator .p-paginator-last {
  border-radius: 8px !important;
  min-width: 32px !important;
  height: 32px !important;
  margin: 0 2px !important;
}
app-dashboard-operations .p-datatable .p-datatable-thead th .p-column-filter .p-inputtext {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  height: 34px !important;
}
app-dashboard-operations .p-datatable .p-datatable-thead th .p-column-filter .p-dropdown {
  border-radius: 8px !important;
  height: 34px !important;
}
app-dashboard-operations > .p-multiselect {
  border-radius: 10px !important;
}
app-dashboard-events app-collection-table-sort .collection-table-jul {
  padding: 4px 8px;
}
app-dashboard-events app-collection-table-sort .mat-mdc-table {
  background: transparent !important;
}
app-dashboard-events app-collection-table-sort .mat-mdc-row {
  margin: 4px 0;
  border-radius: 10px;
  background: var(--bg-colors) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border-left: 3px solid transparent;
  transition:
    box-shadow 0.15s ease,
    border-left-color 0.15s ease,
    transform 0.1s ease;
  cursor: pointer;
}
app-dashboard-events app-collection-table-sort .mat-mdc-row:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  border-left-color: var(--primary-color);
  transform: translateY(-1px);
}
app-dashboard-events app-collection-table-sort .mat-mdc-header-row {
  border-radius: 8px;
  background: var(--bg-colors-2) !important;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.header.accent,
.header.accent-800 {
  background:
    linear-gradient(
      135deg,
      #03a9f4 0%,
      #0288d1 50%,
      #01579b 100%) !important;
}
.header.primary {
  background:
    linear-gradient(
      135deg,
      #5c6bc0 0%,
      #3949ab 50%,
      #1a237e 100%) !important;
}
.header.warn-900 {
  background:
    linear-gradient(
      135deg,
      #d32f2f 0%,
      #b71c1c 50%,
      #7f0000 100%) !important;
}
.p-datatable .p-datatable-header,
.p-datatable .p-datatable-tfoot > tr > td {
  background-color: var(--bg-colors-2) !important;
  color: var(--text-colors) !important;
  border: 1px solid rgba(200, 200, 200, 0.4666666667) !important;
}
.p-datatable .p-datatable-thead > tr > th {
  background-color: var(--bg-colors-2) !important;
  color: var(--text-colors) !important;
  border: 1px solid rgba(200, 200, 200, 0.4666666667) !important;
  padding: 0.5rem 0.857rem !important;
}
.p-datatable .p-datatable-tbody > tr > td {
  background-color: var(--bg-colors) !important;
  color: var(--text-colors) !important;
  border: 1px solid rgba(200, 200, 200, 0.4666666667) !important;
  padding: 0 0.857rem !important;
}
.p-datatable .p-datatable-tbody > tr:nth-child(odd) > td {
  background-color: var(--dt-row-odd-color) !important;
}
.p-datatable .p-column-resizer {
  border: 0px !important;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: var(--text-colors) !important;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: var(--primary-color) !important;
}
.ngx-mat-drp-controls button .mat-button-wrapper,
.ngx-mat-drp-selected-date-label {
  color: var(--text-colors) !important;
}
.ngx-mat-drp-overlay {
  background-color: var(--bg-colors);
}
.timepicker .timepicker__header,
.timepicker .clock-face__clock-hand,
.timepicker .clock-face__number > span.active {
  background-color: #3949ab !important;
}
.timepicker .timepicker__body,
.timepicker .timepicker__actions {
  background-color: var(--bg-colors) !important;
}
.container-history-panel fuse-sidebar {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}
.assignments-compose-dialog {
  width: 100%;
}
.assignments-compose-dialog .mat-dialog-container {
  padding: 0;
}
.assignments-compose-dialog .mat-dialog-container .compose-form .mat-form-field {
  width: 100%;
}
.filter-color-square {
  display: inline-block !important;
  width: 14px !important;
  min-width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
}
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
body.gt2-font-inter {
  font-family:
    "Inter",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-inter .mat-typography,
body.gt2-font-inter .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-poppins {
  font-family:
    "Poppins",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-poppins .mat-typography,
body.gt2-font-poppins .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-figtree {
  font-family:
    "Figtree",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-figtree .mat-typography,
body.gt2-font-figtree .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-lato {
  font-family:
    "Lato",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-lato .mat-typography,
body.gt2-font-lato .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-merriweather {
  font-family:
    "Merriweather",
    Roboto,
    "Helvetica Neue",
    serif !important;
}
body.gt2-font-merriweather .mat-typography,
body.gt2-font-merriweather .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-montserrat {
  font-family:
    "Montserrat",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-montserrat .mat-typography,
body.gt2-font-montserrat .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-open-sans {
  font-family:
    "Open Sans",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-open-sans .mat-typography,
body.gt2-font-open-sans .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-space-grotesk {
  font-family:
    "Space Grotesk",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-space-grotesk .mat-typography,
body.gt2-font-space-grotesk .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-libre-franklin {
  font-family:
    "Libre Franklin",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-libre-franklin .mat-typography,
body.gt2-font-libre-franklin .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-fira-sans {
  font-family:
    "Fira Sans",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-fira-sans .mat-typography,
body.gt2-font-fira-sans .mat-mdc-typography {
  font-family: inherit !important;
}
body.gt2-font-karla {
  font-family:
    "Karla",
    Roboto,
    "Helvetica Neue",
    sans-serif !important;
}
body.gt2-font-karla .mat-typography,
body.gt2-font-karla .mat-mdc-typography {
  font-family: inherit !important;
}

/* node_modules/@ctrl/ngx-emoji-mart/picker.css */
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}
.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}
.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus {
  outline: 0;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}
.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #464646;
}
.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
}
.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform;
}
.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}
.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}
.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}
.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.emoji-mart-emoji-native {
  font-family:
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Segoe UI",
    "Apple Color Emoji",
    "Twemoji Mozilla",
    "Noto Color Emoji",
    "Android Emoji";
}
.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}
.emoji-mart-preview {
  position: relative;
  height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
  left: 12px;
}
.emoji-mart-preview-data {
  left: 68px;
  right: 12px;
  word-break: break-all;
}
.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}
.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}
.emoji-mart-preview-name {
  font-size: 14px;
}
.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}
.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}
.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}
.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}
.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}
.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) {
  transition-delay: 0s;
}
.emoji-mart-skin-swatch:nth-child(2) {
  transition-delay: .03s;
}
.emoji-mart-skin-swatch:nth-child(3) {
  transition-delay: .06s;
}
.emoji-mart-skin-swatch:nth-child(4) {
  transition-delay: .09s;
}
.emoji-mart-skin-swatch:nth-child(5) {
  transition-delay: .12s;
}
.emoji-mart-skin-swatch:nth-child(6) {
  transition-delay: .15s;
}
.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}
.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}
.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}
.emoji-mart-skin-tone-1 {
  background-color: #ffc93a;
}
.emoji-mart-skin-tone-2 {
  background-color: #fadcbc;
}
.emoji-mart-skin-tone-3 {
  background-color: #e0bb95;
}
.emoji-mart-skin-tone-4 {
  background-color: #bf8f68;
}
.emoji-mart-skin-tone-5 {
  background-color: #9b643d;
}
.emoji-mart-skin-tone-6 {
  background-color: #594539;
}
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}
.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}

/* src/@fuse/styles/tailwind.scss */

/* src/@fuse/styles/themes.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-option-label-text-line-height: 1.5rem;
  --mat-option-label-text-size: 0.875rem;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-optgroup-label-text-line-height: 1.5rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-title-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-title-text-line-height: 1.5rem;
  --mat-card-title-text-size: 0.875rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-card-subtitle-text-line-height: 1.25rem;
  --mat-card-subtitle-text-size: 0.875rem;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 600;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-filled-text-field-label-text-size: 0.875rem;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-outlined-text-field-label-text-size: 0.875rem;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 0.875rem;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 0.875rem;
  --mat-form-field-subscript-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 0.875rem;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-subhead-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-subhead-line-height: 1.5rem;
  --mdc-dialog-subhead-size: 0.875rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-dialog-supporting-text-line-height: 1.5rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-chip-label-text-line-height: 1.5rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-switch-label-text-line-height: 1.5rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-radio-label-text-line-height: 1.5rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-label-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-slider-label-label-text-size: 0.875rem;
  --mdc-slider-label-label-text-line-height: 1.25rem;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 600;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.5rem;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 0.875rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-supporting-text-line-height: 1.5rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.75rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font:
    400 1rem / 1.75rem "Inter var",
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  letter-spacing: normal;
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 0.875rem;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-checkbox-label-text-line-height: 1.5rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mdc-snackbar-supporting-text-line-height: 1.5rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 600;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-row-item-label-text-line-height: 1.5rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-table-footer-supporting-text-line-height: 1.5rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 0.875rem;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-legacy-button-toggle-label-text-line-height: 1.5rem;
  --mat-legacy-button-toggle-label-text-size: 0.875rem;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-standard-button-toggle-label-text-line-height: 1.5rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-expansion-header-text-size: 0.875rem;
  --mat-expansion-header-text-weight: 600;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 0.875rem;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 0.875rem;
  --mat-grid-list-tile-header-secondary-text-size: 0.75rem;
  --mat-grid-list-tile-footer-primary-text-size: 0.875rem;
  --mat-grid-list-tile-footer-secondary-text-size: 0.75rem;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-stepper-header-label-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-toolbar-title-text-line-height: 1.5rem;
  --mat-toolbar-title-text-size: 0.875rem;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font:
    "Inter var",
    ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --mat-tree-node-text-size: 0.875rem;
  --mat-tree-node-text-weight: 400;
}
.theme-default .light,
.theme-default.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #4f46e5;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #4f46e5;
  --mdc-filled-text-field-focus-active-indicator-color: #4f46e5;
  --mdc-filled-text-field-focus-label-text-color: rgba(79, 70, 229, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #4f46e5;
  --mdc-outlined-text-field-focus-outline-color: #4f46e5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(79, 70, 229, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #4f46e5;
  --mdc-switch-selected-handle-color: #4f46e5;
  --mdc-switch-selected-hover-state-layer-color: #4f46e5;
  --mdc-switch-selected-pressed-state-layer-color: #4f46e5;
  --mdc-switch-selected-focus-handle-color: #312e81;
  --mdc-switch-selected-hover-handle-color: #312e81;
  --mdc-switch-selected-pressed-handle-color: #312e81;
  --mdc-switch-selected-focus-track-color: #a5b4fc;
  --mdc-switch-selected-hover-track-color: #a5b4fc;
  --mdc-switch-selected-pressed-track-color: #a5b4fc;
  --mdc-switch-selected-track-color: #a5b4fc;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #4f46e5;
  --mdc-slider-focus-handle-color: #4f46e5;
  --mdc-slider-hover-handle-color: #4f46e5;
  --mdc-slider-active-track-color: #4f46e5;
  --mdc-slider-inactive-track-color: #4f46e5;
  --mdc-slider-with-tick-marks-inactive-container-color: #4f46e5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #4f46e5;
  --mat-slider-hover-state-layer-color: rgba(79, 70, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(79, 70, 229, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #4f46e5;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #4f46e5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #4f46e5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(79, 70, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(79, 70, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(79, 70, 229, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4f46e5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(79, 70, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #4f46e5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #4f46e5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #4f46e5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-default .light .mat-primary,
.theme-default.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4f46e5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4f46e5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-default .light .mat-mdc-progress-bar,
.theme-default.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
  --mdc-linear-progress-track-color: rgba(79, 70, 229, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-accent,
.theme-default.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-default .light .mat-mdc-progress-bar.mat-warn,
.theme-default.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-default .light .mat-mdc-form-field.mat-accent,
.theme-default.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn,
.theme-default.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-accent,
.theme-default.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-form-field.mat-warn,
.theme-default.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .light .mat-mdc-standard-chip,
.theme-default.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-selected-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-flat-disabled-selected-container-color: #4f46e5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .light .mat-mdc-slide-toggle,
.theme-default.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-slide-toggle.mat-accent,
.theme-default.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-default .light .mat-mdc-slide-toggle.mat-warn,
.theme-default.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-default .light .mat-mdc-radio-button.mat-primary,
.theme-default.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-radio-button.mat-accent,
.theme-default.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light .mat-mdc-radio-button.mat-warn,
.theme-default.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-default .light .mdc-list-item__start,
.theme-default .light .mdc-list-item__end,
.theme-default.light .mdc-list-item__start,
.theme-default.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
}
.theme-default .light .mat-accent .mdc-list-item__start,
.theme-default .light .mat-accent .mdc-list-item__end,
.theme-default.light .mat-accent .mdc-list-item__start,
.theme-default.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-default .light .mat-warn .mdc-list-item__start,
.theme-default .light .mat-warn .mdc-list-item__end,
.theme-default.light .mat-warn .mdc-list-item__start,
.theme-default.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-default .light .mat-mdc-list-option,
.theme-default.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-accent,
.theme-default.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-option.mat-warn,
.theme-default.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #4f46e5;
}
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .light .mat-mdc-tab-group,
.theme-default .light .mat-mdc-tab-nav-bar,
.theme-default.light .mat-mdc-tab-group,
.theme-default.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4f46e5;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #4f46e5;
  --mat-tab-header-active-ripple-color: #4f46e5;
  --mat-tab-header-inactive-ripple-color: #4f46e5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4f46e5;
  --mat-tab-header-active-hover-label-text-color: #4f46e5;
  --mat-tab-header-active-focus-indicator-color: #4f46e5;
  --mat-tab-header-active-hover-indicator-color: #4f46e5;
}
.theme-default .light .mat-mdc-tab-group.mat-accent,
.theme-default .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.light .mat-mdc-tab-group.mat-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .light .mat-mdc-tab-group.mat-warn,
.theme-default .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.light .mat-mdc-tab-group.mat-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-default .light .mat-mdc-tab-group.mat-background-primary,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.light .mat-mdc-tab-group.mat-background-primary,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4f46e5;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light .mat-mdc-tab-group.mat-background-accent,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.light .mat-mdc-tab-group.mat-background-accent,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light .mat-mdc-tab-group.mat-background-warn,
.theme-default .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.light .mat-mdc-tab-group.mat-background-warn,
.theme-default.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .light .mat-mdc-checkbox.mat-primary,
.theme-default.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-checkbox.mat-warn,
.theme-default.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-default .light .mat-mdc-button.mat-primary,
.theme-default.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4f46e5;
  --mat-text-button-state-layer-color: #4f46e5;
  --mat-text-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-button.mat-accent,
.theme-default.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-button.mat-warn,
.theme-default.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-primary,
.theme-default.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4f46e5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-accent,
.theme-default.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-unelevated-button.mat-warn,
.theme-default.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-primary,
.theme-default.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4f46e5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-accent,
.theme-default.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-raised-button.mat-warn,
.theme-default.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-primary,
.theme-default.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4f46e5;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #4f46e5;
  --mat-outlined-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-accent,
.theme-default.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-outlined-button.mat-warn,
.theme-default.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-primary,
.theme-default.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4f46e5;
  --mat-icon-button-state-layer-color: #4f46e5;
  --mat-icon-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-accent,
.theme-default.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .light .mat-mdc-icon-button.mat-warn,
.theme-default.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-primary,
.theme-default.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #4f46e5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-accent,
.theme-default.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-fab.mat-warn,
.theme-default.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-primary,
.theme-default.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #4f46e5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-accent,
.theme-default.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-mdc-mini-fab.mat-warn,
.theme-default.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .light .mat-accent,
.theme-default.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .light .mat-warn,
.theme-default.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .light .mat-badge-accent,
.theme-default.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-default .light .mat-badge-warn,
.theme-default.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-default .light .mat-datepicker-content.mat-accent,
.theme-default.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-default .light .mat-datepicker-content.mat-warn,
.theme-default.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-default .light .mat-datepicker-toggle-active.mat-accent,
.theme-default.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-default .light .mat-datepicker-toggle-active.mat-warn,
.theme-default.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-default .light .mat-icon.mat-primary,
.theme-default.light .mat-icon.mat-primary {
  --mat-icon-color: #4f46e5;
}
.theme-default .light .mat-icon.mat-accent,
.theme-default.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-default .light .mat-icon.mat-warn,
.theme-default.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-default .light .mat-step-header.mat-accent,
.theme-default.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .light .mat-step-header.mat-warn,
.theme-default.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .light .mat-toolbar.mat-primary,
.theme-default.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4f46e5;
  --mat-toolbar-container-text-color: white;
}
.theme-default .light .mat-toolbar.mat-accent,
.theme-default.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-default .light .mat-toolbar.mat-warn,
.theme-default.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark,
.theme-default.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #4f46e5;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #4f46e5;
  --mdc-filled-text-field-focus-active-indicator-color: #4f46e5;
  --mdc-filled-text-field-focus-label-text-color: rgba(79, 70, 229, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #4f46e5;
  --mdc-outlined-text-field-focus-outline-color: #4f46e5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(79, 70, 229, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(79, 70, 229, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #a5b4fc;
  --mdc-switch-selected-handle-color: #a5b4fc;
  --mdc-switch-selected-hover-state-layer-color: #a5b4fc;
  --mdc-switch-selected-pressed-state-layer-color: #a5b4fc;
  --mdc-switch-selected-focus-handle-color: #c7d2fe;
  --mdc-switch-selected-hover-handle-color: #c7d2fe;
  --mdc-switch-selected-pressed-handle-color: #c7d2fe;
  --mdc-switch-selected-focus-track-color: #4f46e5;
  --mdc-switch-selected-hover-track-color: #4f46e5;
  --mdc-switch-selected-pressed-track-color: #4f46e5;
  --mdc-switch-selected-track-color: #4f46e5;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #4f46e5;
  --mdc-slider-focus-handle-color: #4f46e5;
  --mdc-slider-hover-handle-color: #4f46e5;
  --mdc-slider-active-track-color: #4f46e5;
  --mdc-slider-inactive-track-color: #4f46e5;
  --mdc-slider-with-tick-marks-inactive-container-color: #4f46e5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #4f46e5;
  --mat-slider-hover-state-layer-color: rgba(79, 70, 229, 0.05);
  --mat-slider-focus-state-layer-color: rgba(79, 70, 229, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #4f46e5;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #4f46e5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #4f46e5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(79, 70, 229, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(79, 70, 229, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(79, 70, 229, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4f46e5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(79, 70, 229, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #4f46e5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #4f46e5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #4f46e5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-default .dark .mat-primary,
.theme-default.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4f46e5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4f46e5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-default .dark .mat-mdc-progress-bar,
.theme-default.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4f46e5;
  --mdc-linear-progress-track-color: rgba(79, 70, 229, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-accent,
.theme-default.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-default .dark .mat-mdc-progress-bar.mat-warn,
.theme-default.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-default .dark .mat-mdc-form-field.mat-accent,
.theme-default.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn,
.theme-default.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-accent,
.theme-default.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-form-field.mat-warn,
.theme-default.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-default .dark .mat-mdc-standard-chip,
.theme-default.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #4f46e5;
  --mdc-chip-elevated-selected-container-color: #4f46e5;
  --mdc-chip-elevated-disabled-container-color: #4f46e5;
  --mdc-chip-flat-disabled-selected-container-color: #4f46e5;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-default .dark .mat-mdc-slide-toggle,
.theme-default.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-accent,
.theme-default.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-default .dark .mat-mdc-slide-toggle.mat-warn,
.theme-default.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-default .dark .mat-mdc-radio-button.mat-primary,
.theme-default.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark .mat-mdc-radio-button.mat-accent,
.theme-default.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark .mat-mdc-radio-button.mat-warn,
.theme-default.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-default .dark .mdc-list-item__start,
.theme-default .dark .mdc-list-item__end,
.theme-default.dark .mdc-list-item__start,
.theme-default.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #4f46e5;
  --mdc-radio-selected-hover-icon-color: #4f46e5;
  --mdc-radio-selected-icon-color: #4f46e5;
  --mdc-radio-selected-pressed-icon-color: #4f46e5;
}
.theme-default .dark .mat-accent .mdc-list-item__start,
.theme-default .dark .mat-accent .mdc-list-item__end,
.theme-default.dark .mat-accent .mdc-list-item__start,
.theme-default.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-default .dark .mat-warn .mdc-list-item__start,
.theme-default .dark .mat-warn .mdc-list-item__end,
.theme-default.dark .mat-warn .mdc-list-item__start,
.theme-default.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-default .dark .mat-mdc-list-option,
.theme-default.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-accent,
.theme-default.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-option.mat-warn,
.theme-default.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #4f46e5;
}
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-default .dark .mat-mdc-tab-group,
.theme-default .dark .mat-mdc-tab-nav-bar,
.theme-default.dark .mat-mdc-tab-group,
.theme-default.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4f46e5;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #4f46e5;
  --mat-tab-header-active-ripple-color: #4f46e5;
  --mat-tab-header-inactive-ripple-color: #4f46e5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #4f46e5;
  --mat-tab-header-active-hover-label-text-color: #4f46e5;
  --mat-tab-header-active-focus-indicator-color: #4f46e5;
  --mat-tab-header-active-hover-indicator-color: #4f46e5;
}
.theme-default .dark .mat-mdc-tab-group.mat-accent,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-default.dark .mat-mdc-tab-group.mat-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-default .dark .mat-mdc-tab-group.mat-warn,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-default.dark .mat-mdc-tab-group.mat-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-primary,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-default.dark .mat-mdc-tab-group.mat-background-primary,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4f46e5;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-accent,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-default.dark .mat-mdc-tab-group.mat-background-accent,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark .mat-mdc-tab-group.mat-background-warn,
.theme-default .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-default.dark .mat-mdc-tab-group.mat-background-warn,
.theme-default.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-primary,
.theme-default.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #4f46e5;
  --mdc-checkbox-selected-hover-icon-color: #4f46e5;
  --mdc-checkbox-selected-icon-color: #4f46e5;
  --mdc-checkbox-selected-pressed-icon-color: #4f46e5;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-checkbox.mat-warn,
.theme-default.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-default .dark .mat-mdc-button.mat-primary,
.theme-default.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4f46e5;
  --mat-text-button-state-layer-color: #4f46e5;
  --mat-text-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-accent,
.theme-default.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-button.mat-warn,
.theme-default.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-primary,
.theme-default.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4f46e5;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-accent,
.theme-default.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-unelevated-button.mat-warn,
.theme-default.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-primary,
.theme-default.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4f46e5;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-accent,
.theme-default.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-raised-button.mat-warn,
.theme-default.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-primary,
.theme-default.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4f46e5;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #4f46e5;
  --mat-outlined-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-accent,
.theme-default.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-outlined-button.mat-warn,
.theme-default.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-primary,
.theme-default.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4f46e5;
  --mat-icon-button-state-layer-color: #4f46e5;
  --mat-icon-button-ripple-color: rgba(79, 70, 229, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-accent,
.theme-default.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-default .dark .mat-mdc-icon-button.mat-warn,
.theme-default.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-primary,
.theme-default.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #4f46e5;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-accent,
.theme-default.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-fab.mat-warn,
.theme-default.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-primary,
.theme-default.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #4f46e5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-accent,
.theme-default.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-mdc-mini-fab.mat-warn,
.theme-default.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-default .dark .mat-accent,
.theme-default.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-default .dark .mat-warn,
.theme-default.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-default .dark .mat-badge-accent,
.theme-default.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-default .dark .mat-badge-warn,
.theme-default.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-default .dark .mat-datepicker-content.mat-accent,
.theme-default.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-default .dark .mat-datepicker-content.mat-warn,
.theme-default.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-default .dark .mat-datepicker-toggle-active.mat-accent,
.theme-default.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-default .dark .mat-datepicker-toggle-active.mat-warn,
.theme-default.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-default .dark .mat-icon.mat-primary,
.theme-default.dark .mat-icon.mat-primary {
  --mat-icon-color: #4f46e5;
}
.theme-default .dark .mat-icon.mat-accent,
.theme-default.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-default .dark .mat-icon.mat-warn,
.theme-default.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-default .dark .mat-step-header.mat-accent,
.theme-default.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .dark .mat-step-header.mat-warn,
.theme-default.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-default .dark .mat-toolbar.mat-primary,
.theme-default.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4f46e5;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark .mat-toolbar.mat-accent,
.theme-default.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-default .dark .mat-toolbar.mat-warn,
.theme-default.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .light,
.theme-brand.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #2196f3;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #2196f3;
  --mdc-filled-text-field-focus-active-indicator-color: #2196f3;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #2196f3;
  --mdc-outlined-text-field-focus-outline-color: #2196f3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #1e88dc;
  --mdc-switch-selected-handle-color: #1e88dc;
  --mdc-switch-selected-hover-state-layer-color: #1e88dc;
  --mdc-switch-selected-pressed-state-layer-color: #1e88dc;
  --mdc-switch-selected-focus-handle-color: #125183;
  --mdc-switch-selected-hover-handle-color: #125183;
  --mdc-switch-selected-pressed-handle-color: #125183;
  --mdc-switch-selected-focus-track-color: #a1c6f8;
  --mdc-switch-selected-hover-track-color: #a1c6f8;
  --mdc-switch-selected-pressed-track-color: #a1c6f8;
  --mdc-switch-selected-track-color: #a1c6f8;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #2196f3;
  --mat-slider-hover-state-layer-color: rgba(33, 150, 243, 0.05);
  --mat-slider-focus-state-layer-color: rgba(33, 150, 243, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #2196f3;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #2196f3;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2196f3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 150, 243, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #2196f3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 150, 243, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2196f3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2196f3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2196f3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-brand .light .mat-primary,
.theme-brand.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #2196f3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2196f3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-brand .light .mat-mdc-progress-bar,
.theme-brand.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-accent,
.theme-brand.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-brand .light .mat-mdc-progress-bar.mat-warn,
.theme-brand.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .light .mat-mdc-form-field.mat-accent,
.theme-brand.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn,
.theme-brand.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-accent,
.theme-brand.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-form-field.mat-warn,
.theme-brand.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .light .mat-mdc-standard-chip,
.theme-brand.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-selected-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-flat-disabled-selected-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .light .mat-mdc-slide-toggle,
.theme-brand.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-accent,
.theme-brand.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-brand .light .mat-mdc-slide-toggle.mat-warn,
.theme-brand.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-brand .light .mat-mdc-radio-button.mat-primary,
.theme-brand.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #2196f3;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-radio-button.mat-accent,
.theme-brand.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light .mat-mdc-radio-button.mat-warn,
.theme-brand.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .light .mdc-list-item__start,
.theme-brand .light .mdc-list-item__end,
.theme-brand.light .mdc-list-item__start,
.theme-brand.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
}
.theme-brand .light .mat-accent .mdc-list-item__start,
.theme-brand .light .mat-accent .mdc-list-item__end,
.theme-brand.light .mat-accent .mdc-list-item__start,
.theme-brand.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-brand .light .mat-warn .mdc-list-item__start,
.theme-brand .light .mat-warn .mdc-list-item__end,
.theme-brand.light .mat-warn .mdc-list-item__start,
.theme-brand.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-brand .light .mat-mdc-list-option,
.theme-brand.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-accent,
.theme-brand.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-option.mat-warn,
.theme-brand.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #2196f3;
}
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .light .mat-mdc-tab-group,
.theme-brand .light .mat-mdc-tab-nav-bar,
.theme-brand.light .mat-mdc-tab-group,
.theme-brand.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3;
}
.theme-brand .light .mat-mdc-tab-group.mat-accent,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.light .mat-mdc-tab-group.mat-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-brand .light .mat-mdc-tab-group.mat-warn,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.light .mat-mdc-tab-group.mat-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-primary,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.light .mat-mdc-tab-group.mat-background-primary,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-accent,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.light .mat-mdc-tab-group.mat-background-accent,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light .mat-mdc-tab-group.mat-background-warn,
.theme-brand .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.light .mat-mdc-tab-group.mat-background-warn,
.theme-brand.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .light .mat-mdc-checkbox.mat-primary,
.theme-brand.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-checkbox.mat-warn,
.theme-brand.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-brand .light .mat-mdc-button.mat-primary,
.theme-brand.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
  --mat-text-button-state-layer-color: #2196f3;
  --mat-text-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-accent,
.theme-brand.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-button.mat-warn,
.theme-brand.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-primary,
.theme-brand.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-accent,
.theme-brand.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-unelevated-button.mat-warn,
.theme-brand.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-primary,
.theme-brand.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-accent,
.theme-brand.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-raised-button.mat-warn,
.theme-brand.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-primary,
.theme-brand.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #2196f3;
  --mat-outlined-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-accent,
.theme-brand.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-outlined-button.mat-warn,
.theme-brand.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-primary,
.theme-brand.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
  --mat-icon-button-state-layer-color: #2196f3;
  --mat-icon-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-accent,
.theme-brand.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .light .mat-mdc-icon-button.mat-warn,
.theme-brand.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-primary,
.theme-brand.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-accent,
.theme-brand.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-fab.mat-warn,
.theme-brand.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-primary,
.theme-brand.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #2196f3;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-accent,
.theme-brand.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-mdc-mini-fab.mat-warn,
.theme-brand.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .light .mat-accent,
.theme-brand.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-brand .light .mat-warn,
.theme-brand.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .light .mat-badge-accent,
.theme-brand.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-brand .light .mat-badge-warn,
.theme-brand.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-brand .light .mat-datepicker-content.mat-accent,
.theme-brand.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-brand .light .mat-datepicker-content.mat-warn,
.theme-brand.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-brand .light .mat-datepicker-toggle-active.mat-accent,
.theme-brand.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-brand .light .mat-datepicker-toggle-active.mat-warn,
.theme-brand.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-brand .light .mat-icon.mat-primary,
.theme-brand.light .mat-icon.mat-primary {
  --mat-icon-color: #2196f3;
}
.theme-brand .light .mat-icon.mat-accent,
.theme-brand.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-brand .light .mat-icon.mat-warn,
.theme-brand.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-brand .light .mat-step-header.mat-accent,
.theme-brand.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .light .mat-step-header.mat-warn,
.theme-brand.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .light .mat-toolbar.mat-primary,
.theme-brand.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2196f3;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .light .mat-toolbar.mat-accent,
.theme-brand.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .light .mat-toolbar.mat-warn,
.theme-brand.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark,
.theme-brand.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #2196f3;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #2196f3;
  --mdc-filled-text-field-focus-active-indicator-color: #2196f3;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #2196f3;
  --mdc-outlined-text-field-focus-outline-color: #2196f3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #a1c6f8;
  --mdc-switch-selected-handle-color: #a1c6f8;
  --mdc-switch-selected-hover-state-layer-color: #a1c6f8;
  --mdc-switch-selected-pressed-state-layer-color: #a1c6f8;
  --mdc-switch-selected-focus-handle-color: #c4dafa;
  --mdc-switch-selected-hover-handle-color: #c4dafa;
  --mdc-switch-selected-pressed-handle-color: #c4dafa;
  --mdc-switch-selected-focus-track-color: #1e88dc;
  --mdc-switch-selected-hover-track-color: #1e88dc;
  --mdc-switch-selected-pressed-track-color: #1e88dc;
  --mdc-switch-selected-track-color: #1e88dc;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #2196f3;
  --mat-slider-hover-state-layer-color: rgba(33, 150, 243, 0.05);
  --mat-slider-focus-state-layer-color: rgba(33, 150, 243, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #2196f3;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #2196f3;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2196f3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 150, 243, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #2196f3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 150, 243, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2196f3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2196f3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2196f3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-brand .dark .mat-primary,
.theme-brand.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #2196f3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2196f3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-brand .dark .mat-mdc-progress-bar,
.theme-brand.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-accent,
.theme-brand.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-brand .dark .mat-mdc-progress-bar.mat-warn,
.theme-brand.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent,
.theme-brand.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn,
.theme-brand.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-accent,
.theme-brand.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-form-field.mat-warn,
.theme-brand.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-brand .dark .mat-mdc-standard-chip,
.theme-brand.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-selected-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-flat-disabled-selected-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-brand.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-brand .dark .mat-mdc-slide-toggle,
.theme-brand.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-accent,
.theme-brand.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-brand .dark .mat-mdc-slide-toggle.mat-warn,
.theme-brand.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-brand .dark .mat-mdc-radio-button.mat-primary,
.theme-brand.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #2196f3;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark .mat-mdc-radio-button.mat-accent,
.theme-brand.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark .mat-mdc-radio-button.mat-warn,
.theme-brand.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-brand .dark .mdc-list-item__start,
.theme-brand .dark .mdc-list-item__end,
.theme-brand.dark .mdc-list-item__start,
.theme-brand.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
}
.theme-brand .dark .mat-accent .mdc-list-item__start,
.theme-brand .dark .mat-accent .mdc-list-item__end,
.theme-brand.dark .mat-accent .mdc-list-item__start,
.theme-brand.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-brand .dark .mat-warn .mdc-list-item__start,
.theme-brand .dark .mat-warn .mdc-list-item__end,
.theme-brand.dark .mat-warn .mdc-list-item__start,
.theme-brand.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-brand .dark .mat-mdc-list-option,
.theme-brand.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-accent,
.theme-brand.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-option.mat-warn,
.theme-brand.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-brand.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #2196f3;
}
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-brand.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-brand .dark .mat-mdc-tab-group,
.theme-brand .dark .mat-mdc-tab-nav-bar,
.theme-brand.dark .mat-mdc-tab-group,
.theme-brand.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3;
}
.theme-brand .dark .mat-mdc-tab-group.mat-accent,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-brand .dark .mat-mdc-tab-group.mat-warn,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-primary,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-group.mat-background-primary,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-accent,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-group.mat-background-accent,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark .mat-mdc-tab-group.mat-background-warn,
.theme-brand .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-group.mat-background-warn,
.theme-brand.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-primary,
.theme-brand.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-checkbox.mat-warn,
.theme-brand.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-brand .dark .mat-mdc-button.mat-primary,
.theme-brand.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
  --mat-text-button-state-layer-color: #2196f3;
  --mat-text-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-accent,
.theme-brand.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-button.mat-warn,
.theme-brand.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-primary,
.theme-brand.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-accent,
.theme-brand.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-unelevated-button.mat-warn,
.theme-brand.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-primary,
.theme-brand.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-accent,
.theme-brand.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-raised-button.mat-warn,
.theme-brand.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-primary,
.theme-brand.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #2196f3;
  --mat-outlined-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-accent,
.theme-brand.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-outlined-button.mat-warn,
.theme-brand.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-primary,
.theme-brand.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
  --mat-icon-button-state-layer-color: #2196f3;
  --mat-icon-button-ripple-color: rgba(33, 150, 243, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-accent,
.theme-brand.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-brand .dark .mat-mdc-icon-button.mat-warn,
.theme-brand.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-primary,
.theme-brand.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-accent,
.theme-brand.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-fab.mat-warn,
.theme-brand.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-primary,
.theme-brand.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #2196f3;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-accent,
.theme-brand.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-mdc-mini-fab.mat-warn,
.theme-brand.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-brand .dark .mat-accent,
.theme-brand.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-brand .dark .mat-warn,
.theme-brand.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-brand .dark .mat-badge-accent,
.theme-brand.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-brand .dark .mat-badge-warn,
.theme-brand.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-brand .dark .mat-datepicker-content.mat-accent,
.theme-brand.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-brand .dark .mat-datepicker-content.mat-warn,
.theme-brand.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-accent,
.theme-brand.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-brand .dark .mat-datepicker-toggle-active.mat-warn,
.theme-brand.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-brand .dark .mat-icon.mat-primary,
.theme-brand.dark .mat-icon.mat-primary {
  --mat-icon-color: #2196f3;
}
.theme-brand .dark .mat-icon.mat-accent,
.theme-brand.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-brand .dark .mat-icon.mat-warn,
.theme-brand.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-brand .dark .mat-step-header.mat-accent,
.theme-brand.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .dark .mat-step-header.mat-warn,
.theme-brand.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-brand .dark .mat-toolbar.mat-primary,
.theme-brand.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2196f3;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark .mat-toolbar.mat-accent,
.theme-brand.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-brand .dark .mat-toolbar.mat-warn,
.theme-brand.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .light,
.theme-teal.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #0d9488;
  --mdc-filled-text-field-focus-active-indicator-color: #0d9488;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #0d9488;
  --mdc-outlined-text-field-focus-outline-color: #0d9488;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #0d9488;
  --mdc-switch-selected-handle-color: #0d9488;
  --mdc-switch-selected-hover-state-layer-color: #0d9488;
  --mdc-switch-selected-pressed-state-layer-color: #0d9488;
  --mdc-switch-selected-focus-handle-color: #134e4a;
  --mdc-switch-selected-hover-handle-color: #134e4a;
  --mdc-switch-selected-pressed-handle-color: #134e4a;
  --mdc-switch-selected-focus-track-color: #5eead4;
  --mdc-switch-selected-hover-track-color: #5eead4;
  --mdc-switch-selected-pressed-track-color: #5eead4;
  --mdc-switch-selected-track-color: #5eead4;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #042f2e;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-hover-state-layer-color: rgba(13, 148, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 148, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #0d9488;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: #042f2e;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #042f2e;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 148, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #042f2e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 148, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #042f2e;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: #042f2e;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-teal .light .mat-primary,
.theme-teal.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d9488;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d9488;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-teal .light .mat-mdc-progress-bar,
.theme-teal.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-accent,
.theme-teal.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-teal .light .mat-mdc-progress-bar.mat-warn,
.theme-teal.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .light .mat-mdc-form-field.mat-accent,
.theme-teal.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn,
.theme-teal.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-accent,
.theme-teal.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-form-field.mat-warn,
.theme-teal.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .light .mat-mdc-standard-chip,
.theme-teal.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-selected-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-flat-disabled-selected-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-selected-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mat-chip-selected-disabled-trailing-icon-color: #042f2e;
  --mat-chip-selected-trailing-icon-color: #042f2e;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .light .mat-mdc-slide-toggle,
.theme-teal.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-accent,
.theme-teal.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-teal .light .mat-mdc-slide-toggle.mat-warn,
.theme-teal.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-teal .light .mat-mdc-radio-button.mat-primary,
.theme-teal.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-radio-button.mat-accent,
.theme-teal.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light .mat-mdc-radio-button.mat-warn,
.theme-teal.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .light .mdc-list-item__start,
.theme-teal .light .mdc-list-item__end,
.theme-teal.light .mdc-list-item__start,
.theme-teal.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
}
.theme-teal .light .mat-accent .mdc-list-item__start,
.theme-teal .light .mat-accent .mdc-list-item__end,
.theme-teal.light .mat-accent .mdc-list-item__start,
.theme-teal.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-teal .light .mat-warn .mdc-list-item__start,
.theme-teal .light .mat-warn .mdc-list-item__end,
.theme-teal.light .mat-warn .mdc-list-item__start,
.theme-teal.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-teal .light .mat-mdc-list-option,
.theme-teal.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-accent,
.theme-teal.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-option.mat-warn,
.theme-teal.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .light .mat-mdc-tab-group,
.theme-teal .light .mat-mdc-tab-nav-bar,
.theme-teal.light .mat-mdc-tab-group,
.theme-teal.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .light .mat-mdc-tab-group.mat-accent,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.light .mat-mdc-tab-group.mat-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-teal .light .mat-mdc-tab-group.mat-warn,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.light .mat-mdc-tab-group.mat-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-primary,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.light .mat-mdc-tab-group.mat-background-primary,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-accent,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.light .mat-mdc-tab-group.mat-background-accent,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .light .mat-mdc-tab-group.mat-background-warn,
.theme-teal .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.light .mat-mdc-tab-group.mat-background-warn,
.theme-teal.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .light .mat-mdc-checkbox.mat-primary,
.theme-teal.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-checkbox.mat-warn,
.theme-teal.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-teal .light .mat-mdc-button.mat-primary,
.theme-teal.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
  --mat-text-button-state-layer-color: #0d9488;
  --mat-text-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-accent,
.theme-teal.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-button.mat-warn,
.theme-teal.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-primary,
.theme-teal.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #042f2e;
  --mat-filled-button-state-layer-color: #042f2e;
  --mat-filled-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-accent,
.theme-teal.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-unelevated-button.mat-warn,
.theme-teal.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-primary,
.theme-teal.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #042f2e;
  --mat-protected-button-state-layer-color: #042f2e;
  --mat-protected-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-accent,
.theme-teal.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-raised-button.mat-warn,
.theme-teal.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-primary,
.theme-teal.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #0d9488;
  --mat-outlined-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-accent,
.theme-teal.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-outlined-button.mat-warn,
.theme-teal.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-primary,
.theme-teal.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-accent,
.theme-teal.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .light .mat-mdc-icon-button.mat-warn,
.theme-teal.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-primary,
.theme-teal.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #042f2e;
  --mat-fab-state-layer-color: #042f2e;
  --mat-fab-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-accent,
.theme-teal.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-fab.mat-warn,
.theme-teal.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-primary,
.theme-teal.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d9488;
  --mat-fab-small-foreground-color: #042f2e;
  --mat-fab-small-state-layer-color: #042f2e;
  --mat-fab-small-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-accent,
.theme-teal.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-mdc-mini-fab.mat-warn,
.theme-teal.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .light .mat-accent,
.theme-teal.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-teal .light .mat-warn,
.theme-teal.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .light .mat-badge-accent,
.theme-teal.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-teal .light .mat-badge-warn,
.theme-teal.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-teal .light .mat-datepicker-content.mat-accent,
.theme-teal.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-teal .light .mat-datepicker-content.mat-warn,
.theme-teal.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-teal .light .mat-datepicker-toggle-active.mat-accent,
.theme-teal.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-teal .light .mat-datepicker-toggle-active.mat-warn,
.theme-teal.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-teal .light .mat-icon.mat-primary,
.theme-teal.light .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.theme-teal .light .mat-icon.mat-accent,
.theme-teal.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-teal .light .mat-icon.mat-warn,
.theme-teal.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-teal .light .mat-step-header.mat-accent,
.theme-teal.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .light .mat-step-header.mat-warn,
.theme-teal.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .light .mat-toolbar.mat-primary,
.theme-teal.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: #042f2e;
}
.theme-teal .light .mat-toolbar.mat-accent,
.theme-teal.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .light .mat-toolbar.mat-warn,
.theme-teal.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .dark,
.theme-teal.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #0d9488;
  --mdc-filled-text-field-focus-active-indicator-color: #0d9488;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #0d9488;
  --mdc-outlined-text-field-focus-outline-color: #0d9488;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 148, 136, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #5eead4;
  --mdc-switch-selected-handle-color: #5eead4;
  --mdc-switch-selected-hover-state-layer-color: #5eead4;
  --mdc-switch-selected-pressed-state-layer-color: #5eead4;
  --mdc-switch-selected-focus-handle-color: #99f6e4;
  --mdc-switch-selected-hover-handle-color: #99f6e4;
  --mdc-switch-selected-pressed-handle-color: #99f6e4;
  --mdc-switch-selected-focus-track-color: #0d9488;
  --mdc-switch-selected-hover-track-color: #0d9488;
  --mdc-switch-selected-pressed-track-color: #0d9488;
  --mdc-switch-selected-track-color: #0d9488;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: #042f2e;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-hover-state-layer-color: rgba(13, 148, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 148, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #0d9488;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: #042f2e;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #042f2e;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 148, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #042f2e;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 148, 136, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #042f2e;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: #042f2e;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: #042f2e;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-teal .dark .mat-primary,
.theme-teal.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d9488;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d9488;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-teal .dark .mat-mdc-progress-bar,
.theme-teal.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-accent,
.theme-teal.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-teal .dark .mat-mdc-progress-bar.mat-warn,
.theme-teal.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent,
.theme-teal.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn,
.theme-teal.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-accent,
.theme-teal.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-form-field.mat-warn,
.theme-teal.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-teal .dark .mat-mdc-standard-chip,
.theme-teal.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #042f2e;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-selected-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --mdc-chip-flat-disabled-selected-container-color: #0d9488;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #042f2e;
  --mdc-chip-selected-label-text-color: #042f2e;
  --mdc-chip-with-icon-icon-color: #042f2e;
  --mdc-chip-with-icon-disabled-icon-color: #042f2e;
  --mdc-chip-with-icon-selected-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #042f2e;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #042f2e;
  --mat-chip-selected-disabled-trailing-icon-color: #042f2e;
  --mat-chip-selected-trailing-icon-color: #042f2e;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-teal .dark .mat-mdc-slide-toggle,
.theme-teal.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-accent,
.theme-teal.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-teal .dark .mat-mdc-slide-toggle.mat-warn,
.theme-teal.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-teal .dark .mat-mdc-radio-button.mat-primary,
.theme-teal.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark .mat-mdc-radio-button.mat-accent,
.theme-teal.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark .mat-mdc-radio-button.mat-warn,
.theme-teal.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-teal .dark .mdc-list-item__start,
.theme-teal .dark .mdc-list-item__end,
.theme-teal.dark .mdc-list-item__start,
.theme-teal.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
}
.theme-teal .dark .mat-accent .mdc-list-item__start,
.theme-teal .dark .mat-accent .mdc-list-item__end,
.theme-teal.dark .mat-accent .mdc-list-item__start,
.theme-teal.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-teal .dark .mat-warn .mdc-list-item__start,
.theme-teal .dark .mat-warn .mdc-list-item__end,
.theme-teal.dark .mat-warn .mdc-list-item__start,
.theme-teal.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-teal .dark .mat-mdc-list-option,
.theme-teal.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-accent,
.theme-teal.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-option.mat-warn,
.theme-teal.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0d9488;
}
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-teal .dark .mat-mdc-tab-group,
.theme-teal .dark .mat-mdc-tab-nav-bar,
.theme-teal.dark .mat-mdc-tab-group,
.theme-teal.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.theme-teal .dark .mat-mdc-tab-group.mat-accent,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-teal .dark .mat-mdc-tab-group.mat-warn,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-primary,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-group.mat-background-primary,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: #042f2e;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-accent,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-group.mat-background-accent,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .dark .mat-mdc-tab-group.mat-background-warn,
.theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-group.mat-background-warn,
.theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-primary,
.theme-teal.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #042f2e;
  --mdc-checkbox-selected-focus-icon-color: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-checkbox.mat-warn,
.theme-teal.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-teal .dark .mat-mdc-button.mat-primary,
.theme-teal.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
  --mat-text-button-state-layer-color: #0d9488;
  --mat-text-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-accent,
.theme-teal.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-button.mat-warn,
.theme-teal.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-primary,
.theme-teal.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #042f2e;
  --mat-filled-button-state-layer-color: #042f2e;
  --mat-filled-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-accent,
.theme-teal.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-unelevated-button.mat-warn,
.theme-teal.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-primary,
.theme-teal.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #042f2e;
  --mat-protected-button-state-layer-color: #042f2e;
  --mat-protected-button-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-accent,
.theme-teal.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-raised-button.mat-warn,
.theme-teal.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-primary,
.theme-teal.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #0d9488;
  --mat-outlined-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-accent,
.theme-teal.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-outlined-button.mat-warn,
.theme-teal.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-primary,
.theme-teal.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-accent,
.theme-teal.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-teal .dark .mat-mdc-icon-button.mat-warn,
.theme-teal.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-primary,
.theme-teal.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #042f2e;
  --mat-fab-state-layer-color: #042f2e;
  --mat-fab-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-accent,
.theme-teal.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-fab.mat-warn,
.theme-teal.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-primary,
.theme-teal.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d9488;
  --mat-fab-small-foreground-color: #042f2e;
  --mat-fab-small-state-layer-color: #042f2e;
  --mat-fab-small-ripple-color: rgba(4, 47, 46, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-accent,
.theme-teal.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-mdc-mini-fab.mat-warn,
.theme-teal.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-teal .dark .mat-accent,
.theme-teal.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-teal .dark .mat-warn,
.theme-teal.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-teal .dark .mat-badge-accent,
.theme-teal.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-teal .dark .mat-badge-warn,
.theme-teal.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-teal .dark .mat-datepicker-content.mat-accent,
.theme-teal.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-teal .dark .mat-datepicker-content.mat-warn,
.theme-teal.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-accent,
.theme-teal.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-teal .dark .mat-datepicker-toggle-active.mat-warn,
.theme-teal.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-teal .dark .mat-icon.mat-primary,
.theme-teal.dark .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.theme-teal .dark .mat-icon.mat-accent,
.theme-teal.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-teal .dark .mat-icon.mat-warn,
.theme-teal.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-teal .dark .mat-step-header.mat-accent,
.theme-teal.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .dark .mat-step-header.mat-warn,
.theme-teal.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-teal .dark .mat-toolbar.mat-primary,
.theme-teal.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: #042f2e;
}
.theme-teal .dark .mat-toolbar.mat-accent,
.theme-teal.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-teal .dark .mat-toolbar.mat-warn,
.theme-teal.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .light,
.theme-rose.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #f43f5e;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f43f5e;
  --mdc-filled-text-field-focus-active-indicator-color: #f43f5e;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f43f5e;
  --mdc-outlined-text-field-focus-outline-color: #f43f5e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #e11d48;
  --mdc-switch-selected-handle-color: #e11d48;
  --mdc-switch-selected-hover-state-layer-color: #e11d48;
  --mdc-switch-selected-pressed-state-layer-color: #e11d48;
  --mdc-switch-selected-focus-handle-color: #881337;
  --mdc-switch-selected-hover-handle-color: #881337;
  --mdc-switch-selected-pressed-handle-color: #881337;
  --mdc-switch-selected-focus-track-color: #fda4af;
  --mdc-switch-selected-hover-track-color: #fda4af;
  --mdc-switch-selected-pressed-track-color: #fda4af;
  --mdc-switch-selected-track-color: #fda4af;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #4c0519;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #f43f5e;
  --mat-slider-hover-state-layer-color: rgba(244, 63, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 63, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f43f5e;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f43f5e;
  --mat-badge-text-color: #4c0519;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #4c0519;
  --mat-datepicker-calendar-date-selected-state-background-color: #f43f5e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 63, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c0519;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f43f5e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 63, 94, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #4c0519;
  --mat-stepper-header-selected-state-icon-background-color: #f43f5e;
  --mat-stepper-header-selected-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-done-state-icon-background-color: #f43f5e;
  --mat-stepper-header-done-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-edit-state-icon-background-color: #f43f5e;
  --mat-stepper-header-edit-state-icon-foreground-color: #4c0519;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-rose .light .mat-primary,
.theme-rose.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f43f5e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f43f5e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-rose .light .mat-mdc-progress-bar,
.theme-rose.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-accent,
.theme-rose.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-rose .light .mat-mdc-progress-bar.mat-warn,
.theme-rose.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .light .mat-mdc-form-field.mat-accent,
.theme-rose.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn,
.theme-rose.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-accent,
.theme-rose.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-form-field.mat-warn,
.theme-rose.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .light .mat-mdc-standard-chip,
.theme-rose.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-selected-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-flat-disabled-selected-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-selected-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mat-chip-selected-disabled-trailing-icon-color: #4c0519;
  --mat-chip-selected-trailing-icon-color: #4c0519;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .light .mat-mdc-slide-toggle,
.theme-rose.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-accent,
.theme-rose.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-rose .light .mat-mdc-slide-toggle.mat-warn,
.theme-rose.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-rose .light .mat-mdc-radio-button.mat-primary,
.theme-rose.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-radio-button.mat-accent,
.theme-rose.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light .mat-mdc-radio-button.mat-warn,
.theme-rose.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .light .mdc-list-item__start,
.theme-rose .light .mdc-list-item__end,
.theme-rose.light .mdc-list-item__start,
.theme-rose.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
}
.theme-rose .light .mat-accent .mdc-list-item__start,
.theme-rose .light .mat-accent .mdc-list-item__end,
.theme-rose.light .mat-accent .mdc-list-item__start,
.theme-rose.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-rose .light .mat-warn .mdc-list-item__start,
.theme-rose .light .mat-warn .mdc-list-item__end,
.theme-rose.light .mat-warn .mdc-list-item__start,
.theme-rose.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-rose .light .mat-mdc-list-option,
.theme-rose.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-accent,
.theme-rose.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-option.mat-warn,
.theme-rose.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .light .mat-mdc-tab-group,
.theme-rose .light .mat-mdc-tab-nav-bar,
.theme-rose.light .mat-mdc-tab-group,
.theme-rose.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .light .mat-mdc-tab-group.mat-accent,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.light .mat-mdc-tab-group.mat-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-rose .light .mat-mdc-tab-group.mat-warn,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.light .mat-mdc-tab-group.mat-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-primary,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.light .mat-mdc-tab-group.mat-background-primary,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-accent,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.light .mat-mdc-tab-group.mat-background-accent,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .light .mat-mdc-tab-group.mat-background-warn,
.theme-rose .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.light .mat-mdc-tab-group.mat-background-warn,
.theme-rose.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .light .mat-mdc-checkbox.mat-primary,
.theme-rose.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-checkbox.mat-warn,
.theme-rose.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-rose .light .mat-mdc-button.mat-primary,
.theme-rose.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
  --mat-text-button-state-layer-color: #f43f5e;
  --mat-text-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-accent,
.theme-rose.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-button.mat-warn,
.theme-rose.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-primary,
.theme-rose.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #4c0519;
  --mat-filled-button-state-layer-color: #4c0519;
  --mat-filled-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-accent,
.theme-rose.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-unelevated-button.mat-warn,
.theme-rose.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-primary,
.theme-rose.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #4c0519;
  --mat-protected-button-state-layer-color: #4c0519;
  --mat-protected-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-accent,
.theme-rose.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-raised-button.mat-warn,
.theme-rose.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-primary,
.theme-rose.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #f43f5e;
  --mat-outlined-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-accent,
.theme-rose.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-outlined-button.mat-warn,
.theme-rose.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-primary,
.theme-rose.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
  --mat-icon-button-state-layer-color: #f43f5e;
  --mat-icon-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-accent,
.theme-rose.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .light .mat-mdc-icon-button.mat-warn,
.theme-rose.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-primary,
.theme-rose.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mat-fab-foreground-color: #4c0519;
  --mat-fab-state-layer-color: #4c0519;
  --mat-fab-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-accent,
.theme-rose.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-fab.mat-warn,
.theme-rose.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-primary,
.theme-rose.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f43f5e;
  --mat-fab-small-foreground-color: #4c0519;
  --mat-fab-small-state-layer-color: #4c0519;
  --mat-fab-small-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-accent,
.theme-rose.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-mdc-mini-fab.mat-warn,
.theme-rose.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .light .mat-accent,
.theme-rose.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-rose .light .mat-warn,
.theme-rose.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .light .mat-badge-accent,
.theme-rose.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-rose .light .mat-badge-warn,
.theme-rose.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-rose .light .mat-datepicker-content.mat-accent,
.theme-rose.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-rose .light .mat-datepicker-content.mat-warn,
.theme-rose.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-rose .light .mat-datepicker-toggle-active.mat-accent,
.theme-rose.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-rose .light .mat-datepicker-toggle-active.mat-warn,
.theme-rose.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-rose .light .mat-icon.mat-primary,
.theme-rose.light .mat-icon.mat-primary {
  --mat-icon-color: #f43f5e;
}
.theme-rose .light .mat-icon.mat-accent,
.theme-rose.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-rose .light .mat-icon.mat-warn,
.theme-rose.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-rose .light .mat-step-header.mat-accent,
.theme-rose.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .light .mat-step-header.mat-warn,
.theme-rose.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .light .mat-toolbar.mat-primary,
.theme-rose.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f43f5e;
  --mat-toolbar-container-text-color: #4c0519;
}
.theme-rose .light .mat-toolbar.mat-accent,
.theme-rose.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .light .mat-toolbar.mat-warn,
.theme-rose.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .dark,
.theme-rose.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f43f5e;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f43f5e;
  --mdc-filled-text-field-focus-active-indicator-color: #f43f5e;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f43f5e;
  --mdc-outlined-text-field-focus-outline-color: #f43f5e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 63, 94, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 63, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #fda4af;
  --mdc-switch-selected-handle-color: #fda4af;
  --mdc-switch-selected-hover-state-layer-color: #fda4af;
  --mdc-switch-selected-pressed-state-layer-color: #fda4af;
  --mdc-switch-selected-focus-handle-color: #fecdd3;
  --mdc-switch-selected-hover-handle-color: #fecdd3;
  --mdc-switch-selected-pressed-handle-color: #fecdd3;
  --mdc-switch-selected-focus-track-color: #e11d48;
  --mdc-switch-selected-hover-track-color: #e11d48;
  --mdc-switch-selected-pressed-track-color: #e11d48;
  --mdc-switch-selected-track-color: #e11d48;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f43f5e;
  --mdc-slider-focus-handle-color: #f43f5e;
  --mdc-slider-hover-handle-color: #f43f5e;
  --mdc-slider-active-track-color: #f43f5e;
  --mdc-slider-inactive-track-color: #f43f5e;
  --mdc-slider-with-tick-marks-inactive-container-color: #f43f5e;
  --mdc-slider-with-tick-marks-active-container-color: #4c0519;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #f43f5e;
  --mat-slider-hover-state-layer-color: rgba(244, 63, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 63, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f43f5e;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f43f5e;
  --mat-badge-text-color: #4c0519;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #4c0519;
  --mat-datepicker-calendar-date-selected-state-background-color: #f43f5e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 63, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #4c0519;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 63, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f43f5e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 63, 94, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #4c0519;
  --mat-stepper-header-selected-state-icon-background-color: #f43f5e;
  --mat-stepper-header-selected-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-done-state-icon-background-color: #f43f5e;
  --mat-stepper-header-done-state-icon-foreground-color: #4c0519;
  --mat-stepper-header-edit-state-icon-background-color: #f43f5e;
  --mat-stepper-header-edit-state-icon-foreground-color: #4c0519;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-rose .dark .mat-primary,
.theme-rose.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f43f5e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f43f5e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-rose .dark .mat-mdc-progress-bar,
.theme-rose.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f43f5e;
  --mdc-linear-progress-track-color: rgba(244, 63, 94, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-accent,
.theme-rose.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-rose .dark .mat-mdc-progress-bar.mat-warn,
.theme-rose.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent,
.theme-rose.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn,
.theme-rose.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-accent,
.theme-rose.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-form-field.mat-warn,
.theme-rose.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-rose .dark .mat-mdc-standard-chip,
.theme-rose.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #4c0519;
  --mdc-chip-elevated-container-color: #f43f5e;
  --mdc-chip-elevated-selected-container-color: #f43f5e;
  --mdc-chip-elevated-disabled-container-color: #f43f5e;
  --mdc-chip-flat-disabled-selected-container-color: #f43f5e;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #4c0519;
  --mdc-chip-selected-label-text-color: #4c0519;
  --mdc-chip-with-icon-icon-color: #4c0519;
  --mdc-chip-with-icon-disabled-icon-color: #4c0519;
  --mdc-chip-with-icon-selected-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #4c0519;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #4c0519;
  --mat-chip-selected-disabled-trailing-icon-color: #4c0519;
  --mat-chip-selected-trailing-icon-color: #4c0519;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-rose.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-rose .dark .mat-mdc-slide-toggle,
.theme-rose.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-accent,
.theme-rose.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-rose .dark .mat-mdc-slide-toggle.mat-warn,
.theme-rose.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-rose .dark .mat-mdc-radio-button.mat-primary,
.theme-rose.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f43f5e;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark .mat-mdc-radio-button.mat-accent,
.theme-rose.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark .mat-mdc-radio-button.mat-warn,
.theme-rose.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-rose .dark .mdc-list-item__start,
.theme-rose .dark .mdc-list-item__end,
.theme-rose.dark .mdc-list-item__start,
.theme-rose.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f43f5e;
  --mdc-radio-selected-hover-icon-color: #f43f5e;
  --mdc-radio-selected-icon-color: #f43f5e;
  --mdc-radio-selected-pressed-icon-color: #f43f5e;
}
.theme-rose .dark .mat-accent .mdc-list-item__start,
.theme-rose .dark .mat-accent .mdc-list-item__end,
.theme-rose.dark .mat-accent .mdc-list-item__start,
.theme-rose.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-rose .dark .mat-warn .mdc-list-item__start,
.theme-rose .dark .mat-warn .mdc-list-item__end,
.theme-rose.dark .mat-warn .mdc-list-item__start,
.theme-rose.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-rose .dark .mat-mdc-list-option,
.theme-rose.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-accent,
.theme-rose.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-option.mat-warn,
.theme-rose.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-rose.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f43f5e;
}
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-rose.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-rose .dark .mat-mdc-tab-group,
.theme-rose .dark .mat-mdc-tab-nav-bar,
.theme-rose.dark .mat-mdc-tab-group,
.theme-rose.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f43f5e;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f43f5e;
  --mat-tab-header-active-ripple-color: #f43f5e;
  --mat-tab-header-inactive-ripple-color: #f43f5e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f43f5e;
  --mat-tab-header-active-hover-label-text-color: #f43f5e;
  --mat-tab-header-active-focus-indicator-color: #f43f5e;
  --mat-tab-header-active-hover-indicator-color: #f43f5e;
}
.theme-rose .dark .mat-mdc-tab-group.mat-accent,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-rose .dark .mat-mdc-tab-group.mat-warn,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-primary,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-group.mat-background-primary,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f43f5e;
  --mat-tab-header-with-background-foreground-color: #4c0519;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-accent,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-group.mat-background-accent,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .dark .mat-mdc-tab-group.mat-background-warn,
.theme-rose .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-group.mat-background-warn,
.theme-rose.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-primary,
.theme-rose.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #4c0519;
  --mdc-checkbox-selected-focus-icon-color: #f43f5e;
  --mdc-checkbox-selected-hover-icon-color: #f43f5e;
  --mdc-checkbox-selected-icon-color: #f43f5e;
  --mdc-checkbox-selected-pressed-icon-color: #f43f5e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-hover-state-layer-color: #f43f5e;
  --mdc-checkbox-selected-pressed-state-layer-color: #f43f5e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-checkbox.mat-warn,
.theme-rose.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-rose .dark .mat-mdc-button.mat-primary,
.theme-rose.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f43f5e;
  --mat-text-button-state-layer-color: #f43f5e;
  --mat-text-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-accent,
.theme-rose.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-button.mat-warn,
.theme-rose.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-primary,
.theme-rose.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f43f5e;
  --mdc-filled-button-label-text-color: #4c0519;
  --mat-filled-button-state-layer-color: #4c0519;
  --mat-filled-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-accent,
.theme-rose.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-unelevated-button.mat-warn,
.theme-rose.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-primary,
.theme-rose.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f43f5e;
  --mdc-protected-button-label-text-color: #4c0519;
  --mat-protected-button-state-layer-color: #4c0519;
  --mat-protected-button-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-accent,
.theme-rose.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-raised-button.mat-warn,
.theme-rose.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-primary,
.theme-rose.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f43f5e;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #f43f5e;
  --mat-outlined-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-accent,
.theme-rose.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-outlined-button.mat-warn,
.theme-rose.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-primary,
.theme-rose.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f43f5e;
  --mat-icon-button-state-layer-color: #f43f5e;
  --mat-icon-button-ripple-color: rgba(244, 63, 94, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-accent,
.theme-rose.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-rose .dark .mat-mdc-icon-button.mat-warn,
.theme-rose.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-primary,
.theme-rose.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f43f5e;
  --mat-fab-foreground-color: #4c0519;
  --mat-fab-state-layer-color: #4c0519;
  --mat-fab-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-accent,
.theme-rose.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-fab.mat-warn,
.theme-rose.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-primary,
.theme-rose.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f43f5e;
  --mat-fab-small-foreground-color: #4c0519;
  --mat-fab-small-state-layer-color: #4c0519;
  --mat-fab-small-ripple-color: rgba(76, 5, 25, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-accent,
.theme-rose.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-mdc-mini-fab.mat-warn,
.theme-rose.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-rose .dark .mat-accent,
.theme-rose.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-rose .dark .mat-warn,
.theme-rose.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-rose .dark .mat-badge-accent,
.theme-rose.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-rose .dark .mat-badge-warn,
.theme-rose.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-rose .dark .mat-datepicker-content.mat-accent,
.theme-rose.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-rose .dark .mat-datepicker-content.mat-warn,
.theme-rose.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-accent,
.theme-rose.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-rose .dark .mat-datepicker-toggle-active.mat-warn,
.theme-rose.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-rose .dark .mat-icon.mat-primary,
.theme-rose.dark .mat-icon.mat-primary {
  --mat-icon-color: #f43f5e;
}
.theme-rose .dark .mat-icon.mat-accent,
.theme-rose.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-rose .dark .mat-icon.mat-warn,
.theme-rose.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-rose .dark .mat-step-header.mat-accent,
.theme-rose.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .dark .mat-step-header.mat-warn,
.theme-rose.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-rose .dark .mat-toolbar.mat-primary,
.theme-rose.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f43f5e;
  --mat-toolbar-container-text-color: #4c0519;
}
.theme-rose .dark .mat-toolbar.mat-accent,
.theme-rose.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-rose .dark .mat-toolbar.mat-warn,
.theme-rose.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light,
.theme-purple.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9333ea;
  --mdc-filled-text-field-focus-active-indicator-color: #9333ea;
  --mdc-filled-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #9333ea;
  --mdc-outlined-text-field-focus-outline-color: #9333ea;
  --mdc-outlined-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #9333ea;
  --mdc-switch-selected-handle-color: #9333ea;
  --mdc-switch-selected-hover-state-layer-color: #9333ea;
  --mdc-switch-selected-pressed-state-layer-color: #9333ea;
  --mdc-switch-selected-focus-handle-color: #581c87;
  --mdc-switch-selected-hover-handle-color: #581c87;
  --mdc-switch-selected-pressed-handle-color: #581c87;
  --mdc-switch-selected-focus-track-color: #d8b4fe;
  --mdc-switch-selected-hover-track-color: #d8b4fe;
  --mdc-switch-selected-pressed-track-color: #d8b4fe;
  --mdc-switch-selected-track-color: #d8b4fe;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-hover-state-layer-color: rgba(147, 51, 234, 0.05);
  --mat-slider-focus-state-layer-color: rgba(147, 51, 234, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9333ea;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(147, 51, 234, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(147, 51, 234, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-purple .light .mat-primary,
.theme-purple.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9333ea;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9333ea;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-purple .light .mat-mdc-progress-bar,
.theme-purple.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-accent,
.theme-purple.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-purple .light .mat-mdc-progress-bar.mat-warn,
.theme-purple.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .light .mat-mdc-form-field.mat-accent,
.theme-purple.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn,
.theme-purple.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-accent,
.theme-purple.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-form-field.mat-warn,
.theme-purple.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .light .mat-mdc-standard-chip,
.theme-purple.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-selected-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-flat-disabled-selected-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .light .mat-mdc-slide-toggle,
.theme-purple.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-accent,
.theme-purple.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-purple .light .mat-mdc-slide-toggle.mat-warn,
.theme-purple.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-purple .light .mat-mdc-radio-button.mat-primary,
.theme-purple.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-radio-button.mat-accent,
.theme-purple.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light .mat-mdc-radio-button.mat-warn,
.theme-purple.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .light .mdc-list-item__start,
.theme-purple .light .mdc-list-item__end,
.theme-purple.light .mdc-list-item__start,
.theme-purple.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
}
.theme-purple .light .mat-accent .mdc-list-item__start,
.theme-purple .light .mat-accent .mdc-list-item__end,
.theme-purple.light .mat-accent .mdc-list-item__start,
.theme-purple.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-purple .light .mat-warn .mdc-list-item__start,
.theme-purple .light .mat-warn .mdc-list-item__end,
.theme-purple.light .mat-warn .mdc-list-item__start,
.theme-purple.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-purple .light .mat-mdc-list-option,
.theme-purple.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-accent,
.theme-purple.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-option.mat-warn,
.theme-purple.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .light .mat-mdc-tab-group,
.theme-purple .light .mat-mdc-tab-nav-bar,
.theme-purple.light .mat-mdc-tab-group,
.theme-purple.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .light .mat-mdc-tab-group.mat-accent,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.light .mat-mdc-tab-group.mat-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-purple .light .mat-mdc-tab-group.mat-warn,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.light .mat-mdc-tab-group.mat-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-primary,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.light .mat-mdc-tab-group.mat-background-primary,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-accent,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.light .mat-mdc-tab-group.mat-background-accent,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light .mat-mdc-tab-group.mat-background-warn,
.theme-purple .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.light .mat-mdc-tab-group.mat-background-warn,
.theme-purple.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .light .mat-mdc-checkbox.mat-primary,
.theme-purple.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-checkbox.mat-warn,
.theme-purple.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-purple .light .mat-mdc-button.mat-primary,
.theme-purple.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
  --mat-text-button-state-layer-color: #9333ea;
  --mat-text-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-accent,
.theme-purple.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-button.mat-warn,
.theme-purple.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-primary,
.theme-purple.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-accent,
.theme-purple.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-unelevated-button.mat-warn,
.theme-purple.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-primary,
.theme-purple.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-accent,
.theme-purple.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-raised-button.mat-warn,
.theme-purple.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-primary,
.theme-purple.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #9333ea;
  --mat-outlined-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-accent,
.theme-purple.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-outlined-button.mat-warn,
.theme-purple.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-primary,
.theme-purple.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-accent,
.theme-purple.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .light .mat-mdc-icon-button.mat-warn,
.theme-purple.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-primary,
.theme-purple.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-accent,
.theme-purple.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-fab.mat-warn,
.theme-purple.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-primary,
.theme-purple.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #9333ea;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-accent,
.theme-purple.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-mdc-mini-fab.mat-warn,
.theme-purple.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .light .mat-accent,
.theme-purple.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-purple .light .mat-warn,
.theme-purple.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .light .mat-badge-accent,
.theme-purple.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-purple .light .mat-badge-warn,
.theme-purple.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-purple .light .mat-datepicker-content.mat-accent,
.theme-purple.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-purple .light .mat-datepicker-content.mat-warn,
.theme-purple.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-purple .light .mat-datepicker-toggle-active.mat-accent,
.theme-purple.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-purple .light .mat-datepicker-toggle-active.mat-warn,
.theme-purple.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-purple .light .mat-icon.mat-primary,
.theme-purple.light .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.theme-purple .light .mat-icon.mat-accent,
.theme-purple.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-purple .light .mat-icon.mat-warn,
.theme-purple.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-purple .light .mat-step-header.mat-accent,
.theme-purple.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .light .mat-step-header.mat-warn,
.theme-purple.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .light .mat-toolbar.mat-primary,
.theme-purple.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light .mat-toolbar.mat-accent,
.theme-purple.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .light .mat-toolbar.mat-warn,
.theme-purple.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark,
.theme-purple.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9333ea;
  --mdc-filled-text-field-focus-active-indicator-color: #9333ea;
  --mdc-filled-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #9333ea;
  --mdc-outlined-text-field-focus-outline-color: #9333ea;
  --mdc-outlined-text-field-focus-label-text-color: rgba(147, 51, 234, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #d8b4fe;
  --mdc-switch-selected-handle-color: #d8b4fe;
  --mdc-switch-selected-hover-state-layer-color: #d8b4fe;
  --mdc-switch-selected-pressed-state-layer-color: #d8b4fe;
  --mdc-switch-selected-focus-handle-color: #e9d5ff;
  --mdc-switch-selected-hover-handle-color: #e9d5ff;
  --mdc-switch-selected-pressed-handle-color: #e9d5ff;
  --mdc-switch-selected-focus-track-color: #9333ea;
  --mdc-switch-selected-hover-track-color: #9333ea;
  --mdc-switch-selected-pressed-track-color: #9333ea;
  --mdc-switch-selected-track-color: #9333ea;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-hover-state-layer-color: rgba(147, 51, 234, 0.05);
  --mat-slider-focus-state-layer-color: rgba(147, 51, 234, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9333ea;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(147, 51, 234, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(147, 51, 234, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-purple .dark .mat-primary,
.theme-purple.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9333ea;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9333ea;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-purple .dark .mat-mdc-progress-bar,
.theme-purple.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-accent,
.theme-purple.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-purple .dark .mat-mdc-progress-bar.mat-warn,
.theme-purple.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent,
.theme-purple.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn,
.theme-purple.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-accent,
.theme-purple.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-form-field.mat-warn,
.theme-purple.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-purple .dark .mat-mdc-standard-chip,
.theme-purple.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-selected-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --mdc-chip-flat-disabled-selected-container-color: #9333ea;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-purple .dark .mat-mdc-slide-toggle,
.theme-purple.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-accent,
.theme-purple.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-purple .dark .mat-mdc-slide-toggle.mat-warn,
.theme-purple.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-purple .dark .mat-mdc-radio-button.mat-primary,
.theme-purple.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark .mat-mdc-radio-button.mat-accent,
.theme-purple.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark .mat-mdc-radio-button.mat-warn,
.theme-purple.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-purple .dark .mdc-list-item__start,
.theme-purple .dark .mdc-list-item__end,
.theme-purple.dark .mdc-list-item__start,
.theme-purple.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
}
.theme-purple .dark .mat-accent .mdc-list-item__start,
.theme-purple .dark .mat-accent .mdc-list-item__end,
.theme-purple.dark .mat-accent .mdc-list-item__start,
.theme-purple.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-purple .dark .mat-warn .mdc-list-item__start,
.theme-purple .dark .mat-warn .mdc-list-item__end,
.theme-purple.dark .mat-warn .mdc-list-item__start,
.theme-purple.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-purple .dark .mat-mdc-list-option,
.theme-purple.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-accent,
.theme-purple.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-option.mat-warn,
.theme-purple.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #9333ea;
}
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-purple .dark .mat-mdc-tab-group,
.theme-purple .dark .mat-mdc-tab-nav-bar,
.theme-purple.dark .mat-mdc-tab-group,
.theme-purple.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.theme-purple .dark .mat-mdc-tab-group.mat-accent,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-purple .dark .mat-mdc-tab-group.mat-warn,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-primary,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-group.mat-background-primary,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-accent,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-group.mat-background-accent,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark .mat-mdc-tab-group.mat-background-warn,
.theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-group.mat-background-warn,
.theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-primary,
.theme-purple.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-checkbox.mat-warn,
.theme-purple.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-purple .dark .mat-mdc-button.mat-primary,
.theme-purple.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
  --mat-text-button-state-layer-color: #9333ea;
  --mat-text-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-accent,
.theme-purple.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-button.mat-warn,
.theme-purple.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-primary,
.theme-purple.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-accent,
.theme-purple.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-unelevated-button.mat-warn,
.theme-purple.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-primary,
.theme-purple.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-accent,
.theme-purple.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-raised-button.mat-warn,
.theme-purple.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-primary,
.theme-purple.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #9333ea;
  --mat-outlined-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-accent,
.theme-purple.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-outlined-button.mat-warn,
.theme-purple.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-primary,
.theme-purple.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-accent,
.theme-purple.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-purple .dark .mat-mdc-icon-button.mat-warn,
.theme-purple.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-primary,
.theme-purple.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-accent,
.theme-purple.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-fab.mat-warn,
.theme-purple.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-primary,
.theme-purple.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #9333ea;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-accent,
.theme-purple.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-mdc-mini-fab.mat-warn,
.theme-purple.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-purple .dark .mat-accent,
.theme-purple.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-purple .dark .mat-warn,
.theme-purple.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-purple .dark .mat-badge-accent,
.theme-purple.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-purple .dark .mat-badge-warn,
.theme-purple.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-purple .dark .mat-datepicker-content.mat-accent,
.theme-purple.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-purple .dark .mat-datepicker-content.mat-warn,
.theme-purple.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-accent,
.theme-purple.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-purple .dark .mat-datepicker-toggle-active.mat-warn,
.theme-purple.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-purple .dark .mat-icon.mat-primary,
.theme-purple.dark .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.theme-purple .dark .mat-icon.mat-accent,
.theme-purple.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-purple .dark .mat-icon.mat-warn,
.theme-purple.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-purple .dark .mat-step-header.mat-accent,
.theme-purple.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .dark .mat-step-header.mat-warn,
.theme-purple.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-purple .dark .mat-toolbar.mat-primary,
.theme-purple.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark .mat-toolbar.mat-accent,
.theme-purple.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-purple .dark .mat-toolbar.mat-warn,
.theme-purple.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .light,
.theme-amber.light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f1f5f9;
  --mat-app-text-color: #1e293b;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #64748b;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1e293b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(226, 232, 240, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(226, 232, 240, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(226, 232, 240, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(30, 41, 59, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(226, 232, 240, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(226, 232, 240, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(226, 232, 240, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(100, 116, 139, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(100, 116, 139, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(30, 41, 59, 0.87);
  --mdc-dialog-supporting-text-color: rgba(30, 41, 59, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-selected-track-color: #fcd34d;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #94a3b8;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #451a03;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: #1e293b;
  --mat-menu-item-icon-color: #1e293b;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: #e2e8f0;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #1e293b;
  --mdc-list-list-item-supporting-text-color: #64748b;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #94a3b8;
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #1e293b;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #1e293b;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: #94a3b8;
  --mat-checkbox-label-text-color: #1e293b;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #1e293b;
  --mdc-text-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #1e293b;
  --mdc-filled-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #1e293b;
  --mdc-protected-button-disabled-container-color: rgba(148, 163, 184, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: #e2e8f0;
  --mdc-outlined-button-disabled-label-text-color: rgba(148, 163, 184, 0.38);
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(148, 163, 184, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(148, 163, 184, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #1e293b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #1e293b;
  --mat-table-row-item-label-text-color: #1e293b;
  --mat-table-row-item-outline-color: #e2e8f0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f59e0b;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #451a03;
  --mat-badge-disabled-state-background-color: #94a3b8;
  --mat-badge-disabled-state-text-color: #94a3b8;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #1e293b;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #94a3b8;
  --mat-legacy-button-toggle-state-layer-color: #64748b;
  --mat-legacy-button-toggle-selected-state-text-color: #64748b;
  --mat-legacy-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-legacy-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-disabled-state-background-color: #cbd5e1;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-text-color: #1e293b;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #64748b;
  --mat-standard-button-toggle-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-text-color: #94a3b8;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #e2e8f0;
  --mat-standard-button-toggle-divider-color: #e2e8f0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #451a03;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #451a03;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #64748b;
  --mat-datepicker-calendar-body-label-text-color: #64748b;
  --mat-datepicker-calendar-period-button-text-color: #1e293b;
  --mat-datepicker-calendar-period-button-icon-color: #64748b;
  --mat-datepicker-calendar-navigation-button-icon-color: #64748b;
  --mat-datepicker-calendar-header-divider-color: #e2e8f0;
  --mat-datepicker-calendar-header-text-color: #64748b;
  --mat-datepicker-calendar-date-today-outline-color: #94a3b8;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(148, 163, 184, 0.8);
  --mat-datepicker-calendar-date-text-color: #1e293b;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e2e8f0;
  --mat-datepicker-range-input-separator-color: #1e293b;
  --mat-datepicker-range-input-disabled-state-separator-color: #94a3b8;
  --mat-datepicker-range-input-disabled-state-text-color: #94a3b8;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #1e293b;
  --mat-divider-width: 1px;
  --mat-divider-color: #e2e8f0;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #1e293b;
  --mat-expansion-actions-divider-color: #e2e8f0;
  --mat-expansion-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-expansion-header-disabled-state-text-color: #94a3b8;
  --mat-expansion-header-text-color: #1e293b;
  --mat-expansion-header-description-color: #64748b;
  --mat-expansion-header-indicator-color: #64748b;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: #e2e8f0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #1e293b;
  --mat-sidenav-content-background-color: #f1f5f9;
  --mat-sidenav-content-text-color: #1e293b;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #451a03;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #451a03;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #451a03;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #451a03;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e2e8f0;
  --mat-stepper-header-hover-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-focus-state-layer-color: rgba(148, 163, 184, 0.12);
  --mat-stepper-header-label-text-color: #64748b;
  --mat-stepper-header-optional-label-text-color: #64748b;
  --mat-stepper-header-selected-state-label-text-color: #1e293b;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #64748b;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #64748b;
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: #1e293b;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #1e293b;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #1e293b;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.theme-amber .light .mat-primary,
.theme-amber.light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #64748b;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f1f5f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.theme-amber .light .mat-mdc-progress-bar,
.theme-amber.light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-accent,
.theme-amber.light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-amber .light .mat-mdc-progress-bar.mat-warn,
.theme-amber.light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .light .mat-mdc-form-field.mat-accent,
.theme-amber.light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn,
.theme-amber.light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-accent,
.theme-amber.light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-form-field.mat-warn,
.theme-amber.light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(30, 41, 59, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(148, 163, 184, 0.38);
  --mat-select-placeholder-text-color: rgba(30, 41, 59, 0.6);
  --mat-select-enabled-arrow-color: rgba(226, 232, 240, 0.54);
  --mat-select-disabled-arrow-color: rgba(30, 41, 59, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .light .mat-mdc-standard-chip,
.theme-amber.light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-selected-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mat-chip-selected-disabled-trailing-icon-color: #451a03;
  --mat-chip-selected-trailing-icon-color: #451a03;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .light .mat-mdc-slide-toggle,
.theme-amber.light .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-accent,
.theme-amber.light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #475569;
  --mdc-switch-selected-handle-color: #475569;
  --mdc-switch-selected-hover-state-layer-color: #475569;
  --mdc-switch-selected-pressed-state-layer-color: #475569;
  --mdc-switch-selected-focus-handle-color: #0f172a;
  --mdc-switch-selected-hover-handle-color: #0f172a;
  --mdc-switch-selected-pressed-handle-color: #0f172a;
  --mdc-switch-selected-focus-track-color: #cbd5e1;
  --mdc-switch-selected-hover-track-color: #cbd5e1;
  --mdc-switch-selected-pressed-track-color: #cbd5e1;
  --mdc-switch-selected-track-color: #cbd5e1;
}
.theme-amber .light .mat-mdc-slide-toggle.mat-warn,
.theme-amber.light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.theme-amber .light .mat-mdc-radio-button.mat-primary,
.theme-amber.light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-radio-button.mat-accent,
.theme-amber.light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light .mat-mdc-radio-button.mat-warn,
.theme-amber.light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #94a3b8;
  --mat-radio-label-text-color: #1e293b;
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .light .mdc-list-item__start,
.theme-amber .light .mdc-list-item__end,
.theme-amber.light .mdc-list-item__start,
.theme-amber.light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.theme-amber .light .mat-accent .mdc-list-item__start,
.theme-amber .light .mat-accent .mdc-list-item__end,
.theme-amber.light .mat-accent .mdc-list-item__start,
.theme-amber.light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-amber .light .mat-warn .mdc-list-item__start,
.theme-amber .light .mat-warn .mdc-list-item__end,
.theme-amber.light .mat-warn .mdc-list-item__start,
.theme-amber.light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #64748b;
  --mdc-radio-disabled-unselected-icon-color: #64748b;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(100, 116, 139, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-amber .light .mat-mdc-list-option,
.theme-amber.light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-accent,
.theme-amber.light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-option.mat-warn,
.theme-amber.light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .light .mat-mdc-tab-group,
.theme-amber .light .mat-mdc-tab-nav-bar,
.theme-amber.light .mat-mdc-tab-group,
.theme-amber.light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .light .mat-mdc-tab-group.mat-accent,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.light .mat-mdc-tab-group.mat-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-amber .light .mat-mdc-tab-group.mat-warn,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.light .mat-mdc-tab-group.mat-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #94a3b8;
  --mat-tab-header-pagination-icon-color: #64748b;
  --mat-tab-header-inactive-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(30, 41, 59, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-primary,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.light .mat-mdc-tab-group.mat-background-primary,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-accent,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.light .mat-mdc-tab-group.mat-background-accent,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .light .mat-mdc-tab-group.mat-background-warn,
.theme-amber .light .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.light .mat-mdc-tab-group.mat-background-warn,
.theme-amber.light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .light .mat-mdc-checkbox.mat-primary,
.theme-amber.light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-checkbox.mat-warn,
.theme-amber.light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.theme-amber .light .mat-mdc-button.mat-primary,
.theme-amber.light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-accent,
.theme-amber.light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-button.mat-warn,
.theme-amber.light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-primary,
.theme-amber.light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #451a03;
  --mat-filled-button-state-layer-color: #451a03;
  --mat-filled-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-accent,
.theme-amber.light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-unelevated-button.mat-warn,
.theme-amber.light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-primary,
.theme-amber.light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #451a03;
  --mat-protected-button-state-layer-color: #451a03;
  --mat-protected-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-accent,
.theme-amber.light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-raised-button.mat-warn,
.theme-amber.light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-primary,
.theme-amber.light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-accent,
.theme-amber.light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-outlined-button.mat-warn,
.theme-amber.light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: #e2e8f0;
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-primary,
.theme-amber.light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-accent,
.theme-amber.light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .light .mat-mdc-icon-button.mat-warn,
.theme-amber.light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-primary,
.theme-amber.light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #451a03;
  --mat-fab-state-layer-color: #451a03;
  --mat-fab-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-accent,
.theme-amber.light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-fab.mat-warn,
.theme-amber.light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-primary,
.theme-amber.light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #451a03;
  --mat-fab-small-state-layer-color: #451a03;
  --mat-fab-small-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-accent,
.theme-amber.light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-mdc-mini-fab.mat-warn,
.theme-amber.light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .light .mat-accent,
.theme-amber.light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-amber .light .mat-warn,
.theme-amber.light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .light .mat-badge-accent,
.theme-amber.light .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-amber .light .mat-badge-warn,
.theme-amber.light .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-amber .light .mat-datepicker-content.mat-accent,
.theme-amber.light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-amber .light .mat-datepicker-content.mat-warn,
.theme-amber.light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-amber .light .mat-datepicker-toggle-active.mat-accent,
.theme-amber.light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-amber .light .mat-datepicker-toggle-active.mat-warn,
.theme-amber.light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-amber .light .mat-icon.mat-primary,
.theme-amber.light .mat-icon.mat-primary {
  --mat-icon-color: #f59e0b;
}
.theme-amber .light .mat-icon.mat-accent,
.theme-amber.light .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-amber .light .mat-icon.mat-warn,
.theme-amber.light .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-amber .light .mat-step-header.mat-accent,
.theme-amber.light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .light .mat-step-header.mat-warn,
.theme-amber.light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .light .mat-toolbar.mat-primary,
.theme-amber.light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #451a03;
}
.theme-amber .light .mat-toolbar.mat-accent,
.theme-amber.light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .light .mat-toolbar.mat-warn,
.theme-amber.light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .dark,
.theme-amber.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #0f172a;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1e293b;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1e293b;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #94a3b8;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #64748b;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-filled-text-field-container-color: #273243;
  --mdc-filled-text-field-disabled-container-color: #232d3f;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #dc2626;
  --mdc-filled-text-field-error-focus-label-text-color: #dc2626;
  --mdc-filled-text-field-error-label-text-color: #dc2626;
  --mdc-filled-text-field-error-caret-color: #dc2626;
  --mdc-filled-text-field-active-indicator-color: rgba(241, 245, 249, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(241, 245, 249, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(241, 245, 249, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-error-hover-active-indicator-color: #dc2626;
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(71, 85, 105, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #dc2626;
  --mdc-outlined-text-field-error-focus-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-label-text-color: #dc2626;
  --mdc-outlined-text-field-error-hover-label-text-color: #dc2626;
  --mdc-outlined-text-field-outline-color: rgba(241, 245, 249, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(241, 245, 249, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(241, 245, 249, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-error-hover-outline-color: #dc2626;
  --mdc-outlined-text-field-error-outline-color: #dc2626;
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #dc2626;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(241, 245, 249, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1e293b;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1e293b;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: #475569;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: #451a03;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1e293b;
  --mat-menu-divider-color: rgba(241, 245, 249, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #94a3b8;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #64748b;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1e293b;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #475569;
  --mat-checkbox-label-text-color: white;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(30, 41, 59, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(30, 41, 59, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(15, 23, 42, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(30, 41, 59, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d8;
  --mdc-snackbar-supporting-text-color: rgba(30, 41, 59, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1e293b;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(241, 245, 249, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f59e0b;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #451a03;
  --mat-badge-disabled-state-background-color: #1e293b;
  --mat-badge-disabled-state-text-color: #475569;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1e293b;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #64748b;
  --mat-legacy-button-toggle-state-layer-color: #e2e8f0;
  --mat-legacy-button-toggle-selected-state-text-color: #94a3b8;
  --mat-legacy-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-legacy-button-toggle-disabled-state-text-color: #1e293b;
  --mat-legacy-button-toggle-disabled-state-background-color: #0f172a;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1e293b;
  --mat-standard-button-toggle-state-layer-color: #e2e8f0;
  --mat-standard-button-toggle-selected-state-background-color: rgba(255, 255, 255, 0.05);
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #1e293b;
  --mat-standard-button-toggle-disabled-state-background-color: #1e293b;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1e293b;
  --mat-standard-button-toggle-divider-color: #374152;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #451a03;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #451a03;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #f1f5f9;
  --mat-datepicker-calendar-body-label-text-color: #94a3b8;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-navigation-button-icon-color: #f1f5f9;
  --mat-datepicker-calendar-header-divider-color: rgba(241, 245, 249, 0.12);
  --mat-datepicker-calendar-header-text-color: #94a3b8;
  --mat-datepicker-calendar-date-today-outline-color: #64748b;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(100, 116, 139, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(241, 245, 249, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #475569;
  --mat-datepicker-range-input-disabled-state-text-color: #475569;
  --mat-datepicker-calendar-container-background-color: #1e293b;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1e293b;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(241, 245, 249, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-expansion-header-disabled-state-text-color: #1e293b;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #94a3b8;
  --mat-expansion-header-indicator-color: #94a3b8;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(241, 245, 249, 0.12);
  --mat-sidenav-container-background-color: #1e293b;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #0f172a;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(225, 214, 196, 0.6);
  --mat-stepper-header-icon-foreground-color: #451a03;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #451a03;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #451a03;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #451a03;
  --mat-stepper-container-color: #1e293b;
  --mat-stepper-line-color: rgba(241, 245, 249, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.05);
  --mat-stepper-header-label-text-color: #94a3b8;
  --mat-stepper-header-optional-label-text-color: #94a3b8;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #dc2626;
  --mat-stepper-header-icon-background-color: #94a3b8;
  --mat-stepper-header-error-state-icon-foreground-color: #dc2626;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #94a3b8;
  --mat-toolbar-container-background-color: #0f172a;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1e293b;
  --mat-tree-node-text-color: white;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #1e293b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.theme-amber .dark .mat-primary,
.theme-amber.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1e293b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1e293b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-unselected-icon-color: #94a3b8;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #0f172a;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.theme-amber .dark .mat-mdc-progress-bar,
.theme-amber.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-accent,
.theme-amber.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #1e293b;
  --mdc-linear-progress-track-color: rgba(30, 41, 59, 0.25);
}
.theme-amber .dark .mat-mdc-progress-bar.mat-warn,
.theme-amber.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent,
.theme-amber.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #1e293b;
  --mdc-filled-text-field-focus-active-indicator-color: #1e293b;
  --mdc-filled-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mdc-outlined-text-field-caret-color: #1e293b;
  --mdc-outlined-text-field-focus-outline-color: #1e293b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(30, 41, 59, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(30, 41, 59, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn,
.theme-amber.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-accent,
.theme-amber.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(30, 41, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-form-field.mat-warn,
.theme-amber.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1e293b;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(71, 85, 105, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(241, 245, 249, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(220, 38, 38, 0.87);
}
.theme-amber .dark .mat-mdc-standard-chip,
.theme-amber.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #394353;
  --mdc-chip-elevated-selected-container-color: #394353;
  --mdc-chip-elevated-disabled-container-color: #394353;
  --mdc-chip-flat-disabled-selected-container-color: #394353;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #451a03;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #451a03;
  --mdc-chip-selected-label-text-color: #451a03;
  --mdc-chip-with-icon-icon-color: #451a03;
  --mdc-chip-with-icon-disabled-icon-color: #451a03;
  --mdc-chip-with-icon-selected-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #451a03;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #451a03;
  --mat-chip-selected-disabled-trailing-icon-color: #451a03;
  --mat-chip-selected-trailing-icon-color: #451a03;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1e293b;
  --mdc-chip-elevated-selected-container-color: #1e293b;
  --mdc-chip-elevated-disabled-container-color: #1e293b;
  --mdc-chip-flat-disabled-selected-container-color: #1e293b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-amber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-selected-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --mdc-chip-flat-disabled-selected-container-color: #dc2626;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.theme-amber .dark .mat-mdc-slide-toggle,
.theme-amber.dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: white;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-accent,
.theme-amber.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #cbd5e1;
  --mdc-switch-selected-handle-color: #cbd5e1;
  --mdc-switch-selected-hover-state-layer-color: #cbd5e1;
  --mdc-switch-selected-pressed-state-layer-color: #cbd5e1;
  --mdc-switch-selected-focus-handle-color: #e2e8f0;
  --mdc-switch-selected-hover-handle-color: #e2e8f0;
  --mdc-switch-selected-pressed-handle-color: #e2e8f0;
  --mdc-switch-selected-focus-track-color: #475569;
  --mdc-switch-selected-hover-track-color: #475569;
  --mdc-switch-selected-pressed-track-color: #475569;
  --mdc-switch-selected-track-color: #475569;
}
.theme-amber .dark .mat-mdc-slide-toggle.mat-warn,
.theme-amber.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.theme-amber .dark .mat-mdc-radio-button.mat-primary,
.theme-amber.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark .mat-mdc-radio-button.mat-accent,
.theme-amber.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1e293b;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark .mat-mdc-radio-button.mat-warn,
.theme-amber.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #475569;
  --mat-radio-label-text-color: white;
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mdc-slider-handle-color: #1e293b;
  --mdc-slider-focus-handle-color: #1e293b;
  --mdc-slider-hover-handle-color: #1e293b;
  --mdc-slider-active-track-color: #1e293b;
  --mdc-slider-inactive-track-color: #1e293b;
  --mdc-slider-with-tick-marks-inactive-container-color: #1e293b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #1e293b;
  --mat-slider-hover-state-layer-color: rgba(30, 41, 59, 0.05);
  --mat-slider-focus-state-layer-color: rgba(30, 41, 59, 0.2);
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
}
.theme-amber .dark .mdc-list-item__start,
.theme-amber .dark .mdc-list-item__end,
.theme-amber.dark .mdc-list-item__start,
.theme-amber.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.theme-amber .dark .mat-accent .mdc-list-item__start,
.theme-amber .dark .mat-accent .mdc-list-item__end,
.theme-amber.dark .mat-accent .mdc-list-item__start,
.theme-amber.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #1e293b;
  --mdc-radio-selected-hover-icon-color: #1e293b;
  --mdc-radio-selected-icon-color: #1e293b;
  --mdc-radio-selected-pressed-icon-color: #1e293b;
}
.theme-amber .dark .mat-warn .mdc-list-item__start,
.theme-amber .dark .mat-warn .mdc-list-item__end,
.theme-amber.dark .mat-warn .mdc-list-item__start,
.theme-amber.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #f1f5f9;
  --mdc-radio-disabled-unselected-icon-color: #f1f5f9;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(241, 245, 249, 0.54);
  --mdc-radio-selected-focus-icon-color: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.theme-amber .dark .mat-mdc-list-option,
.theme-amber.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-accent,
.theme-amber.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1e293b;
  --mdc-checkbox-selected-hover-icon-color: #1e293b;
  --mdc-checkbox-selected-icon-color: #1e293b;
  --mdc-checkbox-selected-pressed-icon-color: #1e293b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1e293b;
  --mdc-checkbox-selected-hover-state-layer-color: #1e293b;
  --mdc-checkbox-selected-pressed-state-layer-color: #1e293b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-option.mat-warn,
.theme-amber.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-amber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f59e0b;
}
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-amber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.theme-amber .dark .mat-mdc-tab-group,
.theme-amber .dark .mat-mdc-tab-nav-bar,
.theme-amber.dark .mat-mdc-tab-group,
.theme-amber.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-accent,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #1e293b;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1e293b;
  --mat-tab-header-active-ripple-color: #1e293b;
  --mat-tab-header-inactive-ripple-color: #1e293b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1e293b;
  --mat-tab-header-active-hover-label-text-color: #1e293b;
  --mat-tab-header-active-focus-indicator-color: #1e293b;
  --mat-tab-header-active-hover-indicator-color: #1e293b;
}
.theme-amber .dark .mat-mdc-tab-group.mat-warn,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #475569;
  --mat-tab-header-pagination-icon-color: #f1f5f9;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-primary,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-group.mat-background-primary,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: #451a03;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-accent,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-group.mat-background-accent,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #1e293b;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .dark .mat-mdc-tab-group.mat-background-warn,
.theme-amber .dark .mat-mdc-tab-nav-bar.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-group.mat-background-warn,
.theme-amber.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-primary,
.theme-amber.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #451a03;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-checkbox.mat-warn,
.theme-amber.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.theme-amber .dark .mat-mdc-button.mat-primary,
.theme-amber.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-accent,
.theme-amber.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #1e293b;
  --mat-text-button-state-layer-color: #1e293b;
  --mat-text-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-button.mat-warn,
.theme-amber.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-primary,
.theme-amber.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: #451a03;
  --mat-filled-button-state-layer-color: #451a03;
  --mat-filled-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-accent,
.theme-amber.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #1e293b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-unelevated-button.mat-warn,
.theme-amber.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-primary,
.theme-amber.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: #451a03;
  --mat-protected-button-state-layer-color: #451a03;
  --mat-protected-button-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-accent,
.theme-amber.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #1e293b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-raised-button.mat-warn,
.theme-amber.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-primary,
.theme-amber.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-accent,
.theme-amber.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #1e293b;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #1e293b;
  --mat-outlined-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-outlined-button.mat-warn,
.theme-amber.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(241, 245, 249, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-primary,
.theme-amber.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-accent,
.theme-amber.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #1e293b;
  --mat-icon-button-state-layer-color: #1e293b;
  --mat-icon-button-ripple-color: rgba(30, 41, 59, 0.1);
}
.theme-amber .dark .mat-mdc-icon-button.mat-warn,
.theme-amber.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-primary,
.theme-amber.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #451a03;
  --mat-fab-state-layer-color: #451a03;
  --mat-fab-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-accent,
.theme-amber.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #1e293b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-fab.mat-warn,
.theme-amber.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-primary,
.theme-amber.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #451a03;
  --mat-fab-small-state-layer-color: #451a03;
  --mat-fab-small-ripple-color: rgba(69, 26, 3, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-accent,
.theme-amber.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #1e293b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-mdc-mini-fab.mat-warn,
.theme-amber.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.theme-amber .dark .mat-accent,
.theme-amber.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #1e293b;
}
.theme-amber .dark .mat-warn,
.theme-amber.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #dc2626;
}
.theme-amber .dark .mat-badge-accent,
.theme-amber.dark .mat-badge-accent {
  --mat-badge-background-color: #1e293b;
  --mat-badge-text-color: white;
}
.theme-amber .dark .mat-badge-warn,
.theme-amber.dark .mat-badge-warn {
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
}
.theme-amber .dark .mat-datepicker-content.mat-accent,
.theme-amber.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1e293b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(30, 41, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(30, 41, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(30, 41, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-amber .dark .mat-datepicker-content.mat-warn,
.theme-amber.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-accent,
.theme-amber.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #1e293b;
}
.theme-amber .dark .mat-datepicker-toggle-active.mat-warn,
.theme-amber.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
}
.theme-amber .dark .mat-icon.mat-primary,
.theme-amber.dark .mat-icon.mat-primary {
  --mat-icon-color: #f59e0b;
}
.theme-amber .dark .mat-icon.mat-accent,
.theme-amber.dark .mat-icon.mat-accent {
  --mat-icon-color: #1e293b;
}
.theme-amber .dark .mat-icon.mat-warn,
.theme-amber.dark .mat-icon.mat-warn {
  --mat-icon-color: #dc2626;
}
.theme-amber .dark .mat-step-header.mat-accent,
.theme-amber.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1e293b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1e293b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1e293b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .dark .mat-step-header.mat-warn,
.theme-amber.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.theme-amber .dark .mat-toolbar.mat-primary,
.theme-amber.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #451a03;
}
.theme-amber .dark .mat-toolbar.mat-accent,
.theme-amber.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #1e293b;
  --mat-toolbar-container-text-color: white;
}
.theme-amber .dark .mat-toolbar.mat-warn,
.theme-amber.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}

/* src/@fuse/styles/main.scss */
.example-viewer {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  border-radius: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.example-viewer .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  min-height: 88px;
  max-height: 88px;
  padding: 0 40px;
}
.example-viewer .title h6 {
  font-weight: 700;
}
.example-viewer .title .controls {
  display: flex;
  align-items: center;
}
.example-viewer .title .controls > * + * {
  margin-left: 8px;
}
.example-viewer mat-tab-group .mat-tab-body-content .fuse-highlight pre {
  margin: 0;
  border-radius: 0;
}
input,
textarea {
  background: transparent;
}
input::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::placeholder,
.mat-toolbar.mat-primary textarea::placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::placeholder,
.mat-toolbar.mat-accent textarea::placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::placeholder,
.mat-toolbar.mat-warn textarea::placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-moz-placeholder,
.mat-toolbar.mat-primary textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-moz-placeholder,
.mat-toolbar.mat-accent textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-moz-placeholder,
.mat-toolbar.mat-warn textarea::-moz-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input::-webkit-input-placeholder,
.mat-toolbar.mat-primary textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input::-webkit-input-placeholder,
.mat-toolbar.mat-accent textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input::-webkit-input-placeholder,
.mat-toolbar.mat-warn textarea::-webkit-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary input:-ms-input-placeholder,
.mat-toolbar.mat-primary textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent input:-ms-input-placeholder,
.mat-toolbar.mat-accent textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn input:-ms-input-placeholder,
.mat-toolbar.mat-warn textarea:-ms-input-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 5000s !important;
}
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active,
.dark textarea:-webkit-autofill,
.dark textarea:-webkit-autofill:hover,
.dark textarea:-webkit-autofill:focus,
.dark textarea:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.87);
}
input [data-autocompleted],
textarea [data-autocompleted] {
  background-color: transparent !important;
}
.fuse-backdrop-on-mobile {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-bg-opacity: 0.6 !important;
}
@media (min-width: 600px) {
  .fuse-backdrop-on-mobile {
    background-color: transparent !important;
  }
}
*[class*=mat-],
*[class*=mat-mdc-] {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
*[class*=mat-] *,
*[class*=mat-mdc-] * {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}
.mat-accordion .mat-expansion-panel {
  margin-bottom: 24px;
  border-radius: 8px !important;
  transition: box-shadow 225ms cubic-bezier(0.4, 0, 0.2, 1);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-accordion .mat-expansion-panel:last-child {
  margin-bottom: 0;
}
.mat-accordion .mat-expansion-panel.mat-expanded,
.mat-accordion .mat-expansion-panel:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,
.mat-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background: transparent !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  font-size: 14px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  margin-right: 28px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  border-color: currentColor !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-icon-button {
  color: var(--label-colors) !important;
}
.mat-button-toggle-group {
  border: none !important;
}
.mat-button-toggle-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.mat-button-toggle-group.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  background-clip: padding-box;
}
.mat-button-toggle-group .mat-button-toggle {
  border-radius: 9999px;
  overflow: hidden;
  border: none !important;
  font-weight: 500;
}
.mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-label-content {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0 20px;
  line-height: 40px !important;
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-checkbox {
  display: inline-flex !important;
}
.mat-mdc-checkbox .mdc-form-field {
  padding-right: 12px;
}
.mat-mdc-checkbox label {
  color: var(--text-colors);
}
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.mdc-checkbox__native-control {
  opacity: 0 !important;
}
.mat-mdc-chip {
  font-weight: 500 !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: var(--bg-colors) !important;
  background: var(--bg-colors) !important;
}
.mat-mdc-dialog-content {
  padding: 0px;
  max-height: 90vh !important;
}
.mat-mdc-dialog-title {
  display: block;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 0 1px;
  padding: 0 0 9px !important;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
  color: var(--label-colors) !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
  color: var(--label-colors) !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--label-colors) !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--text-colors) !important;
}
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  color: var(--text-colors) !important;
}
.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow {
  color: var(--label-colors) !important;
}
.mat-mdc-form-field-icon-suffix {
  color: var(--label-colors) !important;
}
.mat-calendar-body-selected {
  background-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: var(--bg-colors) !important;
}
.mat-calendar {
  background-color: var(--bg-colors) !important;
  background: var(--bg-colors) !important;
}
.mat-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  color: var(--text-colors);
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  line-height: 24px;
  -webkit-appearance: none !important;
}
.mat-form-field input {
  caret-color: white !important;
}
.mat-mdc-menu-panel {
  min-width: 144px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  background-color: var(--bg-colors);
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon-no-color {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-mat-icon-rgb), var(--tw-text-opacity));
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:not([disabled]):hover {
  background-color: var(--dt-row-odd-color);
}
.mat-mdc-menu-panel .mat-mdc-menu-content mat-divider {
  margin: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  background-color: var(--bg-colors) !important;
  padding: 8px 16px;
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container {
    justify-content: normal;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size {
  align-items: center;
  min-height: 40px;
  margin: 8px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
  display: none;
  margin-right: 12px;
}
@media (min-width: 600px) {
  .mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-label {
    display: block;
  }
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select {
  margin: 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper {
  padding: 0 10px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-page-size .mat-mdc-paginator-page-size-select .mat-mdc-text-field-wrapper .mat-form-field-flex {
  min-height: 32px;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions {
  margin: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  margin-right: 16px;
}
div.mat-mdc-select-panel {
  background-color: var(--bg-colors) !important;
}
.mat-mdc-select {
  display: inline-flex !important;
}
.mat-mdc-select .mat-mdc-select-placeholder {
  transition: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .mat-mdc-select .mat-mdc-select-placeholder {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value {
  position: relative;
  display: flex;
  max-width: none;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text {
  display: inline-flex;
}
.mat-mdc-select .mat-mdc-select-trigger .mat-mdc-select-value .mat-mdc-select-value-text > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper {
  transform: translateY(0) !important;
}
.mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  margin: 0 0 0 8px;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity)) !important;
}
.mat-toolbar.mat-primary .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .mat-mdc-select .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #ffffff !important;
}
.dark .mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: #000000 !important;
}
.mat-step-icon {
}
.mat-step-icon .mat-icon {
  color: currentColor !important;
}
.mat-step-label,
.mat-step-label-selected {
  font-weight: 500 !important;
}
.mat-mdc-table {
  background-color: var(--bg-colors) !important;
}
.mat-mdc-table .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background: var(--dt-row-odd-color) !important;
  background-color: var(--dt-row-odd-color) !important;
}
.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: var(--text-colors) !important;
}
mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  color: var(--text-colors) !important;
}
textarea.mat-mdc-input-element {
  box-sizing: content-box !important;
}
.mat-toolbar {
}
.mat-toolbar.mat-primary .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-primary .text-secondary {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-primary .text-hint {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .text-disabled {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-primary .divider {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-accent .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-accent .text-secondary {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .text-hint {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .text-disabled {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .divider {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-toolbar.mat-warn .mat-icon {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
}
.mat-toolbar.mat-warn .text-secondary {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .text-hint {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .text-disabled {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .divider {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.12 !important;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: #000 !important;
  color: #fff !important;
}
code[class*=language-] .hljs-comment,
code[class*=language-] .hljs-quote,
pre[class*=language-] .hljs-comment,
pre[class*=language-] .hljs-quote {
  color: #8b9fc1;
  font-style: italic;
}
code[class*=language-] .hljs-doctag,
code[class*=language-] .hljs-keyword,
code[class*=language-] .hljs-formula,
pre[class*=language-] .hljs-doctag,
pre[class*=language-] .hljs-keyword,
pre[class*=language-] .hljs-formula {
  color: #22d3ee;
}
code[class*=language-] .hljs-name,
pre[class*=language-] .hljs-name {
  color: #e879f9;
}
code[class*=language-] .hljs-tag,
pre[class*=language-] .hljs-tag {
  color: #bae6fd;
}
code[class*=language-] .hljs-section,
code[class*=language-] .hljs-selector-tag,
code[class*=language-] .hljs-deletion,
code[class*=language-] .hljs-subst,
pre[class*=language-] .hljs-section,
pre[class*=language-] .hljs-selector-tag,
pre[class*=language-] .hljs-deletion,
pre[class*=language-] .hljs-subst {
  color: #f87f71;
}
code[class*=language-] .hljs-literal,
pre[class*=language-] .hljs-literal {
  color: #36beff;
}
code[class*=language-] .hljs-string,
code[class*=language-] .hljs-regexp,
code[class*=language-] .hljs-addition,
code[class*=language-] .hljs-attribute,
code[class*=language-] .hljs-meta-string,
pre[class*=language-] .hljs-string,
pre[class*=language-] .hljs-regexp,
pre[class*=language-] .hljs-addition,
pre[class*=language-] .hljs-attribute,
pre[class*=language-] .hljs-meta-string {
  color: #bef264;
}
code[class*=language-] .hljs-built_in,
code[class*=language-] .hljs-class .hljs-title,
pre[class*=language-] .hljs-built_in,
pre[class*=language-] .hljs-class .hljs-title {
  color: #ffd374;
}
code[class*=language-] .hljs-attr,
code[class*=language-] .hljs-variable,
code[class*=language-] .hljs-template-variable,
code[class*=language-] .hljs-type,
code[class*=language-] .hljs-selector-class,
code[class*=language-] .hljs-selector-attr,
code[class*=language-] .hljs-selector-pseudo,
code[class*=language-] .hljs-number,
pre[class*=language-] .hljs-attr,
pre[class*=language-] .hljs-variable,
pre[class*=language-] .hljs-template-variable,
pre[class*=language-] .hljs-type,
pre[class*=language-] .hljs-selector-class,
pre[class*=language-] .hljs-selector-attr,
pre[class*=language-] .hljs-selector-pseudo,
pre[class*=language-] .hljs-number {
  color: #22d3ee;
}
code[class*=language-] .hljs-symbol,
code[class*=language-] .hljs-bullet,
code[class*=language-] .hljs-link,
code[class*=language-] .hljs-meta,
code[class*=language-] .hljs-selector-id,
code[class*=language-] .hljs-title,
pre[class*=language-] .hljs-symbol,
pre[class*=language-] .hljs-bullet,
pre[class*=language-] .hljs-link,
pre[class*=language-] .hljs-meta,
pre[class*=language-] .hljs-selector-id,
pre[class*=language-] .hljs-title {
  color: #e879f9;
}
code[class*=language-] .hljs-emphasis,
pre[class*=language-] .hljs-emphasis {
  font-style: italic;
}
code[class*=language-] .hljs-strong,
pre[class*=language-] .hljs-strong {
  font-weight: 700;
}
code[class*=language-] .hljs-link,
pre[class*=language-] .hljs-link {
  text-decoration: underline;
}
.ps {
  position: relative;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps.ps--focus > .ps__rail-x,
.ps.ps--focus > .ps__rail-y,
.ps.ps--scrolling-x > .ps__rail-x,
.ps.ps--scrolling-x > .ps__rail-y,
.ps.ps--scrolling-y > .ps__rail-x,
.ps.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps > .ps__rail-x,
.ps > .ps__rail-y {
  z-index: 99999;
}
.ps > .ps__rail-x {
  height: 14px;
  background: transparent !important;
  transition: none !important;
}
.ps > .ps__rail-x:hover,
.ps > .ps__rail-x:focus,
.ps > .ps__rail-x.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-x:hover .ps__thumb-x,
.ps > .ps__rail-x:focus .ps__thumb-x,
.ps > .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 10px;
}
.ps > .ps__rail-x .ps__thumb-x {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  height: 6px;
  transition: height 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ps > .ps__rail-y {
  width: 14px;
  background: transparent !important;
  transition: none !important;
  left: auto !important;
}
.ps > .ps__rail-y:hover,
.ps > .ps__rail-y:focus,
.ps > .ps__rail-y.ps--clicking {
  opacity: 1;
}
.ps > .ps__rail-y:hover .ps__thumb-y,
.ps > .ps__rail-y:focus .ps__thumb-y,
.ps > .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 10px;
}
.ps > .ps__rail-y .ps__thumb-y {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
  width: 6px;
  transition: width 225ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.p-editor-container .p-editor-toolbar {
  background-color: var(--bg-colors-2) !important;
  background: var(--bg-colors-2) !important;
}
.ql-toolbar {
  border-radius: 6px 6px 0 0;
  padding: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-border-opacity: 1 !important;
}
.dark .ql-toolbar {
  background-color: rgba(0, 0, 0, 0.05);
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-toolbar .ql-formats {
  margin: 11px 8px !important;
}
.ql-toolbar .ql-picker {
  color: var(--text-colors) !important;
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  z-index: 10 !important;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.dark .ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.ql-toolbar .ql-picker .ql-picker-label {
  color: var(--label-colors) !important;
}
.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity));
}
.ql-toolbar .ql-stroke,
.ql-toolbar .ql-stroke-mitter {
  stroke: var(--fuse-icon);
}
.ql-toolbar .ql-fill {
  fill: var(--fuse-icon);
}
.ql-toolbar button:hover,
.ql-toolbar button:focus,
.ql-toolbar button.ql-active,
.ql-toolbar .ql-picker-label:hover,
.ql-toolbar .ql-picker-label.ql-active,
.ql-toolbar .ql-picker-item:hover,
.ql-toolbar .ql-picker-item.ql-selected {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity, 1)) !important;
}
.ql-toolbar button:hover .ql-stroke,
.ql-toolbar button:hover .ql-stroke-mitter,
.ql-toolbar button:focus .ql-stroke,
.ql-toolbar button:focus .ql-stroke-mitter,
.ql-toolbar button.ql-active .ql-stroke,
.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: var(--primary-color) !important;
}
.ql-toolbar button:hover .ql-fill,
.ql-toolbar button:focus .ql-fill,
.ql-toolbar button.ql-active .ql-fill,
.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: var(--primary-color) !important;
}
.ql-container {
  overflow: auto;
  min-height: 100px;
  max-height: 400px;
  border-radius: 0 0 6px 6px;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-border-opacity: 1 !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.dark .ql-container {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-container .ql-editor {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--fuse-bg-card-rgb), var(--tw-bg-opacity));
  background-color: var(--bg-colors-note) !important;
  background: var(--bg-colors-note) !important;
}
.dark .ql-container .ql-editor {
  background-color: var(--bg-colors-note) !important;
  background: var(--bg-colors-note) !important;
}
.ql-container .ql-editor.ql-blank::before {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-hint-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-editor.ql-blank::before {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.38 !important;
}
.ql-container .ql-tooltip {
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.dark .ql-container .ql-tooltip {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.ql-container .ql-tooltip:before {
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-text-secondary-rgb), var(--tw-text-opacity));
}
.mat-toolbar.mat-primary .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-primary-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-accent .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-accent-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.mat-toolbar.mat-warn .ql-container .ql-tooltip:before {
  color: rgba(var(--fuse-on-warn-rgb), var(--tw-text-opacity, 1)) !important;
  --tw-text-opacity: 0.6 !important;
}
.ql-container .ql-tooltip .ql-action,
.ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-primary-rgb), var(--tw-text-opacity, 1));
}
.dark .ql-container .ql-tooltip .ql-action,
.dark .ql-container .ql-tooltip .ql-remove {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--fuse-primary-400-rgb), var(--tw-text-opacity, 1));
}
.ql-container .ql-tooltip .ql-action:after {
  border-right-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}
.dark .ql-container .ql-tooltip .ql-action:after {
  --tw-border-opacity: 1 !important;
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
}
.ql-container .ql-tooltip input {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--fuse-text-default-rgb), var(--tw-text-opacity)) !important;
  border-radius: 0.125rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.dark .ql-container .ql-tooltip input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1)) !important;
}
.p-editor-content.ql-container.ql-snow {
  background-color: var(--bg-colors-note) !important;
}

/* node_modules/perfect-scrollbar/css/perfect-scrollbar.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/styles/vendors.scss */

/* src/styles/styles.scss */

/* src/styles/tailwind.scss */

/* node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* node_modules/fullcalendar/dist/fullcalendar.min.css */
/*!
 * FullCalendar v4.0.0-alpha.4
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image:
    linear-gradient(
      to bottom,
      #fff,
      #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: .75;
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family:
    "Courier New",
    Courier,
    monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203a";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\ab";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\bb";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25c4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25ba";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25bc";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\d7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar button,
.fc-view,
.fc-view-container,
.fc-view > table {
  position: relative;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: .3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-mirror-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\a0-\a0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}
@media print {
  .fc-bg,
  .fc-bgevent-container,
  .fc-bgevent-skeleton,
  .fc-business-container,
  .fc-event .fc-resizer,
  .fc-highlight-container,
  .fc-highlight-skeleton,
  .fc-mirror-container,
  .fc-mirror-skeleton {
    display: none;
  }
  .fc tbody .fc-row,
  .fc-time-grid {
    min-height: 0 !important;
  }
  .fc-time-grid .fc-event.fc-not-end:after,
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  .fc {
    max-width: 100% !important;
  }
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  .fc hr,
  .fc tbody,
  .fc td,
  .fc th,
  .fc thead,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }
  .fc tbody .fc-row {
    height: auto !important;
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    padding-bottom: 0 !important;
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom: 1em;
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    height: 1em;
  }
  .fc-more,
  .fc-more-cell {
    display: none !important;
  }
  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }
  .fc-agenda-view .fc-axis,
  .fc-popover {
    display: none;
  }
  .fc-slats,
  .fc-time-grid hr {
    display: none !important;
  }
  .fc button,
  .fc-button-group,
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  .fc-day-grid-container,
  .fc-scroller,
  .fc-time-grid-container {
    overflow: visible !important;
    height: auto !important;
  }
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
}

/* node_modules/fullcalendar-scheduler/dist/scheduler.min.css */
/*!
 * FullCalendar Scheduler v4.0.0-alpha.4
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2018 Adam Shaw
 */
.fc-resource-area .fc-cell-content,
.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}
.fc-scroller-clip {
  overflow: hidden;
  position: relative;
}
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
}
.fc-timeline .fc-body .fc-divider.ui-widget-header,
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}
.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.fc-scroller-canvas {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
}
.fc-scroller-canvas > .fc-bg {
  z-index: 1;
}
.fc-scroller-canvas > .fc-content {
  z-index: 2;
  position: relative;
  border-style: solid;
  border-width: 0;
}
.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}
.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}
.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}
.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}
.fc-rtl .fc-timeline {
  direction: rtl;
}
.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
}
.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}
.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}
.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
}
.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, .075);
}
.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}
.fc-timeline .fc-scroller-canvas > div > div > table,
.fc-timeline .fc-scroller-canvas > div > table {
  border-style: hidden;
}
.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}
.fc-timeline td,
.fc-timeline th {
  white-space: nowrap;
}
.fc-timeline .fc-cell-content {
  overflow: hidden;
}
.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}
.fc-timeline th {
  vertical-align: middle;
}
.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}
.fc-resource-area {
  width: 30%;
}
.fc-resource-area col {
  width: 40%;
  min-width: 70px;
}
.fc-resource-area col.fc-main-col {
  width: 60%;
}
.fc-flat .fc-expander-space {
  display: none;
}
.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}
.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}
.fc-resource-area .fc-super th {
  text-align: center;
}
.fc-resource-area th > div {
  position: relative;
}
.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}
.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}
.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}
.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}
tr.fc-collapsed > td,
tr.fc-transitioning > td {
  overflow: hidden;
}
tr.fc-transitioning > td > div {
  transition: margin-top .2s;
}
tr.fc-collapsed > td > div {
  margin-top: -10px;
}
.fc-body .fc-resource-area .fc-cell-content {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fc-resource-area .fc-icon {
  width: 1em;
  font-size: .9em;
  vertical-align: middle;
  margin-top: -1%;
}
.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666;
}
.fc-time-area col {
  min-width: 2.2em;
}
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}
.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}
.fc-time-area .fc-slats {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-time-area .fc-slats table {
  height: 100%;
}
.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}
.fc-time-area .fc-slats td {
  border-width: 0 1px;
}
.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}
.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0;
}
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container,
.fc-ltr .fc-time-area .fc-mirror-container {
  left: 0;
}
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container,
.fc-rtl .fc-time-area .fc-mirror-container {
  right: 0;
}
.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}
.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}
.fc-time-area .fc-rows .ui-widget-content {
  background: 0 0;
}
.fc-time-area .fc-rows td > div {
  position: relative;
}
.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}
.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  width: 0;
}
.fc-time-area .fc-mirror-container {
  position: absolute;
  z-index: 3;
  top: 0;
}
.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}
.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}
.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}
.fc-timeline .fc-now-indicator {
  z-index: 3;
  top: 0;
}
.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  border-width: 6px 5px 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  bottom: 0;
  border-left-width: 1px;
}
.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}
.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}
.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}
.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}
.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}
.fc-timeline-event .fc-time {
  font-weight: 700;
  padding: 0 1px;
}
.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
}
.fc-timeline-event .fc-title {
  position: relative;
  padding: 0 1px;
}
.fc-timeline-event.fc-selected .fc-bg {
  display: none;
}
.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}
.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}
.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}
.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}
.fc-body .fc-time-area .fc-following,
.fc-timeline-event.fc-not-start .fc-title {
  position: relative;
}
.fc-body .fc-time-area .fc-following:before,
.fc-timeline-event.fc-not-start .fc-title:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: .5;
}
.fc-ltr .fc-body .fc-time-area .fc-following:before,
.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before {
  border-left: 0;
  left: 2px;
}
.fc-rtl .fc-body .fc-time-area .fc-following:before,
.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before {
  border-right: 0;
  right: 2px;
}
.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
