/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/sass/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* desciptions based on this ITCSS Boilerplate
 * https://github.com/alanshortis/itcss-boilerplate
 */
/*
 * SETTINGS
 * Global SASS variables, maps, etc.
 */
/**
** Settings: global variables, such as brand colours, configs etc
**/
/*
 * COLOR PALETTES
 * brand color palletes used for the angular material theme
 */
/* palettes
 ******************************************************************************/
/*
 * GLOBAL COLOR SETTINGS
 * color setting for all components
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/* no semantic colors
 ******************************************************************************/
/* brand colors
******************************************************************************/
/* gray scale
******************************************************************************/
/* others colors
******************************************************************************/
/* state colors
******************************************************************************/
/*
 * COLOR PALETTES
 * brand color palletes used for the angular material theme
 */
/* palettes
 ******************************************************************************/
/*
 * GLOBAL COLOR SETTINGS
 * color setting for all components
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/* no semantic colors
 ******************************************************************************/
/* brand colors
******************************************************************************/
/* gray scale
******************************************************************************/
/* others colors
******************************************************************************/
/* state colors
******************************************************************************/
/*chart colors */
/*
 * GLOBAL BODY ELEMENT
 */
/*
 * Bezier curves
 */
/**
 * GLOBAL BREAKPOINTS
 */
/*
 * NATIVE CSS VARIABLES
 */
/*
 * GLOBAL NATIVE CSS SETTINGS
 */
/* native css variables
 ******************************************************************************/
:root {
  --enable-light-skin: true;
  --color-brand-primary: #fddc3a;
  --color-brand-accent: #2c2c2c;
  --color-brand-accent-light: #f4f5f7;
  --color-brand-border-accent-light: #E1E2E7;
  --color-brand-text-accent-light: #323235;
  --color-brand-text-accent-light-50: #b1b1b5;
}
/*
 * TOOLS
 * SASS functions and mixins.
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/*
 * GENERIC
 * Very far reaching selectors. CSS resets where elements are
 * selected directly and restting non-standard form behaviours.
 */
/**
** Generic: ground zero styles, reset styles such as normalize.css
**/
/*
 * BASE RESET RULES
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}
/*
 * BASE
 * Default styling on elements without classes, such as
 * typography (h1, h2, etc) and base elements (html, body).
 */
/**
** Elements: a.k.a. Base, unclassed html elements, e.g.
** headings, lists, tables, this is the last layer that styles tag selectors
**/
/*
 * ROOT ELEMENTS (body, html)
 */
html {
  box-sizing: border-box;
  height: 100%;
}
body {
  box-sizing: border-box;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  background-color: #FFF;
  margin: 0;
}
/* remove yellow color of fields with value */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #FFF;
}
*:focus {
  outline: none;
}
table {
  border-spacing: 0;
}
a {
  cursor: pointer;
}
/*
************************************************************  scrollbar classes */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #E1E2E7;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #f4f5f7;
  background: var(--color-brand-accent-light);
  border-radius: 10px;
}
/*
************************************************************  dragable classes */
.dnd-drag-start,
.dnd-sortable-drag {
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
}
.dnd-drag-enter,
.dnd-drag-start,
.dnd-sortable-drag,
.dnd-drag-over {
  opacity: 0.7;
}
/*
 * COMPONENTS
 * Defined parts of the site (navigation, header, footer, carousel)
 * selected with classes, using BEM where appropriate.
 */
/**
** Components: rich design UI styling. Class names here are more specific.
** This layer usually has the biggest volume
**/
/**
 * bredcrumbs styles
 */
/*
************************************************************************ breadcrumbs */
/*
************************************************************************ figure icon */
/*
************************************************************************ image-conteinter */
/*
************************************************************************ line-separator */
/*
************************************************************************ to inputs */
/*
 ************************************************************** dropdown menu */
/*
 ************************************************************** simple tab */
/*
************************************************************** rounded switch */
/*
 * CUSTOM MATERIAL COMPONENTS
 * styles for angular-material custom modified components
 */
/*
 * SETTINGS FOR CUSTOM MATERIAL COMPONENTS
 */
/* mat-form field
*************************************************************************************************/
/* mat-checkbox
*************************************************************************************************/
/* select component
*************************************************************************************************/
/* mat option
*************************************************************************************************/
/* datepicker component
*************************************************************************************************/
/* button component
*************************************************************************************************/
/* rounded-btn
*************************************************************************************************/
/* button toggle component
*************************************************************************************************/
/* mat-chip component
*************************************************************************************************/
/* list component
*************************************************************************************************/
/* table component
*************************************************************************************************/
/* mat-expansion-panel
*************************************************************************************************/
/* mat-dialog
*************************************************************************************************/
/* mat-tab
*************************************************************************************************/
/*
 * ANGULAR MATERIAL CUSTOM THEME
 * documentation: https://material.angular.io/guide/theming
 */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
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;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fddc3a;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f4f5f7;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff001f;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #fddc3a;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #f4f5f7;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff001f;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #fddc3a;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #f4f5f7;
  color: black;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #ff001f;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #fddc3a;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #f4f5f7;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #ff001f;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #fddc3a;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #f4f5f7;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff001f;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: black;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #fddc3a;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #f4f5f7;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #ff001f;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #fddc3a;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #f4f5f7;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff001f;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #fddc3a;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #f4f5f7;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff001f;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #fddc3a;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff001f;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #f4f5f7;
  color: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: black;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(253, 220, 58, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(253, 220, 58, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(253, 220, 58, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #fddc3a;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(253, 220, 58, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(253, 220, 58, 0.3);
}
@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(253, 220, 58, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(244, 245, 247, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 245, 247, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 245, 247, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #f4f5f7;
  color: black;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 245, 247, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 245, 247, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 245, 247, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 0, 31, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 0, 31, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 0, 31, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff001f;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 0, 31, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 0, 31, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 0, 31, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #fddc3a;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #f4f5f7;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff001f;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #fddc3a;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #f4f5f7;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff001f;
}
.mat-focused .mat-form-field-required-marker {
  color: #f4f5f7;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #fddc3a;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #f4f5f7;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff001f;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #fddc3a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #f4f5f7;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff001f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff001f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff001f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff001f;
}
.mat-error {
  color: #ff001f;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #fddc3a;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #f4f5f7;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff001f;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff001f;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #fddc3a;
}
.mat-icon.mat-accent {
  color: #f4f5f7;
}
.mat-icon.mat-warn {
  color: #ff001f;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #fddc3a;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #f4f5f7;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #ff001f;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff001f;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #fbf3ca;
}
.mat-progress-bar-buffer {
  background-color: #fbf3ca;
}
.mat-progress-bar-fill::after {
  background-color: #fddc3a;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f9f9f9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f9f9f9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #f4f5f7;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbbcc3;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbbcc3;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff001f;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #fddc3a;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #f4f5f7;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #ff001f;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fddc3a;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #fddc3a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f4f5f7;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #f4f5f7;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff001f;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff001f;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #fddc3a;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #f4f5f7;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff001f;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff001f;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #f4f5f7;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 245, 247, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #f4f5f7;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #fddc3a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(253, 220, 58, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #fddc3a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff001f;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 0, 31, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff001f;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #fddc3a;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(253, 220, 58, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #f4f5f7;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: black;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(244, 245, 247, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #ff001f;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(255, 0, 31, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #fddc3a;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: black;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #f4f5f7;
  color: black;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff001f;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff001f;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff001f;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(254, 231, 117, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #fddc3a;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #f4f5f7;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: black;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 179, 188, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff001f;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(254, 231, 117, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #fddc3a;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #f4f5f7;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 179, 188, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #ff001f;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #fddc3a;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #f4f5f7;
  color: black;
}
.mat-toolbar.mat-warn {
  background: #ff001f;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #f4f5f7;
}
.mat-card {
  box-shadow: none !important;
}
/*
 * MAT DIALOG
 * base styles for material dialog components
 */
/*
 * SETTINGS FOR CUSTOM DIALOG
 */
.cdk-overlay-dark-backdrop {
  background-color: rgba(24, 24, 24, 0.5);
}
.mat-dialog-container {
  background-color: #FFF !important;
  color: #323235;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.mat-dialog-container .mat-dialog-content {
  width: 100%;
  margin: 0;
}
.mat-dialog-container .mat-dialog-actions {
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  justify-content: center;
  display: flex;
}
.mat-dialog-container .mat-dialog-actions button {
  min-width: 156px;
}
.mat-dialog-container .mat-raised-button:not([class*=mat-elevation-z]),
.mat-dialog-container .mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-dialog-container .mat-dialog-actions .mat-raised-button + .mat-raised-button,
.mat-dialog-container .mat-dialog-actions .mat-stroked-button + .mat-stroked-button {
  margin-left: 12px;
}
/*
 * CUSTOM MATERIAL TABLE
 */
/*
 * CUSTOM MATERIAL CHECKBOX
 */
.mat-checkbox.mat-accent:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #999999;
}
.mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-background {
  background-color: #fddc3a;
  background-color: var(--color-brand-primary);
}
.mat-checkbox .mat-checkbox-checkmark-path {
  stroke: #FFF !important;
}
.mat-checkbox.rounded-checkbox .mat-checkbox-inner-container {
  margin-right: 12px;
  height: 30px;
  width: 30px;
}
.mat-checkbox.rounded-checkbox .mat-checkbox-background,
.mat-checkbox.rounded-checkbox .mat-checkbox-frame {
  border-radius: 50%;
}
.mat-checkbox.rounded-checkbox .mat-checkbox-layout {
  display: flex;
  align-items: center;
}
.mat-checkbox.rounded-checkbox:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #323235 !important;
}
/*
 * CUSTOM MATERIAL CHIP LIST
*/
.mat-chip {
  font-size: 12px;
  padding: 2px 10px 2px 13px !important;
}
.mat-chip.mat-primary.mat-standard-chip, .mat-chip.mat-standard-chip {
  background-color: #fddc3a;
  background-color: var(--color-brand-primary);
  color: #343434;
}
.mat-chip .mat-icon {
  margin-top: 0 !important;
}
.mat-chip.mat-standard-chip .mat-chip-remove,
.mat-chip .mat-icon g {
  fill: #FFF;
  opacity: 1;
}
.mat-chip-list-wrapper {
  margin: -2px !important;
}
.mat-chip-list-wrapper .mat-standard-chip,
.mat-chip-list-wrapper input.mat-input-element {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
/**
 * MAT-BUTTON-TOGGLE
 */
.mat-button-toggle.mat-button-toggle-checked {
  color: #323235;
  background-color: #fddc3a;
  background-color: var(--color-brand-primary);
  border-color: #E1E2E7;
  font-weight: bold;
}
/*
 * CUSTOM MATERIAL RADIO BTN
 */
.mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fddc3a !important;
  border-color: var(--color-brand-primary) !important;
}
.mat-radio-button .mat-radio-inner-circle {
  background-color: #fddc3a !important;
  background-color: var(--color-brand-primary) !important;
}
.mat-radio-button .mat-radio-label {
  max-width: 100%;
}
.mat-radio-button .mat-radio-label .mat-radio-label-content {
  font-size: 14px;
}
/* styles of custom controls used to dates */
/******************************************* control to select a week styles */
.input-select-control .mat-icon {
  height: 8px;
  line-height: 8px !important;
}
/******************************************* control to date with specific format */
.input-datepicker-control .mat-icon {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
.input-datepicker-control .mat-form-field {
  margin: 0 1.5em;
  min-width: 100%;
}
.input-datepicker-control .mat-form-field-wrapper {
  padding-bottom: 0;
}
.input-datepicker-control .mat-form-field-infix {
  border-top: 0;
  padding: 0;
}
.input-datepicker-control__label {
  font-size: 12px;
  margin: 0 12px;
}
.input-select-control,
.input-datepicker-control {
  display: flex;
  align-items: center;
}
.input-select-control .mat-icon,
.input-datepicker-control .mat-icon {
  cursor: pointer;
}
.input-select-control .mat-icon:hover,
.input-datepicker-control .mat-icon:hover {
  color: #c5c5c5;
}
.input-select-control input,
.input-datepicker-control input {
  color: #323235;
  background-color: transparent;
  border: none;
  font-weight: bold;
  text-align: center;
}
/*
* buttons theme settings
*/
/*
************************************************************************* primary styles */
/*
************************************************************************* accent styles */
/*
************************************************************************* warn styles */
.theme-button-detail.mat-accent {
  border-color: #E1E2E7;
  color: #000;
}
.theme-button-detail.mat-accent:hover .mat-button-focus-overlay {
  background-color: rgba(239, 240, 243, 0.3) !important;
}
.theme-button-cancel-form.mat-accent {
  border-color: #E1E2E7;
  color: #000;
}
.theme-button-cancel-form.mat-accent:hover .mat-button-focus-overlay {
  background-color: rgba(239, 240, 243, 0.3) !important;
}
.theme-button-remove.mat-warn {
  border-color: #E1E2E7 !important;
}
/**
 * BASIC FLEXBOX GRID
 *
 * flex shorthand
 * flex-grow: 0
 * flex-shrink: 1
 + flex-basis: auto
 */
/* settings
 ******************************************************************************/
/**
 * generate columns mixin
 * @colums: number
 * @size-variant: string
 */
/* component code
 ******************************************************************************/
.grid-container,
.grid-row {
  box-sizing: border-box;
}
.grid-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
}
.grid-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  flex: 1;
}
.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1360px) {
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1030px) {
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/**
 * bredcrumbs styles
 */
.breadcrumbs {
  align-items: center;
  display: flex;
  min-height: 45px;
  padding-left: 18px;
  padding-right: 18px;
}
.breadcrumbs__route {
  cursor: pointer;
  font-size: 11px;
}
.breadcrumbs__divider {
  color: #b1b1b5;
  color: var(--color-brand-text-accent-light-50);
  cursor: default;
  font-size: 12px;
  height: auto !important;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
}
a.breadcrumbs__route {
  color: #b1b1b5;
  color: var(--color-brand-text-accent-light-50);
  cursor: pointer;
  text-decoration: none;
}
a.breadcrumbs__route[href] {
  cursor: pointer;
}
/*
 * INNER MAIN CONTAINER
 * main content inner wrapper
 */
/*
 * MAIN COMPONENT STYLES
 */
/* import base settings
 ******************************************************************************/
/**
** Settings: global variables, such as brand colours, configs etc
**/
/*
 * COLOR PALETTES
 * brand color palletes used for the angular material theme
 */
/* palettes
 ******************************************************************************/
/*
 * GLOBAL COLOR SETTINGS
 * color setting for all components
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/* no semantic colors
 ******************************************************************************/
/* brand colors
******************************************************************************/
/* gray scale
******************************************************************************/
/* others colors
******************************************************************************/
/* state colors
******************************************************************************/
/*
 * COLOR PALETTES
 * brand color palletes used for the angular material theme
 */
/* palettes
 ******************************************************************************/
/*
 * GLOBAL COLOR SETTINGS
 * color setting for all components
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/* no semantic colors
 ******************************************************************************/
/* brand colors
******************************************************************************/
/* gray scale
******************************************************************************/
/* others colors
******************************************************************************/
/* state colors
******************************************************************************/
/*chart colors */
/*
 * GLOBAL BODY ELEMENT
 */
/*
 * Bezier curves
 */
/**
 * GLOBAL BREAKPOINTS
 */
/**
**  Tools: mixins and helper functions
**/
/*
 * getMapValue FUNCTION
 * function for get a values from scss maps
 */
/*
 * RESPONSIVE MEDUA QUERIES
 */
/*
 * border mixin
   For create all border styles:
   EJ.
    .border-primary-1px
    .border-primary-top-2px
    .border-accent-left-2px

  Its neccessary receive list of colors, list of brands, list of width and directions
 */
/* components
******************************************************************************/
/*
 * SETTINGS FOR MAIN COMPONENTS
 */
/* toolbar settings
 ******************************************************************************/
/* sidenav settings
 ******************************************************************************/
/* sidenav items settings
 ******************************************************************************/
/*
 * SIDENAV
 */
/* main content container
******************************************************************************/
.mat-drawer-container.mat-sidenav-container {
  color: #323235;
  display: flex;
  min-height: calc(100vh - 50px);
}
/* sidenav container
******************************************************************************/
.mat-drawer.mat-sidenav {
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  position: static;
  width: 306px;
}
.mat-sidenav.mat-drawer,
.mat-sidenav .mat-list {
  overflow: visible;
}
.mat-sidenav.mat-drawer,
.mat-sidenav .mat-list-item {
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  will-change: transform;
}
/* mat list
******************************************************************************/
.mat-sidenav .mat-list {
  min-height: 100%;
  padding-top: 0px;
}
.mat-sidenav .mat-list .mat-list-item-content {
  align-items: flex-start !important;
}
.mat-sidenav .mat-list .mat-list-text h4.mat-line {
  display: flex;
  align-items: center;
}
/* sidenav mat-list-item
******************************************************************************/
.mat-sidenav mat-list-item.mat-list-item {
  height: 50px;
}
/* sidenav mat-list-item
******************************************************************************/
.mat-sidenav .mat-list .mat-list-item {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
  /* mat-icon */
  /* mat-line */
  /* mat.list.item sub-list */
}
.mat-sidenav .mat-list .mat-list-item .mat-icon {
  box-sizing: border-box;
  padding: 0 1px;
}
.mat-sidenav .mat-list .mat-list-item .mat-icon .mat-icon-svg, .mat-sidenav .mat-list .mat-list-item .mat-icon-svg-shadow {
  fill: #323235;
  fill: var(--color-brand-text-accent-light);
  fill-opacity: 0.8;
}
.mat-sidenav .mat-list .mat-list-item .mat-icon .mat-icon-svg-transparence {
  fill: #f4f5f7;
  fill: var(--color-brand-accent-light);
}
.mat-sidenav .mat-list .mat-list-item .mat-line {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-weight: bold;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.mat-sidenav .mat-list .mat-list-item.active .sidenav-list__item-sublist a.is-active {
  color: #fddc3a;
  color: var(--color-brand-primary);
  opacity: 1;
}
.mat-sidenav .mat-list .mat-list-item:not(.sidenav-list__item) .mat-line:hover {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
.mat-sidenav .mat-list .mat-list-item:hover mat-icon .mat-icon-svg, .mat-sidenav .mat-list .mat-list-item.active mat-icon .mat-icon-svg {
  fill: #fddc3a;
  fill: var(--color-brand-primary);
  fill-opacity: 1;
}
.mat-sidenav .mat-list .mat-list-item.active mat-icon .mat-icon-svg-shadow, .mat-sidenav .mat-list .mat-list-item:hover mat-icon .mat-icon-svg-shadow {
  fill: #fddc3a;
  fill: var(--color-brand-primary);
  stroke: #fddc3a;
  stroke: var(--color-brand-primary);
}
/* sidenav list > sub-list
******************************************************************************/
.sidenav-list__item {
  height: 100% !important;
}
.sidenav-list__item .mat-icon {
  padding-top: 8px;
}
.sidenav-list__item h4.mat-line {
  cursor: default;
  height: 39px;
  display: flex;
  align-items: center;
}
.sidenav-list__item-sublist a {
  cursor: pointer;
  height: 39px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #323235;
  color: var(--color-brand-text-accent-light);
  text-decoration: none;
  opacity: 0.6;
}
.sidenav-list__item-sublist a:hover, .sidenav-list__item-sublist a.active {
  color: #fddc3a;
  color: var(--color-brand-primary);
  opacity: 1;
}
/* when sidenav is collapsed
******************************************************************************/
.mat-sidenav.sidenav-is-collapsed {
  transform: translateX(-256px) !important;
  padding-top: 0px !important;
  /********        sidenav-list__item */
}
.mat-sidenav.sidenav-is-collapsed mat-list-item.mat-list-item {
  height: 50px !important;
}
.mat-sidenav.sidenav-is-collapsed .sidenav-list__item h4.mat-line {
  margin-top: 8px;
}
.mat-sidenav.sidenav-is-collapsed .sidenav-list__item .mat-line a,
.mat-sidenav.sidenav-is-collapsed .sidenav-list__item h4.mat-line {
  display: flex;
  align-items: center;
}
.mat-sidenav.sidenav-is-collapsed .sidenav-list__item .mat-line a:last-child {
  margin-bottom: 8px;
}
.mat-sidenav.sidenav-is-collapsed .sidenav-list__item-sublist {
  display: none;
  margin-top: 0px;
  overflow-y: auto;
  max-height: 234px;
}
.mat-sidenav.sidenav-is-collapsed .mat-list-item {
  transform: translateX(256px);
  width: 50px;
}
.mat-sidenav.sidenav-is-collapsed .mat-list .mat-list-item-content {
  padding: 0;
  justify-content: center;
  align-items: center !important;
}
.mat-sidenav.sidenav-is-collapsed .mat-list,
.mat-sidenav.sidenav-is-collapsed .mat-nav-list,
.mat-sidenav.sidenav-is-collapsed .mat-selection-list {
  padding-top: 0px;
}
.mat-sidenav.sidenav-is-collapsed .mat-list .mat-icon {
  margin: 0 auto;
}
.mat-sidenav.sidenav-is-collapsed .mat-list .subitem-icon {
  margin: 0 !important;
}
.mat-sidenav.sidenav-is-collapsed .mat-list .mat-line {
  font-size: 14px;
}
.mat-sidenav.sidenav-is-collapsed .mat-list-item .mat-list-text {
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 50px;
  width: auto;
  min-width: 200px;
  justify-content: center;
  padding-top: 0px !important;
  transform: translateX(-10%) scale(0.75);
  transform-origin: left center;
  visibility: hidden;
  will-change: transform visibility;
}
.mat-sidenav.sidenav-is-collapsed .mat-list-item:hover .mat-list-text {
  transform: translateX(0) scale(1);
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  visibility: visible;
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-sidenav.sidenav-is-collapsed .mat-list-item:hover .mat-list-text .sidenav-list__item-sublist {
  display: block;
}
/* when sidenav is not collapsed
******************************************************************************/
.mat-sidenav.sidenav-is-not-collapsed .mat-list .mat-list-item:first-child {
  margin-top: 0px;
}
.mat-sidenav.sidenav-is-not-collapsed .mat-list .mat-list-item:not(.sidenav-list__item) .mat-icon {
  padding-top: 0;
}
.mat-sidenav.sidenav-is-not-collapsed .mat-list .mat-list-item:not(.sidenav-list__item) .mat-list-item-content {
  align-items: center !important;
}
.mat-sidenav.sidenav-is-not-collapsed .mat-list .mat-list-item.sidenav-list__item .mat-icon {
  height: 39px;
  display: flex;
  align-items: center;
}
.mat-sidenav.sidenav-is-not-collapsed .mat-list .mat-list-item:not(.sidenav-list__item).active .mat-line {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
/*
 * TOOLBAR STYLES
 */
.mat-toolbar {
  color: #727272;
  background: #fddc3a;
  box-shadow: none;
}
.mat-toolbar-single-row.mat-toolbar {
  padding-left: 0;
  overflow: hidden;
  height: 50px;
}
.toolbar__logo, .toolbar__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toolbar__logo-wrapper {
  width: 100%;
}
.toolbar__logo {
  background-color: #fddc3a;
  box-shadow: inset -1.5px 0px 0px 0px rgba(255, 255, 255, 0.45);
  margin: 0;
  height: 100%;
  width: 306px;
}
.toolbar__logo, .toolbar__toggle-button {
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
  will-change: transform;
}
.toolbar__logo-image-sm, .toolbar__logo-image-lg {
  display: block;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.toolbar__logo-image-lg {
  margin-left: 12px;
  width: 282px;
}
.toolbar__logo-image-sm {
  margin-right: 11px;
  max-height: 32px;
}
.toolbar__toggle-button {
  margin-left: 5px;
  border-radius: 0;
}
.toolbar__toggle-button .mat-button-ripple-round {
  border-radius: 0;
}
.toolbar__toggle-button .mat-icon {
  font-size: 22px;
}
/* toolbar user name info
 ******************************************************************************/
.toolbar-user {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-left: auto;
  min-width: 216px;
}
.toolbar-user__information {
  padding-right: 20px;
}
.toolbar-user__image {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.toolbar-user__name {
  font-size: 14px;
  font-weight: bold;
}
.toolbar-user__company {
  font-size: 13px;
  font-weight: 300;
}
.toolbar-user__name, .toolbar-user__company {
  color: #727272;
  line-height: 16px;
  margin: 0;
}
/* sidenav open state adjustments
 ******************************************************************************/
.toolbar.sidenav-is-not-collapsed .toolbar__toggle-button {
  transform: translateX(0);
}
.toolbar.sidenav-is-collapsed .toolbar__logo {
  transform: translateX(-256px);
}
.toolbar.sidenav-is-collapsed .toolbar__toggle-button {
  transform: translateX(-256px);
}
.sidenav-is-collapsed .toolbar__logo-image-lg,
.sidenav-is-not-collapsed .toolbar__logo-image-sm {
  height: 0;
  transform: scale(0);
}
.sidenav-is-not-collapsed .toolbar__logo-image-lg,
.sidenav-is-collapsed .toolbar__logo-image-sm {
  height: auto;
  transform: scale(1);
}
/*
 * MAIN CONTAINER STYLES
 */
.mat-sidenav-content {
  margin: 0 !important;
  padding: 0;
  width: calc(100% - 306px);
  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mat-sidenav-content.sidenav-is-collapsed {
  transform: translateX(-256px);
  overflow: visible;
}
.mat-drawer-container {
  background-color: transparent;
  color: #E3E1E1;
}
/*
 * USER MENU IN THE TOOLBAR
 */
.toolbar-user-menu.mat-menu-panel {
  min-width: 216px;
  border-radius: 0;
}
.toolbar-user-menu .mat-menu-item {
  color: #28255F;
  font-size: 12px;
  height: 49px;
  padding-left: 17px;
  padding-right: 17px;
}
.toolbar-user-menu__information.mat-menu-item {
  height: auto;
  line-height: 1.25;
  padding-top: 3px;
  padding-bottom: 15px;
}
.toolbar-user-menu__mail, .toolbar-user-menu__username {
  color: #28255F;
  line-height: 14px;
  margin: 0;
  opacity: 0.9;
}
.toolbar-user-menu__username {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.toolbar-user-menu__mail {
  font-weight: 300;
}
.toolbar-user-menu .mat-menu-item:not(.toolbar-user-menu__information):hover {
  background-color: #fddc3a;
  color: #FFF;
}
.main-inner-wrapper {
  min-height: calc(100vh - 215px);
  position: relative;
  padding: 8px 20px 0 14px;
}
.main-inner-wrapper .mat-card {
  background-color: transparent;
  overflow-y: auto;
}
.mat-sidenav-content.sidenav-is-collapsed .main-inner-wrapper {
  width: calc(100% + 256px);
}
/**
** catalogs styles
**/
/*
 * CATALOG COMPONENTS SETTINGS
 */
/* general settings
******************************************************************************/
/* table components
******************************************************************************/
/* table footer
  ******************************************************************************/
/* inputs controls
  ******************************************************************************/
/* figure icon
******************************************************************************/
/* options panel
******************************************************************************/
/* text
******************************************************************************/
/* buttons
******************************************************************************/
/*
 * GENERAL CATALOG STYLES
 */
.issues-td:hover {
  cursor: pointer;
}
.catalog-row {
  display: flex;
  flex-wrap: wrap;
}
/******************************************* catalog styles */
.catalog {
  padding: 0 !important;
  overflow-y: visible !important;
  /******************************************* header inside catalog */
  /******************************************* label only for details components */
  /******************************************* search component  */
  /******************************************* icon delete for clear input after search  */
  /******************************************* button rounded to add in all list components  */
  /******************************************* buttons to action such add polygon on map  */
  /******************************************* buttons group such as 'cancel' / 'edit' / 'save' */
  /******************************************* group of buttons to add from details */
}
.catalog-inner-header {
  align-items: center;
  display: flex;
  min-height: 55px;
  padding-left: 22px;
  padding-right: 19px;
  background-color: #FFF;
  border: 1px solid #E1E2E7;
}
.catalog-inner-header form {
  flex-wrap: wrap;
}
.catalog-inner-header .catalog__input {
  margin-bottom: 0;
}
.catalog-inner-header .catalog__button {
  margin-top: 3.5px !important;
}
.catalog__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
}
.catalog__label {
  font-size: 12px;
  font-weight: normal;
  padding-right: 13px;
  white-space: nowrap;
}
.catalog__label-detail {
  font-size: 14px;
  padding-right: 40px;
}
.catalog__search {
  padding-top: 11px;
  padding-right: 13px;
}
.catalog__search .mat-form-field-flex {
  align-items: center;
  border: 1px solid #E3E1E1;
  display: flex;
  min-height: 36px;
  padding: 2px 10px;
}
.catalog__search:not(.mat-form-field-type-mat-chip-list) .mat-form-field-label, .catalog__search .mat-icon, .catalog__search .mat-form-field.mat-focused .mat-form-field-label, .catalog__search .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #323235 !important;
  color: var(--color-brand-text-accent-light) !important;
  opacity: 0.6;
}
.catalog__search .mat-form-field-underline {
  display: none;
}
.catalog__search .mat-form-field-infix {
  border: none;
}
.catalog__search .mat-form-field-wrapper {
  padding-bottom: 0.5em;
}
.catalog__search .mat-icon {
  cursor: pointer;
  margin-top: 4px;
}
.catalog__search.mat-form-field-disabled .catalog__clear-search mat-icon {
  color: #999999;
}
.catalog__clear-search .mat-icon {
  color: #FFF;
  font-weight: 900 !important;
  height: 30px;
  margin-top: 0;
  line-height: 17px !important;
}
.catalog__clear-search .mat-icon .mat-button-focus-overlay {
  opacity: 0 !important;
}
.catalog__button {
  border: 1px solid #181818 !important;
}
.catalog__actions-buttons {
  margin-left: 87px;
  padding-right: 10px;
}
.catalog__actions-buttons .mat-icon-button {
  border: 1px solid #E1E2E7;
  border-radius: 0;
  margin-right: 10px;
}
.catalog__actions-buttons .mat-icon-button .mat-button-ripple-round {
  border-radius: 0;
}
.catalog__actions-buttons .mat-icon-button .mat-icon-svg-stroke {
  stroke: #000;
}
.catalog__actions-buttons .mat-icon-button .mat-icon-svg-fill {
  fill: #000;
}
.catalog__group-buttons {
  margin-left: auto;
}
.catalog__group-buttons .mat-button, .catalog__group-buttons .mat-raised-button, .catalog__group-buttons .mat-flat-button, .catalog__group-buttons .mat-stroked-button {
  min-height: 36px !important;
  min-width: 108px;
}
.catalog__group-buttons-line {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 10px;
  min-height: 200px;
}
.catalog__delete {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1em;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.catalog__delete .mat-fab {
  background-color: #FF3C50;
}
.catalog__delete .mat-icon {
  font-size: 26px !important;
  height: 26px !important;
  width: 26px !important;
}
.catalog__delete.show {
  visibility: visible;
  opacity: 1;
}
.catalog-content {
  color: #323235;
  min-height: calc(100vh - 220px);
  padding: 18px 12px 18px 20px;
  background-color: #FFF;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
  margin-bottom: 13px;
}
.catalog-content.catalog-content-detail {
  max-height: calc(100vh - 215px);
  margin-bottom: 0;
  overflow-x: auto;
}
.catalog-content__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: calc(100vh - 210px);
  max-width: 425px;
  padding-bottom: 17px;
}
/*
 * CATALOG TAB
 */
.catalog .mat-tab-list {
  background-color: #FFF;
}
.catalog .mat-tab-list .mat-ink-bar {
  height: 3px;
}
.catalog .mat-tab-header {
  border: none;
}
.catalog .mat-tab-label {
  opacity: 1;
  font-size: 12px;
  padding: 0 24px;
}
.catalog .mat-tab-label.mat-tab-label-active {
  border: none;
}
.catalog .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
.catalog .mat-tab-label .mat-tab-label-content {
  color: #b1b1b5;
  color: var(--color-brand-text-accent-light-50);
  font-weight: 700;
  text-transform: uppercase;
}
.catalog .mat-tab-label .mat-tab-label-content .mat-icon {
  position: absolute;
  right: 5px;
  width: 13px;
}
.catalog .mat-tab-label .mat-tab-label-content .mat-icon:hover {
  opacity: 0.8;
}
.catalog .mat-tab-body {
  background-color: transparent;
  color: #323235;
}
/*
 * CATALOG TABLE
 * styles for table elements
 */
/* variables */
.catalog-table {
  table-layout: fixed;
  width: 100%;
  /******************************************* header styles */
  /******************************************* row styles */
  /******************************************* footer styles */
  /******************************************* col width helpers for cols fixed size styles */
  /******************************************* table link styles */
}
.catalog-table .mat-header-row {
  border-color: #E1E2E7;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  min-height: 35px;
}
.catalog-table .mat-header-row th.mat-header-cell:last-child {
  padding: 20px;
}
.catalog-table .mat-header-row .mat-header-cell {
  min-height: 48px;
}
.catalog-table .mat-header-row .mat-header-cell .mat-header-cell-label {
  text-align: left;
}
.catalog-table .mat-header-row .mat-header-cell .mat-sort-header-arrow {
  display: none;
}
.catalog-table .mat-header-row .mat-header-cell .mat-icon {
  margin-left: 17px;
}
.catalog-table .mat-header-cell,
.catalog-table .mat-cell {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  border-right-color: #E1E2E7;
  border-right-style: solid;
  border-right-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-table .mat-header-cell:last-child,
.catalog-table .mat-cell:last-child {
  border-right-width: 0;
}
.catalog-table .mat-row {
  align-items: stretch;
  background-color: #FFF;
  border-color: #E1E2E7;
  border-width: 0px 1px;
  min-height: 40px;
}
.catalog-table .mat-row .mat-cell {
  align-items: flex-start;
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-size: 12px;
  padding: 8px 10px 8px;
  text-transform: capitalize;
}
.catalog-table .mat-row:last-child {
  border-bottom-width: 1px;
}
.catalog-table .mat-row:nth-child(odd) {
  background-color: #fddc3a1a;
}
.catalog-table .mat-footer-row {
  background-color: #fddc3a1a;
}
.catalog-table .mat-footer-row .mat-footer-cell {
  border: none;
  color: #fddc3a;
  color: var(--color-brand-primary);
  font-size: 12px;
  font-weight: 900;
}
.catalog-table .mat-footer-row .mat-footer-cell:first-child {
  padding-left: 14px !important;
  text-transform: uppercase;
}
.catalog-table .mat-footer-row .mat-footer-cell:last-child {
  padding-left: 24px !important;
}
.catalog-table tr.mat-footer-row,
.catalog-table tr.mat-row {
  height: 32px;
}
.catalog-table [class*=colw-] {
  flex-grow: 0;
}
.catalog-table .colw-10 {
  flex-basis: 10%;
}
.catalog-table .colw-15 {
  flex-basis: 15%;
}
.catalog-table .colw-20 {
  flex-basis: 20%;
}
.catalog-table .colw-33 {
  flex-basis: 33.33%;
}
.catalog-table .colw-25 {
  flex-basis: 25%;
}
.catalog-table .colw-40 {
  flex-basis: 40%;
}
.catalog-table .colw-50 {
  flex-basis: 50%;
}
.catalog-table .colw-60 {
  flex-basis: 60%;
}
.catalog-table .colw-70 {
  flex-basis: 70%;
}
.catalog-table .colw-160px {
  flex-basis: 160px;
}
.catalog-table .colw-120px {
  flex-basis: 120px;
}
.catalog-table__link {
  color: #fddc3a !important;
  color: var(--color-brand-primary) !important;
  cursor: pointer;
  text-decoration: underline;
}
/******************************************* small table styles */
.catalog-table.catalog-table--small tr.mat-header-row {
  height: 33px;
}
.catalog-table.catalog-table--small tr.mat-header-row .mat-header-cell {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-table.catalog-table--small tr.mat-row {
  height: 22px;
}
.catalog-table.catalog-table--small td.mat-cell {
  border-bottom-color: transparent;
  padding: 0;
}
.catalog-table.catalog-table--small td.mat-cell:first-child {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 25px;
  padding-left: 14px !important;
  padding-bottom: 2px;
  padding-top: 2px;
}
/******************************************* medium table styles */
.catalog-table.catalog-table--medium .mat-header-row {
  height: 40px;
  min-height: 24px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell {
  min-height: 24px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:last-child {
  padding-left: 5px !important;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell,
.catalog-table.catalog-table--medium .mat-row .mat-cell {
  padding: 10px 5px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:first-child,
.catalog-table.catalog-table--medium .mat-row .mat-cell:first-child {
  padding-left: 5px !important;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:last-child,
.catalog-table.catalog-table--medium .mat-row .mat-cell:last-child {
  padding-right: 5px !important;
}
/******************************************* small/medium table styles */
.catalog-table.catalog-table--small,
.catalog-table.catalog-table--medium {
  box-shadow: none;
  /*
  tr.mat-header-row .mat-header-cell {
    border-bottom-color: $color-brand-accent-900;
  }
  */
}
.catalog-table.catalog-table--small td.mat-cell.catalog-table__icon-cell .mat-icon,
.catalog-table.catalog-table--medium td.mat-cell.catalog-table__icon-cell .mat-icon {
  font-size: 17px;
  height: 15px;
  width: 14px;
}
.catalog-table.catalog-table--small tr.mat-row,
.catalog-table.catalog-table--medium tr.mat-row {
  background-color: #fddc3a1a;
}
.catalog-table.catalog-table--small tr.mat-row:nth-child(odd),
.catalog-table.catalog-table--medium tr.mat-row:nth-child(odd) {
  background-color: #FFF;
}
/******************************************* table without border */
.catalog-table--border-none tr.mat-header-row .mat-header-cell,
.catalog-table--border-none .mat-cell {
  border: none;
}
/******************************************* catalog no results message */
.catalog-no-results-message {
  color: #323235;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  padding: 170px 10px 200px 10px;
  text-align: center;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
  opacity: 0.6;
}
/******************************************* catalog no results message for charts*/
.catalog-no-results-message-chart {
  color: #323235;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 70px 10px 100px 10px;
  text-align: center;
  max-height: 125px;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
  opacity: 0.6;
}
/******************************************* table display-cell */
.table-layout--auto {
  table-layout: auto;
}
/*
 * CATALOG TABLE
 * styles for table elements
 */
/* variables */
.catalog-table-same-size {
  width: 100%;
  /******************************************* header styles */
  /******************************************* row styles */
  /******************************************* footer styles */
  /******************************************* col width helpers for cols fixed size styles */
  /******************************************* table link styles */
}
.catalog-table-same-size .mat-header-row {
  border-color: #E1E2E7;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  min-height: 35px;
}
.catalog-table-same-size .mat-header-row th.mat-header-cell:last-child {
  padding: 20px;
}
.catalog-table-same-size .mat-header-row .mat-header-cell {
  min-height: 48px;
}
.catalog-table-same-size .mat-header-row .mat-header-cell .mat-header-cell-label {
  text-align: left;
}
.catalog-table-same-size .mat-header-row .mat-header-cell .mat-sort-header-arrow {
  display: none;
}
.catalog-table-same-size .mat-header-row .mat-header-cell .mat-icon {
  margin-left: 17px;
}
.catalog-table-same-size .mat-header-cell,
.catalog-table-same-size .mat-cell {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  border-right-color: #E1E2E7;
  border-right-style: solid;
  border-right-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-table-same-size .mat-header-cell:last-child,
.catalog-table-same-size .mat-cell:last-child {
  border-right-width: 0;
}
.catalog-table-same-size .mat-row {
  align-items: stretch;
  background-color: #FFF;
  border-color: #E1E2E7;
  border-width: 0px 1px;
  min-height: 40px;
}
.catalog-table-same-size .mat-row .mat-cell {
  align-items: flex-start;
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-size: 12px;
  padding: 8px 10px 8px;
  text-transform: capitalize;
}
.catalog-table-same-size .mat-row:last-child {
  border-bottom-width: 1px;
}
.catalog-table-same-size .mat-row:nth-child(odd) {
  background-color: #fddc3a1a;
}
.catalog-table-same-size .mat-footer-row {
  background-color: #fddc3a1a;
}
.catalog-table-same-size .mat-footer-row .mat-footer-cell {
  border: none;
  color: #fddc3a;
  color: var(--color-brand-primary);
  font-size: 12px;
  font-weight: 900;
}
.catalog-table-same-size .mat-footer-row .mat-footer-cell:first-child {
  padding-left: 14px !important;
  text-transform: uppercase;
}
.catalog-table-same-size .mat-footer-row .mat-footer-cell:last-child {
  padding-left: 24px !important;
}
.catalog-table-same-size tr.mat-footer-row,
.catalog-table-same-size tr.mat-row {
  height: 32px;
}
.catalog-table-same-size [class*=colw-] {
  flex-grow: 0;
}
.catalog-table-same-size .colw-10 {
  flex-basis: 10%;
}
.catalog-table-same-size .colw-15 {
  flex-basis: 15%;
}
.catalog-table-same-size .colw-20 {
  flex-basis: 20%;
}
.catalog-table-same-size .colw-33 {
  flex-basis: 33.33%;
}
.catalog-table-same-size .colw-25 {
  flex-basis: 25%;
}
.catalog-table-same-size .colw-40 {
  flex-basis: 40%;
}
.catalog-table-same-size .colw-50 {
  flex-basis: 50%;
}
.catalog-table-same-size .colw-60 {
  flex-basis: 60%;
}
.catalog-table-same-size .colw-70 {
  flex-basis: 70%;
}
.catalog-table-same-size .colw-160px {
  flex-basis: 160px;
}
.catalog-table-same-size .colw-120px {
  flex-basis: 120px;
}
.catalog-table-same-size__link {
  color: #fddc3a !important;
  color: var(--color-brand-primary) !important;
  cursor: pointer;
  text-decoration: underline;
}
/******************************************* small table styles */
.catalog-table.catalog-table--small tr.mat-header-row {
  height: 33px;
}
.catalog-table.catalog-table--small tr.mat-header-row .mat-header-cell {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-table.catalog-table--small tr.mat-row {
  height: 22px;
}
.catalog-table.catalog-table--small td.mat-cell {
  border-bottom-color: transparent;
  padding: 0;
}
.catalog-table.catalog-table--small td.mat-cell:first-child {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 25px;
  padding-left: 14px !important;
  padding-bottom: 2px;
  padding-top: 2px;
}
/******************************************* medium table styles */
.catalog-table.catalog-table--medium .mat-header-row {
  height: 40px;
  min-height: 24px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell {
  min-height: 24px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:last-child {
  padding-left: 5px !important;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell,
.catalog-table.catalog-table--medium .mat-row .mat-cell {
  padding: 10px 5px;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:first-child,
.catalog-table.catalog-table--medium .mat-row .mat-cell:first-child {
  padding-left: 5px !important;
}
.catalog-table.catalog-table--medium .mat-header-row .mat-header-cell:last-child,
.catalog-table.catalog-table--medium .mat-row .mat-cell:last-child {
  padding-right: 5px !important;
}
/******************************************* small/medium table styles */
.catalog-table.catalog-table--small,
.catalog-table.catalog-table--medium {
  box-shadow: none;
  /*
  tr.mat-header-row .mat-header-cell {
    border-bottom-color: $color-brand-accent-900;
  }
  */
}
.catalog-table.catalog-table--small td.mat-cell.catalog-table__icon-cell .mat-icon,
.catalog-table.catalog-table--medium td.mat-cell.catalog-table__icon-cell .mat-icon {
  font-size: 17px;
  height: 15px;
  width: 14px;
}
.catalog-table.catalog-table--small tr.mat-row,
.catalog-table.catalog-table--medium tr.mat-row {
  background-color: #fddc3a1a;
}
.catalog-table.catalog-table--small tr.mat-row:nth-child(odd),
.catalog-table.catalog-table--medium tr.mat-row:nth-child(odd) {
  background-color: #FFF;
}
/******************************************* table without border */
.catalog-table--border-none tr.mat-header-row .mat-header-cell,
.catalog-table--border-none .mat-cell {
  border: none;
}
/******************************************* catalog no results message */
.catalog-no-results-message {
  color: #323235;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  padding: 170px 10px 200px 10px;
  text-align: center;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
  opacity: 0.6;
}
/******************************************* catalog no results message for charts*/
.catalog-no-results-message-chart {
  color: #323235;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 70px 10px 100px 10px;
  text-align: center;
  max-height: 125px;
  border: 1px solid #E1E2E7;
  border-top-width: 0;
  opacity: 0.6;
}
/******************************************* table display-cell */
.table-layout--auto {
  table-layout: auto;
}
.catalog-table.catalog-table-sticky {
  min-width: 100%;
  table-layout: fixed;
}
.catalog-table.catalog-table-sticky .mat-table-sticky {
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.catalog-table.catalog-table-sticky .mat-subheader-row th,
.catalog-table.catalog-table-sticky th:not(.mat-table-sticky),
.catalog-table.catalog-table-sticky .mat-header-row {
  height: 23px !important;
  min-height: 23px;
}
.catalog-table.catalog-table-sticky th.mat-table-sticky {
  height: 41px;
  min-height: 41px;
}
.catalog-table.catalog-table-sticky th.mat-table-sticky {
  text-align: center;
}
.catalog-table.catalog-table-sticky td.mat-table-sticky:first-child {
  text-align: left;
}
.catalog-table.catalog-table-sticky .mat-subheader-row th {
  color: #FF7C59;
  font-size: 10px;
  font-weight: normal;
}
.catalog-table.catalog-table-sticky .mat-row td {
  background-color: #FFF;
  text-align: center;
}
.catalog-table.catalog-table-sticky .mat-row:nth-child(odd) td {
  background-color: #fddc3a1a;
}
.catalog-table.catalog-table-sticky tr td:first-child {
  width: 100%;
}
.catalog-table.catalog-table-sticky .mat-table-sticky--half {
  width: 70px;
}
.catalog-table.catalog-table-sticky .mat-footer-row td {
  background-color: #fddc3a1a;
}
.catalog-table.catalog-table-sticky .mat-footer-row td:last-child {
  padding: 0 10px !important;
}
/*
 * CATALOG MAPS styles
*/
.catalog {
  /******************************************* map */
  /******************************************* canvas map */
}
.catalog__map {
  margin-bottom: 17px;
  margin-top: 17px;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}
.catalog__map img {
  min-width: 537px;
}
.catalog__canvas-map {
  height: 100%;
  min-width: 528px;
  padding: 17.5px 18.5px 18.5px 0;
  width: 100%;
}
.catalog__canvas-map iframe {
  min-height: 500px;
  width: 100%;
}
.catalog .catalog-map-form {
  max-width: calc(100% - 528px);
}
.catalog .catalog-map-form__content {
  max-height: 539px;
  overflow: auto;
  padding-right: 0;
}
/*
 * CATALOG RESPONSIVE
*/
@media only screen and (max-width: 1030px) {
  .catalog .catalog-inner-header {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .catalog .catalog__actions-buttons {
    margin-left: auto;
  }
  .catalog .catalog__actions-buttons .mat-icon-button:last-child {
    margin-right: 0;
  }
  .catalog .catalog__canvas-map {
    border-right: none !important;
  }

  .catalog-content {
    overflow-y: auto;
  }
  .catalog-content__column {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1360px) {
  .catalog-table.catalog-table--small tr.mat-header-row .mat-header-cell,
.catalog-table .mat-row .mat-cell {
    font-size: 10px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .sidenav-is-not-collapsed .catalog-checkbox-list {
    max-width: 100%;
  }
  .sidenav-is-not-collapsed .catalog-checkbox-list .mat-list-text {
    margin: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .catalog-content__column {
    max-height: calc(100vh - 160px);
  }

  .catalog-table.catalog-table--small tr.mat-header-row .mat-header-cell,
.catalog-table .mat-row .mat-cell {
    font-size: 9px;
  }
}
/*
 * CATALOG TABLE FOOTER
 * styles for table footer elements
 */
.catalog-table-footer {
  align-items: center;
  display: flex;
  /******************************************* message */
  /******************************************* pagination */
}
.catalog-table-footer__message {
  font-size: 12px;
  margin: 0;
  padding-left: 20px;
}
.catalog-table-footer .catalog-pagination {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin-left: auto;
  margin-right: 20px;
}
.catalog-table-footer .catalog-pagination__item {
  margin-right: 5px;
}
.catalog-table-footer .catalog-pagination__item .catalog-pagination__button {
  background-color: transparent !important;
  font-size: 12px;
  height: 35px;
  width: 35px;
}
.catalog-table-footer .catalog-pagination__item .catalog-pagination__button .mat-button-wrapper {
  line-height: 20px !important;
}
.catalog-table-footer .catalog-pagination__button.mat-fab.mat-accent {
  box-shadow: none !important;
}
.catalog-table-footer .catalog-pagination__item,
.catalog-table-footer .catalog-pagination__item .catalog-pagination__button {
  color: #323235;
  color: var(--color-brand-text-accent-light);
}
.catalog-table-footer .catalog-pagination__item.active .mat-fab.catalog-pagination__button,
.catalog-table-footer .catalog-pagination__item .mat-fab.catalog-pagination__button:hover {
  color: #FFF;
  background-color: #fddc3a !important;
  background-color: var(--color-brand-primary) !important;
}
/*
  styles to options panel component
*/
/* settings */
/* //////////// */
.catalog-options-panel {
  display: flex;
  margin-top: 10px;
  min-height: 385px;
  width: 80%;
  /******************************************* list */
  /******************************************* header */
  /******************************************* content */
  /******************************************* group-buttons */
  /******************************************* image list in dialog */
}
.catalog-options-panel__list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-options-panel__list .mat-list {
  padding-top: 0px;
}
.catalog-options-panel__list .mat-list .mat-list-item {
  color: #FFF;
  font-size: 12px;
  height: 36px;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-list-item-content {
  display: inherit;
  padding: 0 16px 0 20px !important;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-list-item-ripple {
  display: none;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-list-text {
  padding: 0;
  margin: 0;
  display: inline;
  min-height: 100%;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-checkbox {
  color: #323235;
  margin-bottom: 12px;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-checkbox:last-child {
  margin-bottom: 0;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-checkbox-layout {
  max-width: 100%;
}
.catalog-options-panel__list .mat-list .mat-list-item .mat-checkbox-layout .mat-checkbox-label {
  font-size: 12px;
  margin-left: 30px;
}
.catalog-options-panel__header {
  background-color: #FFF;
  display: flex;
  padding-left: 20px;
  padding-right: 16px;
}
.catalog-options-panel__header .mat-icon {
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.catalog-options-panel__header h3 {
  display: flex;
  height: 100%;
  justify-content: center;
  font-size: 12px;
  padding-left: 15px;
}
.catalog-options-panel__content {
  max-height: 300px;
  min-height: 300px;
  min-width: 300px;
  max-width: 300px;
  overflow: auto;
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
}
.catalog-options-panel__group-buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 38px;
}
.catalog-options-panel__group-buttons .mat-flat-button, .catalog-options-panel .mat-stroked-button {
  margin-bottom: 14px;
  min-width: 180px;
}
.catalog-options-panel__group-buttons .mat-flat-button, .catalog-options-panel__group-buttons .mat-stroked-button .mat-icon-svg {
  fill: #3D3D3D;
}
.catalog-options-panel__image-list {
  display: flex;
  flex-direction: column;
  max-height: 240px;
}
.catalog-options-panel__image-list.list-saved {
  margin-left: 48px;
}
.catalog-options-panel__image-list, .catalog-options-panel__image-list.list-saved {
  max-width: 344px;
  min-width: 344px;
}
.catalog-options-panel__image-list div.flex-wrap {
  margin-left: -2.5px;
  overflow-y: auto;
}
.catalog-options-panel__image-list .figure-icon {
  min-height: 62px;
  min-width: 102px;
}
.catalog-options-panel__image-list .figure-icon:hover, .catalog-options-panel__image-list .figure-icon.active {
  border: 3px solid #4780FF;
}
/******************************************* responsive */
@media only screen and (max-width: 1360px) {
  .catalog-options-panel {
    width: 100%;
  }
}
/*
  styles to panel of checkbox lists 
*/
.catalog-checkbox-list {
  margin-top: 10px;
}
.catalog-checkbox-list.catalog-checkbox-list-one-column {
  max-width: 268px;
  min-height: 230px;
  padding-top: 1px;
}
.catalog-checkbox-list.catalog-checkbox-list-one-column .mat-selection-list {
  flex-direction: column;
  max-height: 231px;
}
.catalog-checkbox-list.catalog-checkbox-list-one-column .mat-list-option {
  margin-bottom: -0.5px;
  margin-left: -1px;
  margin-top: -0.5px;
  width: 100%;
}
.catalog-checkbox-list.catalog-checkbox-list-one-column .catalog__search {
  width: 100%;
  padding-right: 8px;
  padding-top: 3px;
}
.catalog-checkbox-list.catalog-checkbox-list-four-column {
  min-height: 234px;
  max-width: 1072px;
  padding-bottom: 3px;
  padding-top: 6px;
}
.catalog-checkbox-list.catalog-checkbox-list-four-column .mat-list-option {
  margin-left: -1px;
  margin-top: -1px;
  width: calc(25% + 1px);
}
.catalog-checkbox-list.catalog-checkbox-list-four-column .mat-selection-list {
  max-height: 234px;
}
.catalog-checkbox-list.catalog-checkbox-list-one-column .mat-selection-list, .catalog-checkbox-list.catalog-checkbox-list-four-column {
  overflow-y: auto;
  overflow-x: hidden;
}
.catalog-checkbox-list .mat-selection-list {
  box-sizing: border-box;
  display: flex;
  padding-top: 0 !important;
  width: 100%;
}
.catalog-checkbox-list .mat-list-option {
  border: 1px solid #E1E2E7;
  box-sizing: border-box;
  font-size: 12px;
  height: 58.5px !important;
}
.catalog-checkbox-list .mat-list-item-content {
  background-color: #FFF;
  height: 100% !important;
  padding: 0 !important;
}
.catalog-checkbox-list .mat-list-text {
  margin: 12px 24px;
  max-width: 164px;
  min-width: 164px;
  padding: 12px 36px !important;
  text-align: center;
}
.catalog-checkbox-list .mat-pseudo-checkbox {
  margin-left: 22px;
}
.check-list-abs {
  position: absolute;
  margin-top: 0px !important;
}
.check-list-inner {
  position: relative;
  height: 30px;
  width: 300px;
}
/*
  styles to catalog loader --- Its the father of progress bar component
  than only is used on catalogs.
*/
.catalog-loader {
  top: 0px;
}
.catalog-loader.hidden {
  visibility: hidden;
}
.catalog-loader::after {
  background-color: transparent;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 99;
}
/*
 *  CATALOG INPUTS STYLES
 */
.catalog {
  /******************************************* inputs styles */
  /* bullet before inputs */
  /******************************************* data detail & add-input */
}
.catalog__input {
  margin-bottom: 32px;
  justify-content: space-between;
}
.catalog__input > label {
  color: #323235;
  color: var(--color-brand-text-accent-light);
  font-size: 12px;
  line-height: 14px;
  padding-right: 16px;
}
.catalog__input > label.label-error {
  color: #ff001f;
}
.catalog__input-field .error {
  margin-top: 4px;
  color: #ff001f;
}
.catalog__input.catalog__input-bullet::before {
  position: absolute;
  content: "·";
  font-weight: bold;
  left: -20px;
}
.catalog__data-detail {
  margin-bottom: 36px;
}
.catalog__data-detail span {
  font-weight: 900;
}
.catalog__data-detail label, .catalog__data-detail span {
  font-size: 12px;
  width: 100%;
}
.catalog__input, .catalog__data-detail, .catalog__add-input .mat-button-wrapper, .catalog__add-input .mat-icon {
  align-items: center;
  display: flex;
}
.catalog__add-input {
  background-color: transparent !important;
  border: 1px solid #101010;
  color: #FFF;
  margin-top: 3px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  max-height: 36px;
  min-height: 36px;
  padding: 0;
}
.catalog__add-input .mat-button-wrapper, .catalog__add-input .mat-icon {
  justify-content: center;
}
/*
 * CATALOG TEXT
 * styles for text elements
 */
/******************************************* input label */
.catalog-input-label {
  font-size: 12px;
  line-height: 14px;
  padding-right: 16px;
}
/******************************************* link */
.catalog-link {
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}
.catalog-input-custom-error,
.catalog-input-upload-error {
  color: #ff001f;
  display: block;
  font-size: 9.75px;
  opacity: 0;
  transform: translateY(-10%);
  transition: transform 1s ease-in-out, opacity 2s ease-in-out;
}
.catalog-input-custom-error.show-error,
.catalog-input-upload-error.show-error {
  transform: translateY(0%);
  opacity: 1;
  -webkit-animation: anim 0.3s ease-in-out;
          animation: anim 0.3s ease-in-out;
}
@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/******************************************* error after upload */
.catalog-input-upload-error {
  display: none;
}
.catalog-input-upload-error.show-error {
  display: block;
}
/*******************************************  detail styles */
.catalog-detail {
  padding: 5px 7px;
  min-height: 28px;
  width: 100%;
  border: 1px solid #f4f5f7;
  border: 1px solid var(--color-brand-accent-light);
  min-width: 210px;
  max-width: 210px;
}
/*
 *  CATALOG ICON STYLES
 */
.catalog-icon-empty {
  height: 85px !important;
  width: 67px !important;
}
/*
 *  CATALOG BUTTONS STYLES
 */
.catalog__image-button {
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  width: 119px;
}
.catalog__image-button .mat-icon {
  color: #999999;
  font-size: 14px;
  height: 18px;
  opacity: 0.8;
  width: 14px;
}
/*
 * SETTINGS FOR CUSTOM DIALOG
 */
/**
 * Dialog custom styles
 */
.mat-dialog-container {
  padding: 0 !important;
}
.mat-dialog-container .mat-dialog-content.custom-dialog {
  padding: 0;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .dialog-header {
  align-items: center;
  background-color: #FFF !important;
  color: #323235;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 6px;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .dialog-header .mat-dialog-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 0;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .dialog-header .close {
  margin-left: auto;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .dialog-header .close .mat-icon {
  height: 36px;
  width: 36px;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .dialog-header .close .mat-icon g {
  fill: #323235;
  opacity: 1;
}
.mat-dialog-container .mat-dialog-content.custom-dialog label.flex-33 {
  min-width: 133px;
  max-width: 133px;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field {
  text-align: left;
  width: 100%;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-flex {
  display: flex;
  align-items: center;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-suffix .mat-icon.icon-invalid {
  height: 36px;
  width: 36px;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-suffix .mat-icon.icon-valid {
  padding-right: 10px;
  width: 26px;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-suffix .mat-icon.icon-invalid g {
  opacity: 1;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-suffix .mat-icon.icon-invalid polygon {
  fill: #ff001f;
}
.mat-dialog-container .mat-dialog-content.custom-dialog .mat-form-field .mat-form-field-suffix .mat-icon.icon-valid polygon {
  fill: #fddc3a;
  fill: var(--color-brand-primary);
}
.mat-dialog-container .mat-dialog-actions.custom-dialog {
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
}
.mat-dialog-container .mat-dialog-actions.custom-dialog .custom-dialog-button {
  border-color: transparent;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 500;
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-content {
  padding: 0 50px !important;
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-header-icon {
  background-size: 87px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 26px auto 30px;
  height: 87px;
  width: 87px;
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-header-icon.alert-icon {
  background-image: url("/assets/images/dialogs/alert_icon.svg");
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-header-icon.success-icon {
  background-image: url("/assets/images/dialogs/success_icon.svg");
}
.mat-dialog-container .mat-dialog-content.confirm-dialog .mat-dialog-header-icon.warning-icon {
  background-image: url("/assets/images/dialogs/warning_icon.svg");
}
.mat-dialog-container .mat-dialog-actions.confirm-dialog {
  margin-bottom: 19px;
}
.mat-dialog-container .mat-dialog-actions button {
  border-width: 1px;
  border-style: solid;
}
/*
***
**  input filled styles; Ej. on business unit form To replace
    material input field
***
*/
.input-filled {
  font-size: 14px;
  max-height: 36px;
  min-height: 25px;
  padding: 11px 5px;
  text-align: center;
}
.input-filled.input-filled--accent {
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  border: 1px solid #E3E1E1;
  color: #323235;
}
.input-filled.input-filled--accent::-moz-placeholder {
  color: #999999;
}
.input-filled.input-filled--accent::placeholder {
  color: #999999;
}
.input-filled.field-invalid::-moz-placeholder {
  color: #ff001f !important;
}
.input-filled.field-invalid, .input-filled.field-invalid::placeholder, .input-filled:invalid {
  color: #ff001f !important;
}
.input-filled.field-invalid, .input-filled:invalid {
  border-color: #ff001f;
}
/**
 * line separator styles
 *
*/
.line-separator {
  background-color: #323235;
  height: 1px;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  min-width: 112px;
  position: relative;
}
.line-separator::before {
  background-color: #FFF;
  content: "o";
  font-size: 17px;
  height: 20px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  top: -11px;
  width: 20px;
}
[class*=line-blurred-separator] {
  position: relative;
}
[class*=line-blurred-separator]::before {
  background-color: #101010;
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: 1px;
}
.line-blurred-separator--center::before {
  height: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-blurred-separator--end::before {
  height: 100%;
  right: 0;
  transform: translateY(-50%);
}
/**
 * figure icon styles
 *
*/
.figure-icon {
  align-items: center;
  background-color: #eff0f3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 5px;
}
.figure-icon .mat-icon .mat-icon-svg {
  fill: #101010;
}
.figure-icon .figure-icon__bg {
  height: 30px;
  width: 45px;
}
.figure-icon .figure-icon__bg--small {
  height: 24px !important;
  width: 35px !important;
}
/*
***
** input file filled
***
*/
.input-file-filled {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.input-file-filled + label {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 36px;
  margin: 0;
  min-width: 88px;
  outline: 0;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.input-file-filled + label.color-accent {
  background-color: #4c4c4c;
  border: 1px solid #101010;
  color: #FFF;
}
/**
 * Image container -FOR CUSTOM COMPONENTS
 */
.image-container {
  background-color: #eff0f3 !important;
  height: 35px;
  width: 58px;
}
.image-container.image-container--empty {
  border: 1px solid #ff001f;
}
.image-container.image-container--large {
  width: 210px;
  height: 91px;
}
/* variables */
/* component code
 ******************************************************************************/
.static-page {
  background-color: #EFF2F5;
  height: 100vh;
  padding: 20px;
}
.static-page__wrapper {
  flex-direction: column;
  margin-top: 13vh;
  text-align: center;
}
.static-page__image {
  display: block;
  margin-bottom: 80px;
  max-width: 100%;
}
.static-page__heading-text {
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 70px;
  margin-top: 0;
}
.static-page__heading-text.danger {
  color: #ff001f;
}
.static-page__heading-text.warning {
  color: #FF7C59;
}
.static-page__text {
  color: #101010;
  line-height: 24px;
  font-size: 24px;
}
.static-page__text a {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
@media only screen and (max-height: 800px) {
  .static-page {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .static-page__wrapper {
    margin-top: 0;
  }
}
/*
   Custom component: rounded-switch styles

*/
.rounded-switch {
  display: inline-block;
  font-size: 10px;
  height: 22px;
  min-width: 159px;
  position: relative;
  text-transform: uppercase;
  /* Hide default HTML checkbox */
  /* The slider */
}
.rounded-switch input {
  display: none;
}
.rounded-switch .slider {
  border: 1px solid #f4f5f7;
  border: 1px solid var(--color-brand-accent-light);
  background-color: #f4f5f7;
  background-color: var(--color-brand-accent-light);
  border-radius: 34px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.4s;
  top: 0;
}
.rounded-switch .slider-container {
  background-color: #fddc3a;
  background-color: var(--color-brand-primary);
  color: #FFF;
  border-radius: 11px;
  height: 100%;
  padding: 5px;
  position: absolute;
  transition: 0.4s;
}
.rounded-switch .slider-labels {
  color: #323235;
  display: flex;
}
.rounded-switch .slider-container,
.rounded-switch .slider-labels span {
  padding: 5px;
  text-align: center;
  width: 50%;
}
.rounded-switch.checked .slider-container {
  transform: translateX(100%);
}
.rounded-switch.checked .slider-labels span:first-child {
  opacity: 1;
}
.rounded-switch.checked .slider-labels span:last-child {
  opacity: 0;
}
.rounded-switch.no-checked .slider-labels span:first-child {
  opacity: 0;
}
/*
  styles to circle icon btn;
*/
.circle-icon-btn {
  background-color: transparent;
  border: 1px solid #E1E2E7;
  border-radius: 50%;
  cursor: pointer;
  max-width: 24px;
  max-height: 24px;
  padding: 4px 0;
}
.circle-icon-btn:hover {
  background-color: #E1E2E7;
}
.circle-icon-btn svg {
  height: 12px;
  width: 12px;
}
.circle-icon-btn svg .mat-icon-svg {
  fill: #323235;
}
.circle-icon-btn:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
/*
 * SETTINGS FOR CHARTS
 */
/* Progress chart */
/*
  charts styles - BAR CHART
*/
.chart {
  align-items: flex-end;
  display: flex;
  margin: 2px 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.chart .bar__item {
  transition: all 0.6s ease;
}
.bar {
  font-size: 10px;
  margin-right: 10px;
}
.bar__value {
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
}
.bar__name {
  white-space: nowrap;
}
.chart--yellow {
  min-height: 201px;
  padding: 0 10px;
}
.chart--yellow .bar {
  width: 30px;
}
.chart--yellow .bar__item {
  background-color: #FFA42C;
  opacity: 0.8;
}
.chart--yellow .bar__name {
  margin-top: 4.5em;
  min-width: 100px;
  transform: rotate(36deg);
}
.chart--white {
  min-height: 80px;
  padding-bottom: 15px;
}
.chart--white .bar {
  width: 90px;
}
.chart--white .bar-zero {
  width: 100%;
}
.chart--white .bar-zero .bar__name {
  min-width: 100%;
}
.chart--white .bar__name {
  margin-top: 3px;
  text-align: center;
}
.chart--white .bar__item {
  background-color: #3D3D3D;
}
.chart--colorful .bar {
  width: 60px;
  margin-right: 2px;
  margin-left: 10px;
  z-index: 1;
}
.chart--colorful .bar__item {
  background-color: gray;
}
.chart--colorful .bar__item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: gainsboro;
}
.chart--colorful .bar__name {
  margin-top: 3px;
  text-align: center;
}
.chart-axis {
  width: 95%;
  height: 100%;
  position: absolute;
}
.chart-axis__y {
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: gray;
}
.chart-axis__y span {
  position: absolute;
  left: -26px;
  bottom: -5px;
  font-size: 10px;
  text-align: right;
  width: 22px;
}
@media only screen and (max-width: 1539px) {
  .bar {
    margin-right: 7px;
    width: 24px;
  }
}
@media only screen and (max-width: 1360px) {
  .bar {
    margin-right: 10px;
    width: 30px;
  }
}
/*
 * PIE CHART STYLES
 */
/******************************************* chart-pie styles */
.chart-pie {
  height: 121px;
  position: relative;
  width: 124px;
}
.chart-pie__content {
  max-height: 100%;
  max-width: 100%;
}
.chart-pie__content path {
  cursor: pointer;
}
.chart-pie__content path:hover {
  opacity: 0.8;
}
.chart-pie__content circle.empty {
  fill: #E1E2E7;
  fill: var(--color-brand-border-accent-light);
}
.chart-pie__title {
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  color: #343434;
  display: flex;
  font-weight: bold;
  justify-content: center;
  height: 90px;
  left: 50%;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 90px;
}
/******************************************* chart-pie-list styles */
.chart-pie-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chart-pie-list li {
  align-items: center;
  display: flex;
  font-size: 10px;
  margin: 0 0 8px;
  padding: 0;
}
.chart-pie-list__shape {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  width: 8px;
}
/* custom styles for ngx-charts */
.custom-chart {
  margin-right: 1.2em;
  max-width: 100%;
  overflow-x: auto;
}
.custom-chart .ngx-charts text {
  fill: #323235 !important;
}
.custom-chart .chart-legend .legend-labels {
  background: none;
  transform: rotate(180deg);
}
.custom-chart .chart-legend .legend-label {
  cursor: default;
  transform: rotate(-180deg);
}
.custom-chart .chart-legend > div:first-child {
  width: 180px !important;
}
.custom-chart .chart-legend .legend-label,
.custom-chart .chart-legend .legend-label:hover,
.custom-chart .chart-legend .legend-label .active .legend-label-text {
  color: #3D3D3D !important;
}
.custom-chart .chart-legend .legend-label-color {
  border-radius: 50% !important;
  height: 8px !important;
  margin-top: 4px;
  width: 8px !important;
}
.custom-chart .chart-legend .legend-label-text {
  font-size: 10px;
}
.custom-chart.custom-chart__legend-bottom .ngx-charts-outer {
  align-items: flex-end;
  display: flex;
  width: auto !important;
}
.custom-chart.custom-chart__legend-bottom .ngx-charts-outer .chart-legend {
  padding-bottom: 20%;
}
.custom-chart.custom-chart-dark-axis .axis.x, .custom-chart.custom-chart-dark-axis .axis.y {
  opacity: 0.5;
}
.custom-chart__legend {
  font-size: 10px;
  padding-left: 20px;
}
.custom-chart__legend .legend-title, .custom-chart__legend .legend-value {
  margin-right: 6px;
}
.custom-chart__legend .legend-value {
  font-weight: bold;
}
.progress-chart {
  align-items: center;
  display: flex;
}
.progress-chart__legend {
  justify-content: center;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  min-width: 207px;
  max-width: 207px;
}
.progress-chart__legend--truncate {
  width: 110px;
}
.progress-chart .mat-progress-bar .mat-progress-bar-buffer {
  background-color: #E1E2E7;
}
.progress-chart.progress-chart--light-color .mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #0197C6;
}
.progress-chart.progress-chart--dark-color .mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #2D58B7;
}
ngx-charts-tree-map {
  color: white !important;
}
ngx-charts-tree-map .tree-map {
  color: white !important;
}
ngx-charts-tree-map .cell {
  color: white !important;
}
ngx-charts-tree-map p {
  color: white !important;
  font-size: 12px !important;
}
.treemap-val {
  word-wrap: break-word !important;
  visibility: visible !important;
}
.treemap-val::after {
  content: "% ";
}
.treemap-label {
  word-wrap: break-word !important;
  visibility: visible !important;
}
.tooltip-crit p {
  font-size: 12px;
}
.tooltip-crit .model-name {
  font-size: 12px !important;
}
.tooltip-crit .model-value {
  font-size: 18px !important;
}
/* container sheets styles */
.dashboard__totals {
  display: flex;
}
.dashboard__totals-item {
  align-items: center;
  flex-direction: column;
}
.dashboard__totals-table th {
  font-weight: 900;
}
/*
  main-container styles
*/
.main-container {
  max-height: 539px;
  max-width: calc(100% - 528px);
  overflow: auto;
}
/*
  main-container responsive styles to agroanalitica
*/
@media only screen and (max-width: 1360px) {
  .sidenav-is-not-collapsed .agro-harvest-columns {
    flex-direction: column;
  }
}
/* sheets styles for panel component

description:
this component is to replicate mat-tab of material

*/
/*
 * panel settings
 */
/* general settings
******************************************************************************/
/* styles for nav header */
.panel {
  display: flex;
  flex-direction: column;
}
.panel .ink-Bar {
  background: #fddc3a;
  background: var(--color-brand-primary);
  position: absolute;
  bottom: 0;
  height: 3px;
  transition: 500ms 0.1s cubic-bezier(0.35, 0, 0.25, 1);
}
/*
**
* panel header nav
**
*/
.panel-header {
  background-color: #FFF;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.panel-header__label {
  height: 48px;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  min-width: 160px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  color: #b1b1b5;
  color: var(--color-brand-text-accent-light-50);
  font-weight: 700;
  text-transform: uppercase;
}
.panel-header__label.panel-label-active {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
/*
**
* panel container
**
*/
.panel-container {
  background-color: transparent;
  color: #323235;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  flex-basis: 100%;
}
.panel-container.panel-container-active {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  flex-grow: 1;
}
/*
***
** dropdown menu styles; this displayed when click in a button
***
*/
.dropdown-menu {
  align-items: center;
  display: flex;
  position: relative;
}
.dropdown-menu__content {
  background-color: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  display: none !important;
  min-width: 183px;
  max-width: 183px;
  padding-bottom: 15px;
  position: absolute;
  top: 2.8em;
  z-index: 12;
}
.dropdown-menu__content .mat-radio-group {
  display: flex;
  flex-direction: column;
}
.dropdown-menu__content .mat-list,
.dropdown-menu__content .mat-selection-list {
  padding-bottom: 8px;
  padding-top: 0;
}
.dropdown-menu__content .mat-list-item,
.dropdown-menu__content .mat-list-option {
  color: #FFF;
  height: 40px !important;
  font-size: 12px;
}
.dropdown-menu__content .mat-list-text {
  color: #323235;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block !important;
}
.dropdown-menu__content .mat-list-option.mat-list-item-focus {
  background: transparent !important;
}
.dropdown-menu__content .mat-list-item-content {
  padding: 0 19px !important;
}
.dropdown-menu__content .mat-list-item .mat-pseudo-checkbox-checked {
  background: #fddc3a;
  background: var(--color-brand-primary);
}
.dropdown-menu__content .mat-list-item .mat-pseudo-checkbox-checked.mat-pseudo-checkbox::after {
  color: #FFF;
  height: 6px;
  left: 1px;
  width: 13px;
}
.dropdown-menu__content.opened {
  display: block !important;
}
.dropdown-menu__list {
  max-height: 168px;
  min-height: 88px;
  overflow-y: auto;
}
.dropdown-menu__actions {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.dropdown-menu .rounded-btn {
  font-size: 13px;
}
.simple-tab .mat-tab-header {
  border-bottom-style: none;
}
.simple-tab .mat-tab-label {
  color: #b1b1b5;
  color: var(--color-brand-text-accent-light-50);
  font-size: 11px;
  font-weight: bold;
  height: 31px;
  min-width: 98px;
  opacity: 1;
  padding: 0 16px;
}
.simple-tab .mat-tab-label:focus:not(.mat-tab-disabled),
.simple-tab .mat-tab-label.mat-tab-label-active {
  color: #fddc3a;
  color: var(--color-brand-primary);
}
/*
 * TRUMPS
 * Overrides, helpers, utilities and shame. The highest specificity
 * and/or classes/properties that must always 'win', using the cascade
 * to beat earlier properties.
 */
/**
** Trumps: utilities, helpers and overrides. !important is often used.
**/
/*
 * TEXT HELPER
 */
/*
************************************************************  font-weights*/
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700 !important;
}
/*
************************************************************  white space styles*/
.nowrap {
  white-space: nowrap;
}
/*
************************************************************  text colors */
.text-primary {
  color: #fddc3a;
}
.text-gray-dark {
  color: #3D3D3D;
}
.text-gray-light {
  color: #b1b1b5;
}
.text-danger {
  color: #ff001f;
}
.text-danger-light {
  color: #FF3C50;
}
.text-white {
  color: #FFF;
}
.text-white-60 {
  color: #999999;
}
.text-yellow {
  color: #FEDC3B;
}
.text-success {
  color: #49D4FF;
}
.text-warning {
  color: #FF7C59;
}
/*
************************************************************  text-alignment*/
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right;
}
/*
************************************************************  text-transformation*/
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-underline {
  text-decoration: underline;
}
/*
************************************************************  text-font-size*/
.fs-10px {
  font-size: 10px;
}
.fs-11px {
  font-size: 11px;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-13px {
  font-size: 13px !important;
}
.fs-14px {
  font-size: 14px;
}
.fs-15px {
  font-size: 15px;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-18px {
  font-size: 18px !important;
}
.fs-20px {
  font-size: 20px !important;
}
.fs-21px {
  font-size: 21px;
}
.fs-24px {
  font-size: 24px;
}
.fs-30px {
  font-size: 30px;
}
.fs-32px {
  font-size: 32px !important;
}
/*
************************************************************  truncate text*/
.truncate-text, .mat-radio-button .mat-radio-label .mat-radio-label-content, .catalog-options-panel__list .mat-list .mat-list-item .mat-checkbox-layout .mat-checkbox-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap-text, .catalog-detail {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
/*******       Dashboard text***********/
.dashboard__title {
  font-size: 20px;
  display: inline-block;
  color: #323235;
}
.dashboard__title p {
  margin-top: 0;
  margin-bottom: 0;
}
/*
 * SPACING HELPER
 */
/*
************************************************************  zero margin spacing*/
.m-0 {
  margin: 0 !important;
}
/*
************************************************************  axis -x- margin spacing*/
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-6px {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-28px {
  margin-left: 28px;
  margin-right: 28px;
}
/*
************************************************************  axis -y- margin spacing*/
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my-8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*
************************************************************  auto margin spacing*/
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
/*
************************************************************  top margin spacing*/
.mt-0 {
  margin-top: 0;
}
.mt-3px {
  margin-top: 3px;
}
.mt-6px {
  margin-top: 6px;
}
.mt-7px {
  margin-top: 7px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-12px {
  margin-top: 12px;
}
.mt-14px {
  margin-top: 14px !important;
}
.mt-16px {
  margin-top: 16px;
}
.mt-18px {
  margin-top: 18px !important;
}
.mt-30px {
  margin-top: 30px;
}
.mt-50px {
  margin-top: 50px;
}
/*
************************************************************  left margin spacing*/
.ml-0 {
  margin-left: 0;
}
.ml-3px {
  margin-left: 3px;
}
.ml-6px {
  margin-left: 6px;
}
.ml-7px {
  margin-left: 7px !important;
}
.ml-10px {
  margin-left: 10px;
}
.ml-15px {
  margin-left: 15px;
}
.ml-16px {
  margin-left: 16px;
}
.ml-20px {
  margin-left: 20px;
}
.ml-28px {
  margin-left: 29px;
}
.ml-21px {
  margin-left: 21px;
}
.ml-45px {
  margin-left: 45px;
}
.ml-54px {
  margin-left: 54px;
}
.ml-150px {
  margin-left: 150px;
}
/*
************************************************************  right margin spacing*/
.mr-0 {
  margin-right: 0;
}
.mr-10 {
  margin-right: 10%;
}
.mr-7px {
  margin-right: 7px;
}
.mr-8px {
  margin-right: 8px !important;
}
.mr-10px {
  margin-right: 10px;
}
.mr-12px {
  margin-right: 12px !important;
}
.mr-15px {
  margin-right: 15px;
}
.mr-16px {
  margin-right: 16px;
}
.mr-20px {
  margin-right: 20px !important;
}
.mr-24px {
  margin-right: 24px;
}
.mr-28px {
  margin-right: 28px;
}
.mr-30px {
  margin-right: 30px;
}
.mr-32px {
  margin-right: 32px;
}
.mr-36px {
  margin-right: 36px;
}
.mr-45px {
  margin-right: 45px;
}
.mr-54px {
  margin-right: 54px;
}
.mr-60px {
  margin-right: 60px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-3px {
  margin-bottom: 3px;
}
.mb-6px {
  margin-bottom: 6px;
}
.mb-8px {
  margin-bottom: 8px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-12px {
  margin-bottom: 12px !important;
}
.mb-13px {
  margin-bottom: 13px;
}
.mb-14px {
  margin-bottom: 14px;
}
.mb-16px {
  margin-bottom: 16px;
}
.mb-18px {
  margin-bottom: 18px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px;
}
.mb-30px {
  margin-bottom: 30px !important;
}
/* ****** padding spacing ***********/
/*
************************************************************  zero padding*/
.p-0 {
  padding: 0 !important;
}
/*
************************************************************  left padding */
.pl-0 {
  padding-left: 0 !important;
}
.pl-2px {
  padding-left: 2px;
}
.pl-10px {
  padding-left: 10px;
}
.pl-12px {
  padding-left: 12px !important;
}
.pl-19px {
  padding-left: 19px;
}
.pl-35px {
  padding-left: 35px !important;
}
/*
************************************************************  right padding */
.pr-0 {
  padding-right: 0 !important;
}
.pr-8px {
  padding-right: 8px !important;
}
.pr-10px {
  padding-right: 10px;
}
.pr-15px {
  padding-right: 15px !important;
}
.pr-37px {
  padding-right: 37px !important;
}
/*
************************************************************  top padding */
.pt-0 {
  padding-top: 0 !important;
}
.pt-2px {
  padding-top: 2px !important;
}
.pt-3px {
  padding-top: 3px !important;
}
.pt-4px {
  padding-top: 4px;
}
.pt-5px {
  padding-top: 5px;
}
.pt-6px {
  padding-top: 6px;
}
.pt-10px {
  padding-top: 10px;
}
.pt-14px {
  padding-top: 14px;
}
.pt-16px {
  padding-top: 16px;
}
.pt-18px {
  padding-top: 18px;
}
.pt-34px {
  padding-top: 34px;
}
/*
************************************************************  bottom padding */
.pb-3px {
  padding-bottom: 3px;
}
.pb-4px {
  padding-bottom: 4px;
}
.pb-5px {
  padding-bottom: 5px;
}
.pb-8px {
  padding-bottom: 8px;
}
.pb-10px {
  padding-bottom: 10px;
}
.pb-30px {
  padding-bottom: 30px;
}
/*
************************************************************  axis -x- padding */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-4px {
  padding-left: 4px;
  padding-right: 4px;
}
.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}
.px-9px {
  padding-left: 9px;
  padding-right: 9px;
}
.px-12px {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-19px {
  padding-left: 19px;
  padding-right: 19px;
}
.px-22px {
  padding-left: 22px;
  padding-right: 22px;
}
.px-35px {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
/*
************************************************************  axis -y- padding */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-4px {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-6px {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-9px {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-34px {
  padding-top: 34px;
  padding-bottom: 34px;
}
/*
 * SIZE HELPER
 */
/*
************************************************************  100% sizes */
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.w-80 {
  width: 80%;
}
.w-75 {
  width: 75%;
}
.w-66 {
  width: 66%;
}
.w-60 {
  width: 60%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33%;
}
.w-30 {
  width: 30%;
}
.w-25 {
  width: 25%;
}
/*
************************************************************  max width in percentage -%- */
.mw-40 {
  max-width: 40%;
}
.mw-100 {
  max-width: 100%;
}
/*
************************************************************  max width in -px- */
.mw-40px {
  max-width: 40px;
}
.mw-42px {
  max-width: 42px;
}
.mw-46px {
  max-width: 46px;
}
.mw-54px {
  max-width: 54px;
}
.mw-60px {
  max-width: 60px;
}
.mw-68px {
  max-width: 68px;
}
.mw-70px {
  max-width: 70px;
}
.mw-75px {
  max-width: 75px;
}
.mw-78px {
  max-width: 78px;
}
.mw-85px {
  max-width: 85px;
}
.mw-100px {
  max-width: 100px;
}
.mw-120px {
  max-width: 120px;
}
.mw-140px {
  max-width: 140px;
}
.mw-160px {
  max-width: 160px;
}
.mw-170px {
  max-width: 170px;
}
.mw-218px {
  max-width: 218px;
}
.mw-328px {
  max-width: 328px;
}
.mw-350px {
  max-width: 350px;
}
.mw-425px {
  max-width: 425px;
}
/*
************************************************************  width in -px- */
.w-10px {
  width: 10px !important;
}
.w-15px {
  width: 15px !important;
}
.w-25px {
  width: 25px;
}
.w-26px {
  width: 26px;
}
.w-55px {
  width: 55px;
}
.w-89px {
  width: 89px;
}
.w-140px {
  width: 140px;
}
.w-170px {
  width: 170px;
}
.w-180px {
  width: 180px;
}
/*
************************************************************  min width in percentage -%- */
.minw-100 {
  min-width: 100%;
}
/*
************************************************************  min width in percentage -%- */
.minw-30px {
  min-width: 30px;
}
.minw-45px {
  min-width: 45px;
}
.minw-50px {
  min-width: 50px !important;
}
.minw-60px {
  min-width: 60px;
}
.minw-68px {
  min-width: 68px !important;
}
.minw-82px {
  min-width: 82px;
}
.minw-95px {
  min-width: 95px;
}
.minw-100px {
  min-width: 100px;
}
.minw-120px {
  min-width: 120px;
}
.minw-130px {
  min-width: 130px !important;
}
.minw-140px {
  min-width: 140px;
}
.minw-150px {
  min-width: 150px;
}
.minw-170px {
  min-width: 170px;
}
.minw-185px {
  min-width: 185px;
}
.minw-194px {
  min-width: 194px;
}
.minw-210px {
  min-width: 210px;
}
.minw-218px {
  min-width: 218px;
}
.minw-222px {
  min-width: 222px;
}
.minw-225px {
  min-width: 225px;
}
.minw-235px {
  min-width: 235px;
}
.minw-265px {
  min-width: 265px;
}
.minw-305px {
  min-width: 305px;
}
.minw-400px {
  min-width: 400px;
}
.minw-440px {
  min-width: 440px;
}
.minw-500px {
  min-width: 500px;
}
/*
************************************************************  max height in -px- */
.min-height-15px {
  min-height: 15px;
}
.max-height-36px {
  max-height: 36px;
}
.max-heigth-234px {
  max-height: 234px;
}
.max-heigth-350px {
  max-height: 350px;
}
.max-heigth-450px {
  max-height: 450px;
}
/*
************************************************************  min height in -px- */
.min-height-100 {
  min-height: 100%;
}
.min-height-31px {
  min-height: 31px;
}
.min-height-36px {
  min-height: 36px;
}
.min-height-37px {
  min-height: 37px;
}
.min-height-41px {
  min-height: 41px;
}
.min-height-42px {
  min-height: 42px;
}
.min-height-86px {
  min-height: 86px;
}
.min-height-155px {
  min-height: 155px;
}
.min-height-285px {
  min-height: 285px;
}
.min-height-450px {
  min-height: 450px !important;
}
.min-height-468px {
  min-height: 468px !important;
}
.min-height-478px {
  min-height: 478px !important;
}
.min-height-480px {
  min-height: 480px;
}
.min-heigth-508px {
  min-height: 508px;
}
/*
 * USEFULL FLEXBOX HELPERS
 */
.flex,
[class*=flex-] {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column !important;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-start {
  align-items: flex-start;
}
.flex-align-items-end {
  align-items: flex-end;
}
.flex-justify-content-center {
  justify-content: center !important;
}
.flex-justify-content-start {
  justify-content: flex-start;
}
.flex-justify-content-end {
  justify-content: flex-end !important;
}
.flex-justify-content-space-between {
  justify-content: space-between !important;
}
.flex-100 {
  flex: 1;
}
.flex-66 {
  flex: 1 1 66.66%;
}
.flex-80 {
  flex-basis: 80%;
}
.flex-70 {
  flex-basis: 70%;
}
.flex-60 {
  flex: 1 1 60%;
}
.flex-50 {
  flex-basis: 50%;
}
.flex-40 {
  flex: 1 1 40%;
}
.flex-33 {
  flex: 33.33%;
}
.flex-30 {
  flex-basis: 30%;
}
.flex-25 {
  flex-basis: 25%;
}
.flex-20 {
  flex-basis: 20%;
}
.flex-15 {
  flex-basis: 15%;
}
.flex-completely-centered {
  align-items: center;
  justify-content: center;
}
.flex-completely-left {
  align-items: left;
  justify-content: left;
}
.flex-completely-right {
  align-items: flex-end;
  justify-content: right;
}
/*
  position HELPER
*/
.relative {
  position: relative;
}
.transformX-less-50px {
  transform: translateX(-50px);
}
/*
 * CURSOR HELPER
 */
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
/*
  border HELPER
*/
/*
************************************************************  no border */
.b-none {
  border: none;
}
.bb-none {
  border-bottom-width: 0 !important;
}
.bl-none {
  border-left-width: 0 !important;
}
.br-none {
  border-right-width: 0 !important;
}
.bt-none {
  border-top-width: 0 !important;
}
.border-1px-dashed-primary {
  border: 1px dashed #fddc3a;
}
.border-2px-dashed-accent {
  border: 2px dashed #E1E2E7 !important;
}
.border-primary-1px {
  border: 1px solid #fddc3a;
}
.border-accent-1px, .catalog-checkbox-list .mat-list-text {
  border: 1px solid #E1E2E7;
}
.border-primary-left-1px {
  border-left: 1px solid #fddc3a;
}
.border-accent-left-1px {
  border-left: 1px solid #E1E2E7;
}
.border-primary-right-1px {
  border-right: 1px solid #fddc3a;
}
.border-accent-right-1px {
  border-right: 1px solid #E1E2E7;
}
.border-primary-top-1px {
  border-top: 1px solid #fddc3a;
}
.border-accent-top-1px {
  border-top: 1px solid #E1E2E7;
}
.border-primary-bottom-1px {
  border-bottom: 1px solid #fddc3a;
}
.border-accent-bottom-1px {
  border-bottom: 1px solid #E1E2E7;
}
.border-primary-2px {
  border: 2px solid #fddc3a;
}
.border-accent-2px {
  border: 2px solid #E1E2E7;
}
.border-primary-left-2px {
  border-left: 2px solid #fddc3a;
}
.border-accent-left-2px {
  border-left: 2px solid #E1E2E7;
}
.border-primary-right-2px {
  border-right: 2px solid #fddc3a;
}
.border-accent-right-2px {
  border-right: 2px solid #E1E2E7;
}
.border-primary-top-2px {
  border-top: 2px solid #fddc3a;
}
.border-accent-top-2px {
  border-top: 2px solid #E1E2E7;
}
.border-primary-bottom-2px {
  border-bottom: 2px solid #fddc3a;
}
.border-accent-bottom-2px {
  border-bottom: 2px solid #E1E2E7;
}
/*
  display HELPER
*/
.d-none {
  display: none !important;
}
/*
  overflow HELPER
*/
.overflow-auto {
  overflow: auto;
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/izitoast/dist/css/iziToast.min.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}
.iziToast-capsule,.iziToast-capsule *{box-sizing:border-box}
.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}
.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:54px}
.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}
.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}
.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}
.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}
.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}
.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}
.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}
.iziToast>.iziToast-close:hover{opacity:1}
.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}
.iziToast>.iziToast-body:after{content:"";display:table;clear:both}
.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}
.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}
.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}
.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}
.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}
.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}
.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}
.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{box-shadow:0 0 0 1px rgba(0,0,0,.6)}
.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}
.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}
.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}
.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}
.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}
.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}
.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}
.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}
.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}
.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}
.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}
.iziToast-target{position:relative;width:100%;margin:0 auto}
.iziToast-target .iziToast-capsule{overflow:hidden}
.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}
.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}
.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}
.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}
.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}
.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}
.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}
.iziToast-wrapper-topRight{top:0;right:0;text-align:right}
.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}
.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}
.iziToast-wrapper-center{top:0;justify-content:center;flex-flow:column;align-items:center}
.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}
.iziToast-rtl .iziToast-cover{left:auto;right:0}
.iziToast-rtl .iziToast-close{right:auto;left:0}
.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}
.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}
.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}
@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}
.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}
.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}
.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}
.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}
.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}
.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}
.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}
.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}
.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.6)}
.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}
.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}
.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}
.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}
.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}
.iziToast.iziToast-layout3{border-radius:2px}
.iziToast.iziToast-layout3::after{display:none}
.iziToast .revealIn,.iziToast.revealIn{-webkit-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}
.iziToast .slideIn,.iziToast.slideIn{-webkit-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}
.iziToast.bounceInLeft{-webkit-animation:iziT-bounceInLeft .7s ease-in-out both;animation:iziT-bounceInLeft .7s ease-in-out both}
.iziToast.bounceInRight{-webkit-animation:iziT-bounceInRight .85s ease-in-out both;animation:iziT-bounceInRight .85s ease-in-out both}
.iziToast.bounceInDown{-webkit-animation:iziT-bounceInDown .7s ease-in-out both;animation:iziT-bounceInDown .7s ease-in-out both}
.iziToast.bounceInUp{-webkit-animation:iziT-bounceInUp .7s ease-in-out both;animation:iziT-bounceInUp .7s ease-in-out both}
.iziToast .fadeIn,.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}
.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .7s ease both;animation:iziT-fadeInUp .7s ease both}
.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .7s ease both;animation:iziT-fadeInDown .7s ease both}
.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}
.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}
.iziToast.flipInX{-webkit-animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both;animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}
.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}
.iziToast.fadeOutDown{-webkit-animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}
.iziToast.fadeOutUp{-webkit-animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}
.iziToast.fadeOutLeft{-webkit-animation:iziT-fadeOutLeft .5s ease both;animation:iziT-fadeOutLeft .5s ease both}
.iziToast.fadeOutRight{-webkit-animation:iziT-fadeOutRight .5s ease both;animation:iziT-fadeOutRight .5s ease both}
.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}
.iziToast-overlay.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}
.iziToast-overlay.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}
@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}to{opacity:1}}
@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px)}70%{-webkit-transform:translateX(10px)}to{-webkit-transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px)}70%{-webkit-transform:translateX(-10px)}to{-webkit-transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px)}70%{-webkit-transform:translateY(-5px)}to{-webkit-transform:translateY(0)}}
@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px)}70%{-webkit-transform:translateY(5px)}to{-webkit-transform:translateY(0)}}
@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}
@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}
@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}
@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}
@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}
@-webkit-keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}
@-webkit-keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}
@keyframes iziT-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}to{opacity:1}}
@-webkit-keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}
@keyframes iziT-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}
@keyframes iziT-bounceInLeft{0%{opacity:0;transform:translateX(280px)}50%{opacity:1;transform:translateX(-20px)}70%{transform:translateX(10px)}to{transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}
@keyframes iziT-bounceInRight{0%{opacity:0;transform:translateX(-280px)}50%{opacity:1;transform:translateX(20px)}70%{transform:translateX(-10px)}to{transform:translateX(0)}}
@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}
@keyframes iziT-bounceInDown{0%{opacity:0;transform:translateY(-200px)}50%{opacity:1;transform:translateY(10px)}70%{transform:translateY(-5px)}to{transform:translateY(0)}}
@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}
@keyframes iziT-bounceInUp{0%{opacity:0;transform:translateY(200px)}50%{opacity:1;transform:translateY(-10px)}70%{transform:translateY(5px)}to{transform:translateY(0)}}
@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}
@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}
@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}
@keyframes iziT-fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
@keyframes iziT-fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}
@keyframes iziT-fadeInLeft{0%{opacity:0;transform:translate3d(300px,0,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}
@keyframes iziT-fadeInRight{0%{opacity:0;transform:translate3d(-300px,0,0)}to{opacity:1;transform:none}}
@-webkit-keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}
@keyframes iziT-flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}
@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}
@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}
@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}
@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-200px,0,0)}}
@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}
@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(200px,0,0)}}
@-webkit-keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}
@keyframes iziT-flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.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:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  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;
  flex: 1; }
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
.cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }
.cal-month-view .cal-day-cell {
  min-height: 100px; }
@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 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; }
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }
.cal-month-view .cal-day-cell.cal-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; }
.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;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }
.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-week-view * {
    box-sizing: border-box; }
.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }
.cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
.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%;
      -js-display: flex;
      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; }
.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; }
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: 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; }
.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    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;
    -js-display: flex;
    display: flex; }
.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      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: '\00a0'; }
.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; }
.cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-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; }
.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 {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
.cal-day-view mwl-calendar-week-view-header {
    display: none; }
.cal-day-view .cal-events-container {
    margin-left: 70px; }
.cal-day-view .cal-day-column {
    border-left: 0; }
.cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 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; }
.active-link {
  background-color: #e7e7e7;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.h-100 {
  height: 100% !important;
}
mat-card,
mat-card-content,
mat-tab-group {
  height: inherit !important;
}
.mat-tab-body-wrapper {
  height: 100% !important;
}
.c-green {
  color: green;
}
.bg-green {
  color: rgba(0, 162, 0, 0.8);
}
.bg-red {
  color: rgba(220, 24, 27, 0.8);
}
.c-red {
  color: red;
}
.c-yellow {
  color: #eded00;
}
.c-gray {
  color: #b4b4b4;
}
.cloud-download-color {
  color: #4b58e9;
}
.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  color: #727272 !important;
}
.custom-dialog-container .mat-dialog-container {
  text-align: left !important;
  padding: 24px 24px 5px 24px !important;
}
.mat-focused .mat-form-field-label {
  /*change color of label*/
  color: #727272 !important;
}
.mat-form-field-underline {
  /*change color of underline*/
  background-color: #727272 !important;
}
.mat-form-field-ripple {
  /*change color of underline when focused*/
  background-color: #727272 !important;
}
mat-form-field.mat-form-field {
  font-size: 18px !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2a2b29;
  font-weight: bold !important;
}
.overlay-overflow {
  background-color: #fff;
}
app-ranking-overlay {
  width: 100%;
  padding: 0 !important;
}
.mat-radio-group.ng-invalid.ng-touched .mat-radio-outer-circle {
  border-color: red;
}
.mat-radio-group.ng-invalid.ng-touched .mat-radio-label-content {
  color: #f44336;
}
.mat-checkbox.ng-invalid.ng-touched .mat-checkbox-layout .mat-checkbox-label {
  color: #f44336;
}
.mat-checkbox.invalid-check .mat-checkbox-layout .mat-checkbox-label {
  color: #f44336;
}

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