/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.carousel__slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.carousel__previous,
.carousel__next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.875rem;
  display: flex;
  align-items: center;
}

.carousel__next {
  left: auto;
  right: 0;
}

.carousel__previous button,
.carousel__next button {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.carousel__previous svg,
.carousel__next svg {
  width: 2rem;
  height: 2rem;
}

.carousel__slides {
  display: flex;
  position: relative;
  transition: left 300ms ease-in-out;
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 3rem;
}

.carousel__slide {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  min-width: 100%;
  max-width: 100%;
  transition: opacity 300ms ease-in-out;
}

.carousel__slide:not(.carousel__slide--active) {
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.carousel__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: .625rem 0 0;
}

.carousel__bullets > li {
  padding: 0.25rem;
}

.carousel__bullets > li:empty {
  display: none;
}

.carousel__bullet {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.carousel__bullet.carousel__bullet--active {
  cursor: default;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.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);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  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);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  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);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  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;
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-end {
  /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

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

.mat-focus-indicator {
  position: relative;
}

.mat-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: #009688;
}

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

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

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

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

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

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}

.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge {
  position: relative;
}

.mat-badge-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: #009688;
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

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

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

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

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

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #009688;
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff5252;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #009688;
}

.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: #ff5252;
}

.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}

.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}

.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

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

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

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #009688;
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ff5252;
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}

.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(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(255, 255, 255, 0.1);
}

.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

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

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

.mat-button-toggle-standalone,
.mat-button-toggle-group {
  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,
.mat-button-toggle-group-appearance-standard {
  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: #009688;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff5252;
}

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

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

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.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: #009688;
}

.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: #ff5252;
}

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

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}

.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}

.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #009688;
  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: #f44336;
  color: white;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff5252;
  color: white;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-table {
  background: white;
}

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

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

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

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

.mat-calendar-arrow {
  border-top-color: 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(0, 150, 136, 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(0, 150, 136, 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(0, 150, 136, 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: #009688;
  color: white;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 150, 136, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.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),
.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(0, 150, 136, 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(255, 82, 82, 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(255, 82, 82, 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(255, 82, 82, 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: #ff5252;
  color: white;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 82, 82, 0.4);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content.mat-accent .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),
.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(255, 82, 82, 0.3);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}

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

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

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

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

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content.mat-warn .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),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}

.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: #009688;
}

.mat-datepicker-toggle-active.mat-accent {
  color: #ff5252;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

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

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

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

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

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

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

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

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

.mat-form-field.mat-focused .mat-form-field-label {
  color: #009688;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff5252;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

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

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

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #009688;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff5252;
}

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

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #009688;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff5252;
}

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

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}

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

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

.mat-error {
  color: #f44336;
}

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

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

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

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

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

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #009688;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff5252;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #009688;
}

.mat-icon.mat-accent {
  color: #ff5252;
}

.mat-icon.mat-warn {
  color: #f44336;
}

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

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

.mat-input-element {
  caret-color: #009688;
}

.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: #ff5252;
}

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

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

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eeeeee;
}

.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: #bce1de;
}

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

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

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

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

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff5252;
}

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

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

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

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #009688;
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff5252;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

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

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #009688;
}

.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: #009688;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff5252;
}

.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: #ff5252;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}

.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

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

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

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

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

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

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

.mat-select-panel {
  background: white;
}

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

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #009688;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff5252;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}

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

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

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

.mat-drawer.mat-drawer-push {
  background-color: white;
}

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

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

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

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

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

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

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff5252;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 82, 82, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff5252;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #009688;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 150, 136, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #009688;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

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

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

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

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #009688;
}

.mat-primary .mat-slider-thumb-label-text {
  color: white;
}

.mat-primary .mat-slider-focus-ring {
  background-color: rgba(0, 150, 136, 0.2);
}

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ff5252;
}

.mat-accent .mat-slider-thumb-label-text {
  color: white;
}

.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 82, 82, 0.2);
}

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
  color: white;
}

.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

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

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

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

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.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-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .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-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .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: #009688;
  color: white;
}

.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}

.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff5252;
  color: white;
}

.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}

.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #009688;
}

.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, 138, 128, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff5252;
}

.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}

.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}

.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}

.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #009688;
}

.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, 138, 128, 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: #ff5252;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}

.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}

.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: #009688;
  color: white;
}

.mat-toolbar.mat-accent {
  background: #ff5252;
  color: white;
}

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

.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}

.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}

.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

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

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

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

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

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

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

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

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

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

/* You can add global styles to this file, and also import other style files */

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.blue-snackbar {
  background: #9bd3d1;
  color: #3e4651;
  font-style: italic;
  font-weight: bold;
}

.blue-snackbar button {
  color: #3f50b5;
}

.green-snackbar {
  background: #ffffff;
  color: #249a1e;
}

.green-snackbar button {
  color: #3e4651;
}

.orange-snackbar {
  background: #ffffff;
  color: #c3450d;
}

.orange-snackbar button {
  color: #3e4651;
}

.hide {
  display: none;
}

.tg-container-fluid, .tg-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.tg-container {
  max-width: 1470px;
}

.tg-row, .tg-row-flex {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  font-size: 0;
}

.tg-row > *, .tg-row-flex > * {
  font-size: 1rem;
}

.tg-row-flex {
  display: flex;
}

[class^=tg-col-],
[class*=" tg-col-"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.tg-col-auto {
  width: auto;
}

.tg-col {
  flex: 1;
}

.tg-col-1 {
  width: 8.3333333333%;
}

.tg-col-offset-1 {
  margin-left: 8.3333333333%;
}

.tg-col-2 {
  width: 16.6666666667%;
}

.tg-col-offset-2 {
  margin-left: 16.6666666667%;
}

.tg-col-3 {
  width: 25%;
}

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

.tg-col-4 {
  width: 33.3333333333%;
}

.tg-col-offset-4 {
  margin-left: 33.3333333333%;
}

.tg-col-5 {
  width: 41.6666666667%;
}

.tg-col-offset-5 {
  margin-left: 41.6666666667%;
}

.tg-col-6 {
  width: 50%;
}

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

.tg-col-7 {
  width: 58.3333333333%;
}

.tg-col-offset-7 {
  margin-left: 58.3333333333%;
}

.tg-col-8 {
  width: 66.6666666667%;
}

.tg-col-offset-8 {
  margin-left: 66.6666666667%;
}

.tg-col-9 {
  width: 75%;
}

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

.tg-col-10 {
  width: 83.3333333333%;
}

.tg-col-offset-10 {
  margin-left: 83.3333333333%;
}

.tg-col-11 {
  width: 91.6666666667%;
}

.tg-col-offset-11 {
  margin-left: 91.6666666667%;
}

.tg-col-12 {
  width: 100%;
}

.tg-col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .tg-col-sm-offset-0 {
    margin-left: 0;
  }

  .tg-col-sm-1 {
    width: 8.3333333333%;
  }

  .tg-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tg-col-sm-2 {
    width: 16.6666666667%;
  }

  .tg-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tg-col-sm-3 {
    width: 25%;
  }

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

  .tg-col-sm-4 {
    width: 33.3333333333%;
  }

  .tg-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tg-col-sm-5 {
    width: 41.6666666667%;
  }

  .tg-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tg-col-sm-6 {
    width: 50%;
  }

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

  .tg-col-sm-7 {
    width: 58.3333333333%;
  }

  .tg-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tg-col-sm-8 {
    width: 66.6666666667%;
  }

  .tg-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tg-col-sm-9 {
    width: 75%;
  }

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

  .tg-col-sm-10 {
    width: 83.3333333333%;
  }

  .tg-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tg-col-sm-11 {
    width: 91.6666666667%;
  }

  .tg-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .tg-col-sm-12 {
    width: 100%;
  }

  .tg-col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 900px) {
  .tg-col-md-offset-0 {
    margin-left: 0;
  }

  .tg-col-md-1 {
    width: 8.3333333333%;
  }

  .tg-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tg-col-md-2 {
    width: 16.6666666667%;
  }

  .tg-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tg-col-md-3 {
    width: 25%;
  }

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

  .tg-col-md-4 {
    width: 33.3333333333%;
  }

  .tg-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tg-col-md-5 {
    width: 41.6666666667%;
  }

  .tg-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tg-col-md-6 {
    width: 50%;
  }

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

  .tg-col-md-7 {
    width: 58.3333333333%;
  }

  .tg-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tg-col-md-8 {
    width: 66.6666666667%;
  }

  .tg-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tg-col-md-9 {
    width: 75%;
  }

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

  .tg-col-md-10 {
    width: 83.3333333333%;
  }

  .tg-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tg-col-md-11 {
    width: 91.6666666667%;
  }

  .tg-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .tg-col-md-12 {
    width: 100%;
  }

  .tg-col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .tg-col-lg-offset-0 {
    margin-left: 0;
  }

  .tg-col-lg-1 {
    width: 8.3333333333%;
  }

  .tg-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tg-col-lg-2 {
    width: 16.6666666667%;
  }

  .tg-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tg-col-lg-3 {
    width: 25%;
  }

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

  .tg-col-lg-4 {
    width: 33.3333333333%;
  }

  .tg-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tg-col-lg-5 {
    width: 41.6666666667%;
  }

  .tg-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tg-col-lg-6 {
    width: 50%;
  }

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

  .tg-col-lg-7 {
    width: 58.3333333333%;
  }

  .tg-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tg-col-lg-8 {
    width: 66.6666666667%;
  }

  .tg-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tg-col-lg-9 {
    width: 75%;
  }

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

  .tg-col-lg-10 {
    width: 83.3333333333%;
  }

  .tg-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tg-col-lg-11 {
    width: 91.6666666667%;
  }

  .tg-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .tg-col-lg-12 {
    width: 100%;
  }

  .tg-col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1800px) {
  .tg-col-xl-offset-0 {
    margin-left: 0;
  }

  .tg-col-xl-1 {
    width: 8.3333333333%;
  }

  .tg-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .tg-col-xl-2 {
    width: 16.6666666667%;
  }

  .tg-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .tg-col-xl-3 {
    width: 25%;
  }

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

  .tg-col-xl-4 {
    width: 33.3333333333%;
  }

  .tg-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .tg-col-xl-5 {
    width: 41.6666666667%;
  }

  .tg-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .tg-col-xl-6 {
    width: 50%;
  }

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

  .tg-col-xl-7 {
    width: 58.3333333333%;
  }

  .tg-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .tg-col-xl-8 {
    width: 66.6666666667%;
  }

  .tg-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .tg-col-xl-9 {
    width: 75%;
  }

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

  .tg-col-xl-10 {
    width: 83.3333333333%;
  }

  .tg-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .tg-col-xl-11 {
    width: 91.6666666667%;
  }

  .tg-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .tg-col-xl-12 {
    width: 100%;
  }

  .tg-col-xl-offset-12 {
    margin-left: 100%;
  }
}

.mat-card-outlined {
  border: 1px solid #d8e2dc;
}

.mat-card-actions {
  margin: 0 !important;
}

.ipt-card-outlined {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 0px !important;
  border: 1px solid #E0E0E0;
}

.mat-dialog-container {
  padding: 0 !important;
}

.cdk-overlay-pane {
  max-width: 100% !important;
}

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

.cdk-global-overlay-wrapper {
  padding: 1.5rem;
}

.mat-tooltip {
  margin: 0 8px 8px 8px !important;
  font-size: 12px;
  font-weight: 400;
  background-color: #4c4b4b;
  letter-spacing: 0.025rem;
}

.form-field--no-pb .mat-form-field-wrapper {
  padding-bottom: 0;
}

.form-field--no-pb .mat-form-field-subscript-wrapper {
  margin-top: 23px;
}

.mat-select-panel {
  margin-top: 30px;
}

.mat-form-field .mat-form-field-subscript-wrapper {
  padding-left: 2px !important;
  margin-top: 3px;
}

.mat-form-field--disabled .mat-form-field-outline,
.mat-form-field--disabled .mat-form-field-flex {
  background-color: #eee !important;
}

.mat-form-field.mat-form-field-disabled .mat-form-field-flex {
  background-color: #eee;
}

.auto-remove-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.mat-paginator-adjustable {
  position: relative;
  left: 0;
  right: 0;
}

.mat-paginator {
  background-color: transparent;
  border-top: 2px solid #8c8e90;
  margin-top: 4px;
}

.mat-paginator button:not(:disabled) svg {
  color: #2c3544;
}

.mat-paginator-dense {
  border: 0;
  margin: 0;
  border-top: 1px solid #f3f3f3;
}

.mat-paginator-no-separator {
  border-top: 0 !important;
  margin-top: 0 !important;
}

.mat-menu-user {
  width: 230px;
  background-color: #f5f5f5;
}

.mat-menu-user .mat-menu-content {
  padding: 0 !important;
}

.mat-menu-user .mat-menu-user__link mat-icon,
.mat-menu-user .mat-menu-user__link span {
  color: #4d4b4b;
}

.mat-menu-user .mat-menu-user__link img {
  width: 20px;
}

.mat-menu-user .mat-menu-user__link--active mat-icon,
.mat-menu-user .mat-menu-user__link--active span {
  color: var(--color-ipt-primary) !important;
  font-weight: 500;
}

.mat-menu-user .mat-menu-user__logout {
  text-align: center;
  font-weight: 500;
}

.mat-menu-user .mat-menu-user__logout mat-icon,
.mat-menu-user .mat-menu-user__logout span {
  color: #444;
}

.mat-menu-options {
  min-width: 160px !important;
  box-shadow: none;
  border: 1px solid #c9c9c9;
}

.mat-menu-options .mat-menu-content {
  padding: 0 !important;
}

.mat-menu-options .mat-menu-item {
  line-height: 40px;
  height: 40px;
}

.mat-menu-options .mat-menu-item .mat-icon {
  margin-right: 8px !important;
}

.mat-menu-panel {
  min-height: 40px !important;
}

.mat-chip-badge {
  border-radius: 2px !important;
  padding: 4px 6px !important;
  font-size: 12px !important;
  min-height: 24px !important;
}

.mat-chip-badge-unit .mat-chip {
  width: 100%;
  border-radius: 3px;
  height: 22px;
  min-height: 22px;
  margin: 2px 0 0 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mat-chip-badge-unit .mat-chip-remove {
  margin-left: auto !important;
}

.mat-chip-reset .mat-chip {
  width: auto !important;
  height: 24px !important;
  margin: 4px !important;
  padding: 4px 8px !important;
}

.mat-slide-toggle-custom.mat-disabled {
  opacity: 0.6 !important;
}

.carousel__bullet {
  width: 2rem;
  height: 0.2rem;
  background: black;
  opacity: 0.3;
}

.carousel__bullet:hover {
  opacity: 0.6;
}

.carousel__bullet.carousel__bullet--active {
  opacity: 1;
  background: #fff;
}

.ng-select.ng-select-lg .ng-select-container {
  height: 36px;
}

.is-invalid-select .ng-select-container {
  border-color: #fa003f;
}

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: var(--color-disabled);
}

.hot-toast-bar-base {
  border: 1px solid #bdbdbd;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.hot-toast-bar-base {
  border: 1px solid #bdbdbd;
}

.template-toast-download {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

.template-toast-download .dimisible {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 20px;
  width: auto;
  height: auto;
}

.ipt-accordion .mat-expansion-panel {
  box-shadow: none;
  border: 1px solid var(--color-border);
}

.ipt-accordion .mat-expansion-panel.mat-expanded {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ipt-accordion .mat-expansion-panel-header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ededed !important;
}

.ipt-accordion .mat-expansion-panel-body {
  padding: 0 !important;
}

.ipt-accordion .mat-expansion-panel-header.mat-expanded {
  height: 48px;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background-color: #ededed !important;
}

.ipt-accordion.dense .mat-expansion-panel-header {
  height: 40px !important;
  font-size: 13px !important;
}

.ipt-accordion.dense .mat-expansion-panel-body {
  font-size: 13px !important;
}

.ipt-accordion.large .mat-expansion-panel-header {
  height: 64px !important;
  font-size: 15px !important;
}

.ipt-accordion.large .mat-expansion-panel-body {
  font-size: 15px !important;
}

.ipt-accordion.between-spaces .mat-expansion-panel:not(:last-child) {
  margin-bottom: 1rem !important;
}

.itp-expansion-panel.success .mat-expansion-panel-header {
  color: rgba(var(--color-success-dark), 1) !important;
  background-color: rgba(var(--color-success-lighter), 1) !important;
}

.itp-expansion-panel.success .mat-expansion-panel-header-title {
  color: rgba(var(--color-success-dark), 1) !important;
}

.itp-expansion-panel.success .mat-expansion-indicator::after {
  color: rgba(var(--color-success-dark), 1) !important;
}

.itp-expansion-panel.success .mat-expansion-panel-header.mat-expanded {
  border-bottom-color: rgba(var(--color-success), 1) !important;
}

.itp-expansion-panel.error .mat-expansion-panel-header {
  background-color: rgba(var(--color-error-lighter), 1) !important;
}

.itp-expansion-panel.error .mat-expansion-panel-header-title {
  color: rgba(var(--color-error-dark), 1) !important;
}

.itp-expansion-panel.error .mat-expansion-indicator::after {
  color: rgba(var(--color-error-dark), 1) !important;
}

.itp-expansion-panel.error .mat-expansion-panel-header.mat-expanded {
  border-bottom-color: rgba(var(--color-error), 1) !important;
}

* {
  --main-bg-color: #f1f1f1;
  --color-portal-sidebar: #f7f7f7;
  --color-portal-warm: #fa003f;
  --color-portal-dark: #1c212d;
  --color-portal-dark-1: #2c3544;
  --color-ipt-primary: #6261fa;
  --color-ipt-secondary: #1fd4cd;
  --color-ipt-dark: #3f4651;
  --color-ipt-amber: #fdbc24;
  --color-ipt-lightblue: #45a2df;
  --color-ipt-purple: #8039a2;
  --color-ipt-secondary-bold: #009688;
  --color-ipt-grey: #a3a9b2;
  --color-ipt-amber-500: #f59e0b;
  --color-ipt-danger: #fa003f;
  --color-ipt-orange: #ff4800;
  --color-ipt-emerald-700: #047857;
  --color-ipt-success: #65c828;
  --color-ashes: #eaeef4;
  --rgb-ipt-primary: 98, 97, 250;
  --rgb-ipt-secondary-bold: 0, 150, 136;
  --rgb-ipt-secondary: 31, 212, 205;
  --rgb-ipt-dark: 63, 70, 81;
  --rgb-ipt-grey: 163, 169, 178;
  --rgb-ashes: 234, 238, 244;
  --rgb-ipt-amber: 253, 188, 36;
  --rgb-ipt-amber-500: 245, 158, 11;
  --rgb-ipt-lightblue: 69, 162, 223;
  --rgb-ipt-purple: 128, 57, 162;
  --rgb-ipt-danger: 250, 0, 63;
  --rgb-ipt-success: 101, 199, 40;
  --rgb-ipt-orange: 255, 72, 0;
  --rgb-ipt-emerald-700: 4, 120, 87;
  --rgb-portal-dark-1: 44, 53, 68;
  --color-base000: 0, 0, 0;
  --color-base200: 50, 50, 50;
  --color-base800: 210, 210, 210;
  --color-base900: 240, 240, 240;
  --color-background: #eaeaec;
  --color-info-dark: 35, 84, 97;
  --color-info: 0, 111, 230;
  --color-info-light: 187, 208, 215;
  --color-info-lighter: 209, 232, 240;
  --color-success-dark: 94, 105, 25;
  --color-success: 101, 199, 40;
  --color-success-light: 200, 209, 186;
  --color-success-lighter: 230, 238, 209;
  --color-error-dark: 129, 18, 17;
  --color-error: 246, 36, 71;
  --color-error-light: 214, 180, 180;
  --color-error-lighter: 252, 211, 210;
  --color-warning-dark: 102, 94, 72;
  --color-warning: 255, 200, 0;
  --color-warning-light: 230, 219, 183;
  --color-warning-lighter: 255, 237, 181;
  --color-state-red: #bc282f;
  --color-state-grey: #b9b9b9;
  --font-primary: "Exo 2";
  --color-font: var(--color-base200);
  --color-disabled: #f1f1f1;
  --color-border: #cdcdcd;
}

.mt-0,
.my-0,
.m-0 {
  margin-top: 0rem;
}

.pt-0,
.py-0,
.p-0 {
  padding-top: 0rem;
}

.mb-0,
.my-0,
.m-0 {
  margin-bottom: 0rem;
}

.pb-0,
.py-0,
.p-0 {
  padding-bottom: 0rem;
}

.ml-0,
.mx-0,
.m-0 {
  margin-left: 0rem;
}

.pl-0,
.px-0,
.p-0 {
  padding-left: 0rem;
}

.mr-0,
.mx-0,
.m-0 {
  margin-right: 0rem;
}

.pr-0,
.px-0,
.p-0 {
  padding-right: 0rem;
}

.mt-1,
.my-1,
.m-1 {
  margin-top: 0.25rem;
}

.pt-1,
.py-1,
.p-1 {
  padding-top: 0.25rem;
}

.mb-1,
.my-1,
.m-1 {
  margin-bottom: 0.25rem;
}

.pb-1,
.py-1,
.p-1 {
  padding-bottom: 0.25rem;
}

.ml-1,
.mx-1,
.m-1 {
  margin-left: 0.25rem;
}

.pl-1,
.px-1,
.p-1 {
  padding-left: 0.25rem;
}

.mr-1,
.mx-1,
.m-1 {
  margin-right: 0.25rem;
}

.pr-1,
.px-1,
.p-1 {
  padding-right: 0.25rem;
}

.mt-2,
.my-2,
.m-2 {
  margin-top: 0.5rem;
}

.pt-2,
.py-2,
.p-2 {
  padding-top: 0.5rem;
}

.mb-2,
.my-2,
.m-2 {
  margin-bottom: 0.5rem;
}

.pb-2,
.py-2,
.p-2 {
  padding-bottom: 0.5rem;
}

.ml-2,
.mx-2,
.m-2 {
  margin-left: 0.5rem;
}

.pl-2,
.px-2,
.p-2 {
  padding-left: 0.5rem;
}

.mr-2,
.mx-2,
.m-2 {
  margin-right: 0.5rem;
}

.pr-2,
.px-2,
.p-2 {
  padding-right: 0.5rem;
}

.mt-3,
.my-3,
.m-3 {
  margin-top: 0.75rem;
}

.pt-3,
.py-3,
.p-3 {
  padding-top: 0.75rem;
}

.mb-3,
.my-3,
.m-3 {
  margin-bottom: 0.75rem;
}

.pb-3,
.py-3,
.p-3 {
  padding-bottom: 0.75rem;
}

.ml-3,
.mx-3,
.m-3 {
  margin-left: 0.75rem;
}

.pl-3,
.px-3,
.p-3 {
  padding-left: 0.75rem;
}

.mr-3,
.mx-3,
.m-3 {
  margin-right: 0.75rem;
}

.pr-3,
.px-3,
.p-3 {
  padding-right: 0.75rem;
}

.mt-4,
.my-4,
.m-4 {
  margin-top: 1rem;
}

.pt-4,
.py-4,
.p-4 {
  padding-top: 1rem;
}

.mb-4,
.my-4,
.m-4 {
  margin-bottom: 1rem;
}

.pb-4,
.py-4,
.p-4 {
  padding-bottom: 1rem;
}

.ml-4,
.mx-4,
.m-4 {
  margin-left: 1rem;
}

.pl-4,
.px-4,
.p-4 {
  padding-left: 1rem;
}

.mr-4,
.mx-4,
.m-4 {
  margin-right: 1rem;
}

.pr-4,
.px-4,
.p-4 {
  padding-right: 1rem;
}

.mt-5,
.my-5,
.m-5 {
  margin-top: 1.25rem;
}

.pt-5,
.py-5,
.p-5 {
  padding-top: 1.25rem;
}

.mb-5,
.my-5,
.m-5 {
  margin-bottom: 1.25rem;
}

.pb-5,
.py-5,
.p-5 {
  padding-bottom: 1.25rem;
}

.ml-5,
.mx-5,
.m-5 {
  margin-left: 1.25rem;
}

.pl-5,
.px-5,
.p-5 {
  padding-left: 1.25rem;
}

.mr-5,
.mx-5,
.m-5 {
  margin-right: 1.25rem;
}

.pr-5,
.px-5,
.p-5 {
  padding-right: 1.25rem;
}

.mt-6,
.my-6,
.m-6 {
  margin-top: 1.5rem;
}

.pt-6,
.py-6,
.p-6 {
  padding-top: 1.5rem;
}

.mb-6,
.my-6,
.m-6 {
  margin-bottom: 1.5rem;
}

.pb-6,
.py-6,
.p-6 {
  padding-bottom: 1.5rem;
}

.ml-6,
.mx-6,
.m-6 {
  margin-left: 1.5rem;
}

.pl-6,
.px-6,
.p-6 {
  padding-left: 1.5rem;
}

.mr-6,
.mx-6,
.m-6 {
  margin-right: 1.5rem;
}

.pr-6,
.px-6,
.p-6 {
  padding-right: 1.5rem;
}

.mt-8,
.my-8,
.m-8 {
  margin-top: 2rem;
}

.pt-8,
.py-8,
.p-8 {
  padding-top: 2rem;
}

.mb-8,
.my-8,
.m-8 {
  margin-bottom: 2rem;
}

.pb-8,
.py-8,
.p-8 {
  padding-bottom: 2rem;
}

.ml-8,
.mx-8,
.m-8 {
  margin-left: 2rem;
}

.pl-8,
.px-8,
.p-8 {
  padding-left: 2rem;
}

.mr-8,
.mx-8,
.m-8 {
  margin-right: 2rem;
}

.pr-8,
.px-8,
.p-8 {
  padding-right: 2rem;
}

.mt-10,
.my-10,
.m-10 {
  margin-top: 2.5rem;
}

.pt-10,
.py-10,
.p-10 {
  padding-top: 2.5rem;
}

.mb-10,
.my-10,
.m-10 {
  margin-bottom: 2.5rem;
}

.pb-10,
.py-10,
.p-10 {
  padding-bottom: 2.5rem;
}

.ml-10,
.mx-10,
.m-10 {
  margin-left: 2.5rem;
}

.pl-10,
.px-10,
.p-10 {
  padding-left: 2.5rem;
}

.mr-10,
.mx-10,
.m-10 {
  margin-right: 2.5rem;
}

.pr-10,
.px-10,
.p-10 {
  padding-right: 2.5rem;
}

.mt-12,
.my-12,
.m-12 {
  margin-top: 3rem;
}

.pt-12,
.py-12,
.p-12 {
  padding-top: 3rem;
}

.mb-12,
.my-12,
.m-12 {
  margin-bottom: 3rem;
}

.pb-12,
.py-12,
.p-12 {
  padding-bottom: 3rem;
}

.ml-12,
.mx-12,
.m-12 {
  margin-left: 3rem;
}

.pl-12,
.px-12,
.p-12 {
  padding-left: 3rem;
}

.mr-12,
.mx-12,
.m-12 {
  margin-right: 3rem;
}

.pr-12,
.px-12,
.p-12 {
  padding-right: 3rem;
}

.mt-16,
.my-16,
.m-16 {
  margin-top: 4rem;
}

.pt-16,
.py-16,
.p-16 {
  padding-top: 4rem;
}

.mb-16,
.my-16,
.m-16 {
  margin-bottom: 4rem;
}

.pb-16,
.py-16,
.p-16 {
  padding-bottom: 4rem;
}

.ml-16,
.mx-16,
.m-16 {
  margin-left: 4rem;
}

.pl-16,
.px-16,
.p-16 {
  padding-left: 4rem;
}

.mr-16,
.mx-16,
.m-16 {
  margin-right: 4rem;
}

.pr-16,
.px-16,
.p-16 {
  padding-right: 4rem;
}

.mt-20,
.my-20,
.m-20 {
  margin-top: 5rem;
}

.pt-20,
.py-20,
.p-20 {
  padding-top: 5rem;
}

.mb-20,
.my-20,
.m-20 {
  margin-bottom: 5rem;
}

.pb-20,
.py-20,
.p-20 {
  padding-bottom: 5rem;
}

.ml-20,
.mx-20,
.m-20 {
  margin-left: 5rem;
}

.pl-20,
.px-20,
.p-20 {
  padding-left: 5rem;
}

.mr-20,
.mx-20,
.m-20 {
  margin-right: 5rem;
}

.pr-20,
.px-20,
.p-20 {
  padding-right: 5rem;
}

.mt-24,
.my-24,
.m-24 {
  margin-top: 6rem;
}

.pt-24,
.py-24,
.p-24 {
  padding-top: 6rem;
}

.mb-24,
.my-24,
.m-24 {
  margin-bottom: 6rem;
}

.pb-24,
.py-24,
.p-24 {
  padding-bottom: 6rem;
}

.ml-24,
.mx-24,
.m-24 {
  margin-left: 6rem;
}

.pl-24,
.px-24,
.p-24 {
  padding-left: 6rem;
}

.mr-24,
.mx-24,
.m-24 {
  margin-right: 6rem;
}

.pr-24,
.px-24,
.p-24 {
  padding-right: 6rem;
}

.mt-32,
.my-32,
.m-32 {
  margin-top: 8rem;
}

.pt-32,
.py-32,
.p-32 {
  padding-top: 8rem;
}

.mb-32,
.my-32,
.m-32 {
  margin-bottom: 8rem;
}

.pb-32,
.py-32,
.p-32 {
  padding-bottom: 8rem;
}

.ml-32,
.mx-32,
.m-32 {
  margin-left: 8rem;
}

.pl-32,
.px-32,
.p-32 {
  padding-left: 8rem;
}

.mr-32,
.mx-32,
.m-32 {
  margin-right: 8rem;
}

.pr-32,
.px-32,
.p-32 {
  padding-right: 8rem;
}

.mt-40,
.my-40,
.m-40 {
  margin-top: 10rem;
}

.pt-40,
.py-40,
.p-40 {
  padding-top: 10rem;
}

.mb-40,
.my-40,
.m-40 {
  margin-bottom: 10rem;
}

.pb-40,
.py-40,
.p-40 {
  padding-bottom: 10rem;
}

.ml-40,
.mx-40,
.m-40 {
  margin-left: 10rem;
}

.pl-40,
.px-40,
.p-40 {
  padding-left: 10rem;
}

.mr-40,
.mx-40,
.m-40 {
  margin-right: 10rem;
}

.pr-40,
.px-40,
.p-40 {
  padding-right: 10rem;
}

.mt-48,
.my-48,
.m-48 {
  margin-top: 12rem;
}

.pt-48,
.py-48,
.p-48 {
  padding-top: 12rem;
}

.mb-48,
.my-48,
.m-48 {
  margin-bottom: 12rem;
}

.pb-48,
.py-48,
.p-48 {
  padding-bottom: 12rem;
}

.ml-48,
.mx-48,
.m-48 {
  margin-left: 12rem;
}

.pl-48,
.px-48,
.p-48 {
  padding-left: 12rem;
}

.mr-48,
.mx-48,
.m-48 {
  margin-right: 12rem;
}

.pr-48,
.px-48,
.p-48 {
  padding-right: 12rem;
}

.mt-56,
.my-56,
.m-56 {
  margin-top: 14rem;
}

.pt-56,
.py-56,
.p-56 {
  padding-top: 14rem;
}

.mb-56,
.my-56,
.m-56 {
  margin-bottom: 14rem;
}

.pb-56,
.py-56,
.p-56 {
  padding-bottom: 14rem;
}

.ml-56,
.mx-56,
.m-56 {
  margin-left: 14rem;
}

.pl-56,
.px-56,
.p-56 {
  padding-left: 14rem;
}

.mr-56,
.mx-56,
.m-56 {
  margin-right: 14rem;
}

.pr-56,
.px-56,
.p-56 {
  padding-right: 14rem;
}

.mt-64,
.my-64,
.m-64 {
  margin-top: 16rem;
}

.pt-64,
.py-64,
.p-64 {
  padding-top: 16rem;
}

.mb-64,
.my-64,
.m-64 {
  margin-bottom: 16rem;
}

.pb-64,
.py-64,
.p-64 {
  padding-bottom: 16rem;
}

.ml-64,
.mx-64,
.m-64 {
  margin-left: 16rem;
}

.pl-64,
.px-64,
.p-64 {
  padding-left: 16rem;
}

.mr-64,
.mx-64,
.m-64 {
  margin-right: 16rem;
}

.pr-64,
.px-64,
.p-64 {
  padding-right: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.gap-1\/2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.gap-1 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-1\/5 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.gap-2 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-col-1 {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-row-1 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.gap-col-2 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-row-2 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

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

.gap-y-1\/2 {
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-1\/2 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media (min-width: 36em) {
  .col-sm-1 {
    grid-column-end: span 1;
  }

  .col-offset-sm-1 {
    grid-column-start: 2;
  }

  .row-sm-1 {
    grid-row-end: span 1;
  }

  .row-offset-sm-1 {
    grid-row-start: 2;
  }

  .col-sm-2 {
    grid-column-end: span 2;
  }

  .col-offset-sm-2 {
    grid-column-start: 3;
  }

  .row-sm-2 {
    grid-row-end: span 2;
  }

  .row-offset-sm-2 {
    grid-row-start: 3;
  }

  .col-sm-3 {
    grid-column-end: span 3;
  }

  .col-offset-sm-3 {
    grid-column-start: 4;
  }

  .row-sm-3 {
    grid-row-end: span 3;
  }

  .row-offset-sm-3 {
    grid-row-start: 4;
  }

  .col-sm-4 {
    grid-column-end: span 4;
  }

  .col-offset-sm-4 {
    grid-column-start: 5;
  }

  .row-sm-4 {
    grid-row-end: span 4;
  }

  .row-offset-sm-4 {
    grid-row-start: 5;
  }

  .col-sm-5 {
    grid-column-end: span 5;
  }

  .col-offset-sm-5 {
    grid-column-start: 6;
  }

  .row-sm-5 {
    grid-row-end: span 5;
  }

  .row-offset-sm-5 {
    grid-row-start: 6;
  }

  .col-sm-6 {
    grid-column-end: span 6;
  }

  .col-offset-sm-6 {
    grid-column-start: 7;
  }

  .row-sm-6 {
    grid-row-end: span 6;
  }

  .row-offset-sm-6 {
    grid-row-start: 7;
  }

  .col-sm-7 {
    grid-column-end: span 7;
  }

  .col-offset-sm-7 {
    grid-column-start: 8;
  }

  .row-sm-7 {
    grid-row-end: span 7;
  }

  .row-offset-sm-7 {
    grid-row-start: 8;
  }

  .col-sm-8 {
    grid-column-end: span 8;
  }

  .col-offset-sm-8 {
    grid-column-start: 9;
  }

  .row-sm-8 {
    grid-row-end: span 8;
  }

  .row-offset-sm-8 {
    grid-row-start: 9;
  }

  .col-sm-9 {
    grid-column-end: span 9;
  }

  .col-offset-sm-9 {
    grid-column-start: 10;
  }

  .row-sm-9 {
    grid-row-end: span 9;
  }

  .row-offset-sm-9 {
    grid-row-start: 10;
  }

  .col-sm-10 {
    grid-column-end: span 10;
  }

  .col-offset-sm-10 {
    grid-column-start: 11;
  }

  .row-sm-10 {
    grid-row-end: span 10;
  }

  .row-offset-sm-10 {
    grid-row-start: 11;
  }

  .col-sm-11 {
    grid-column-end: span 11;
  }

  .col-offset-sm-11 {
    grid-column-start: 12;
  }

  .row-sm-11 {
    grid-row-end: span 11;
  }

  .row-offset-sm-11 {
    grid-row-start: 12;
  }

  .col-sm-12 {
    grid-column-end: span 12;
  }

  .col-offset-sm-12 {
    grid-column-start: 13;
  }

  .row-sm-12 {
    grid-row-end: span 12;
  }

  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}

@media (min-width: 48em) {
  .col-md-1 {
    grid-column-end: span 1;
  }

  .col-offset-md-1 {
    grid-column-start: 2;
  }

  .row-md-1 {
    grid-row-end: span 1;
  }

  .row-offset-md-1 {
    grid-row-start: 2;
  }

  .col-md-2 {
    grid-column-end: span 2;
  }

  .col-offset-md-2 {
    grid-column-start: 3;
  }

  .row-md-2 {
    grid-row-end: span 2;
  }

  .row-offset-md-2 {
    grid-row-start: 3;
  }

  .col-md-3 {
    grid-column-end: span 3;
  }

  .col-offset-md-3 {
    grid-column-start: 4;
  }

  .row-md-3 {
    grid-row-end: span 3;
  }

  .row-offset-md-3 {
    grid-row-start: 4;
  }

  .col-md-4 {
    grid-column-end: span 4;
  }

  .col-offset-md-4 {
    grid-column-start: 5;
  }

  .row-md-4 {
    grid-row-end: span 4;
  }

  .row-offset-md-4 {
    grid-row-start: 5;
  }

  .col-md-5 {
    grid-column-end: span 5;
  }

  .col-offset-md-5 {
    grid-column-start: 6;
  }

  .row-md-5 {
    grid-row-end: span 5;
  }

  .row-offset-md-5 {
    grid-row-start: 6;
  }

  .col-md-6 {
    grid-column-end: span 6;
  }

  .col-offset-md-6 {
    grid-column-start: 7;
  }

  .row-md-6 {
    grid-row-end: span 6;
  }

  .row-offset-md-6 {
    grid-row-start: 7;
  }

  .col-md-7 {
    grid-column-end: span 7;
  }

  .col-offset-md-7 {
    grid-column-start: 8;
  }

  .row-md-7 {
    grid-row-end: span 7;
  }

  .row-offset-md-7 {
    grid-row-start: 8;
  }

  .col-md-8 {
    grid-column-end: span 8;
  }

  .col-offset-md-8 {
    grid-column-start: 9;
  }

  .row-md-8 {
    grid-row-end: span 8;
  }

  .row-offset-md-8 {
    grid-row-start: 9;
  }

  .col-md-9 {
    grid-column-end: span 9;
  }

  .col-offset-md-9 {
    grid-column-start: 10;
  }

  .row-md-9 {
    grid-row-end: span 9;
  }

  .row-offset-md-9 {
    grid-row-start: 10;
  }

  .col-md-10 {
    grid-column-end: span 10;
  }

  .col-offset-md-10 {
    grid-column-start: 11;
  }

  .row-md-10 {
    grid-row-end: span 10;
  }

  .row-offset-md-10 {
    grid-row-start: 11;
  }

  .col-md-11 {
    grid-column-end: span 11;
  }

  .col-offset-md-11 {
    grid-column-start: 12;
  }

  .row-md-11 {
    grid-row-end: span 11;
  }

  .row-offset-md-11 {
    grid-row-start: 12;
  }

  .col-md-12 {
    grid-column-end: span 12;
  }

  .col-offset-md-12 {
    grid-column-start: 13;
  }

  .row-md-12 {
    grid-row-end: span 12;
  }

  .row-offset-md-12 {
    grid-row-start: 13;
  }
}

@media (min-width: 62em) {
  .col-lg-1 {
    grid-column-end: span 1;
  }

  .col-offset-lg-1 {
    grid-column-start: 2;
  }

  .row-lg-1 {
    grid-row-end: span 1;
  }

  .row-offset-lg-1 {
    grid-row-start: 2;
  }

  .col-lg-2 {
    grid-column-end: span 2;
  }

  .col-offset-lg-2 {
    grid-column-start: 3;
  }

  .row-lg-2 {
    grid-row-end: span 2;
  }

  .row-offset-lg-2 {
    grid-row-start: 3;
  }

  .col-lg-3 {
    grid-column-end: span 3;
  }

  .col-offset-lg-3 {
    grid-column-start: 4;
  }

  .row-lg-3 {
    grid-row-end: span 3;
  }

  .row-offset-lg-3 {
    grid-row-start: 4;
  }

  .col-lg-4 {
    grid-column-end: span 4;
  }

  .col-offset-lg-4 {
    grid-column-start: 5;
  }

  .row-lg-4 {
    grid-row-end: span 4;
  }

  .row-offset-lg-4 {
    grid-row-start: 5;
  }

  .col-lg-5 {
    grid-column-end: span 5;
  }

  .col-offset-lg-5 {
    grid-column-start: 6;
  }

  .row-lg-5 {
    grid-row-end: span 5;
  }

  .row-offset-lg-5 {
    grid-row-start: 6;
  }

  .col-lg-6 {
    grid-column-end: span 6;
  }

  .col-offset-lg-6 {
    grid-column-start: 7;
  }

  .row-lg-6 {
    grid-row-end: span 6;
  }

  .row-offset-lg-6 {
    grid-row-start: 7;
  }

  .col-lg-7 {
    grid-column-end: span 7;
  }

  .col-offset-lg-7 {
    grid-column-start: 8;
  }

  .row-lg-7 {
    grid-row-end: span 7;
  }

  .row-offset-lg-7 {
    grid-row-start: 8;
  }

  .col-lg-8 {
    grid-column-end: span 8;
  }

  .col-offset-lg-8 {
    grid-column-start: 9;
  }

  .row-lg-8 {
    grid-row-end: span 8;
  }

  .row-offset-lg-8 {
    grid-row-start: 9;
  }

  .col-lg-9 {
    grid-column-end: span 9;
  }

  .col-offset-lg-9 {
    grid-column-start: 10;
  }

  .row-lg-9 {
    grid-row-end: span 9;
  }

  .row-offset-lg-9 {
    grid-row-start: 10;
  }

  .col-lg-10 {
    grid-column-end: span 10;
  }

  .col-offset-lg-10 {
    grid-column-start: 11;
  }

  .row-lg-10 {
    grid-row-end: span 10;
  }

  .row-offset-lg-10 {
    grid-row-start: 11;
  }

  .col-lg-11 {
    grid-column-end: span 11;
  }

  .col-offset-lg-11 {
    grid-column-start: 12;
  }

  .row-lg-11 {
    grid-row-end: span 11;
  }

  .row-offset-lg-11 {
    grid-row-start: 12;
  }

  .col-lg-12 {
    grid-column-end: span 12;
  }

  .col-offset-lg-12 {
    grid-column-start: 13;
  }

  .row-lg-12 {
    grid-row-end: span 12;
  }

  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}

@media (min-width: 75em) {
  .col-xl-1 {
    grid-column-end: span 1;
  }

  .col-offset-xl-1 {
    grid-column-start: 2;
  }

  .row-xl-1 {
    grid-row-end: span 1;
  }

  .row-offset-xl-1 {
    grid-row-start: 2;
  }

  .col-xl-2 {
    grid-column-end: span 2;
  }

  .col-offset-xl-2 {
    grid-column-start: 3;
  }

  .row-xl-2 {
    grid-row-end: span 2;
  }

  .row-offset-xl-2 {
    grid-row-start: 3;
  }

  .col-xl-3 {
    grid-column-end: span 3;
  }

  .col-offset-xl-3 {
    grid-column-start: 4;
  }

  .row-xl-3 {
    grid-row-end: span 3;
  }

  .row-offset-xl-3 {
    grid-row-start: 4;
  }

  .col-xl-4 {
    grid-column-end: span 4;
  }

  .col-offset-xl-4 {
    grid-column-start: 5;
  }

  .row-xl-4 {
    grid-row-end: span 4;
  }

  .row-offset-xl-4 {
    grid-row-start: 5;
  }

  .col-xl-5 {
    grid-column-end: span 5;
  }

  .col-offset-xl-5 {
    grid-column-start: 6;
  }

  .row-xl-5 {
    grid-row-end: span 5;
  }

  .row-offset-xl-5 {
    grid-row-start: 6;
  }

  .col-xl-6 {
    grid-column-end: span 6;
  }

  .col-offset-xl-6 {
    grid-column-start: 7;
  }

  .row-xl-6 {
    grid-row-end: span 6;
  }

  .row-offset-xl-6 {
    grid-row-start: 7;
  }

  .col-xl-7 {
    grid-column-end: span 7;
  }

  .col-offset-xl-7 {
    grid-column-start: 8;
  }

  .row-xl-7 {
    grid-row-end: span 7;
  }

  .row-offset-xl-7 {
    grid-row-start: 8;
  }

  .col-xl-8 {
    grid-column-end: span 8;
  }

  .col-offset-xl-8 {
    grid-column-start: 9;
  }

  .row-xl-8 {
    grid-row-end: span 8;
  }

  .row-offset-xl-8 {
    grid-row-start: 9;
  }

  .col-xl-9 {
    grid-column-end: span 9;
  }

  .col-offset-xl-9 {
    grid-column-start: 10;
  }

  .row-xl-9 {
    grid-row-end: span 9;
  }

  .row-offset-xl-9 {
    grid-row-start: 10;
  }

  .col-xl-10 {
    grid-column-end: span 10;
  }

  .col-offset-xl-10 {
    grid-column-start: 11;
  }

  .row-xl-10 {
    grid-row-end: span 10;
  }

  .row-offset-xl-10 {
    grid-row-start: 11;
  }

  .col-xl-11 {
    grid-column-end: span 11;
  }

  .col-offset-xl-11 {
    grid-column-start: 12;
  }

  .row-xl-11 {
    grid-row-end: span 11;
  }

  .row-offset-xl-11 {
    grid-row-start: 12;
  }

  .col-xl-12 {
    grid-column-end: span 12;
  }

  .col-offset-xl-12 {
    grid-column-start: 13;
  }

  .row-xl-12 {
    grid-row-end: span 12;
  }

  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}

@media (min-width: 87.5em) {
  .col-xxl-1 {
    grid-column-end: span 1;
  }

  .col-offset-xxl-1 {
    grid-column-start: 2;
  }

  .row-xxl-1 {
    grid-row-end: span 1;
  }

  .row-offset-xxl-1 {
    grid-row-start: 2;
  }

  .col-xxl-2 {
    grid-column-end: span 2;
  }

  .col-offset-xxl-2 {
    grid-column-start: 3;
  }

  .row-xxl-2 {
    grid-row-end: span 2;
  }

  .row-offset-xxl-2 {
    grid-row-start: 3;
  }

  .col-xxl-3 {
    grid-column-end: span 3;
  }

  .col-offset-xxl-3 {
    grid-column-start: 4;
  }

  .row-xxl-3 {
    grid-row-end: span 3;
  }

  .row-offset-xxl-3 {
    grid-row-start: 4;
  }

  .col-xxl-4 {
    grid-column-end: span 4;
  }

  .col-offset-xxl-4 {
    grid-column-start: 5;
  }

  .row-xxl-4 {
    grid-row-end: span 4;
  }

  .row-offset-xxl-4 {
    grid-row-start: 5;
  }

  .col-xxl-5 {
    grid-column-end: span 5;
  }

  .col-offset-xxl-5 {
    grid-column-start: 6;
  }

  .row-xxl-5 {
    grid-row-end: span 5;
  }

  .row-offset-xxl-5 {
    grid-row-start: 6;
  }

  .col-xxl-6 {
    grid-column-end: span 6;
  }

  .col-offset-xxl-6 {
    grid-column-start: 7;
  }

  .row-xxl-6 {
    grid-row-end: span 6;
  }

  .row-offset-xxl-6 {
    grid-row-start: 7;
  }

  .col-xxl-7 {
    grid-column-end: span 7;
  }

  .col-offset-xxl-7 {
    grid-column-start: 8;
  }

  .row-xxl-7 {
    grid-row-end: span 7;
  }

  .row-offset-xxl-7 {
    grid-row-start: 8;
  }

  .col-xxl-8 {
    grid-column-end: span 8;
  }

  .col-offset-xxl-8 {
    grid-column-start: 9;
  }

  .row-xxl-8 {
    grid-row-end: span 8;
  }

  .row-offset-xxl-8 {
    grid-row-start: 9;
  }

  .col-xxl-9 {
    grid-column-end: span 9;
  }

  .col-offset-xxl-9 {
    grid-column-start: 10;
  }

  .row-xxl-9 {
    grid-row-end: span 9;
  }

  .row-offset-xxl-9 {
    grid-row-start: 10;
  }

  .col-xxl-10 {
    grid-column-end: span 10;
  }

  .col-offset-xxl-10 {
    grid-column-start: 11;
  }

  .row-xxl-10 {
    grid-row-end: span 10;
  }

  .row-offset-xxl-10 {
    grid-row-start: 11;
  }

  .col-xxl-11 {
    grid-column-end: span 11;
  }

  .col-offset-xxl-11 {
    grid-column-start: 12;
  }

  .row-xxl-11 {
    grid-row-end: span 11;
  }

  .row-offset-xxl-11 {
    grid-row-start: 12;
  }

  .col-xxl-12 {
    grid-column-end: span 12;
  }

  .col-offset-xxl-12 {
    grid-column-start: 13;
  }

  .row-xxl-12 {
    grid-row-end: span 12;
  }

  .row-offset-xxl-12 {
    grid-row-start: 13;
  }
}

.flex, .flex-center-between, .row-baseline, .row-centered {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.items-center, .flex-center-between, .row-centered {
  align-items: center;
}

.items-baseline, .row-baseline {
  align-items: baseline;
}

.items-start {
  align-items: flex-start;
}

.justify-between, .flex-center-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.justify-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

ul {
  list-style: none;
  padding: 0;
}

.font-primary {
  font-family: var(--font-primary) !important;
}

.divider {
  border: 0;
  border-top: 1px solid #d6d6d6;
}

.separator {
  height: 1px;
  background-color: #d3d3d3;
}

.separator.line-bold {
  height: 2px;
  background-color: #8c8e90;
}

.paragraph {
  font-size: calc(12px + 0.45vw);
  color: #333533;
}

@media screen and (min-width: 1060px) {
  .paragraph {
    font-size: 1.0455rem;
  }
}

.fw-bold {
  font-weight: bold !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.label-text {
  font-size: 14px;
  color: #111;
}

.title-group {
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  color: #333533;
  font-weight: 500;
  font-size: 12px;
}

.subtitle-help {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #7c7c7c;
}

.subtitle-upper {
  font-size: 13px;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-neutral-600 {
  color: #525252 !important;
}

.text-neutral-700 {
  color: #262626;
}

.ip-text-xs {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */
}

.ip-text-sm {
  font-size: 0.875rem !important;
  /* 14px */
  line-height: 1.25rem !important;
  /* 20px */
}

.ip-text-base {
  font-size: 1rem !important;
  /* 16px */
  line-height: 1.5rem !important;
  /* 24px */
}

.ip-text-lg {
  font-size: 1.125rem !important;
  /* 18px */
  line-height: 1.75rem !important;
  /* 28px */
}

.ip-text-xl {
  font-size: 1.25rem !important;
  /* 20px */
  line-height: 1.75rem !important;
  /* 28px */
}

.ip-text-2xl {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}

.ip-text-3xl {
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.25rem;
  /* 36px */
}

.ip-text-4xl {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.5rem;
  /* 40px */
}

.ip-text-5xl {
  font-size: 3rem;
  /* 48px */
  line-height: 1;
}

.ip-text-6xl {
  font-size: 3.75rem;
  /* 60px */
  line-height: 1;
}

.ip-text-7xl {
  font-size: 4.5rem;
  /* 72px */
  line-height: 1;
}

.ip-text-8xl {
  font-size: 6rem;
  /* 96px */
  line-height: 1;
}

.ip-text-9xl {
  font-size: 8rem;
  /* 128px */
  line-height: 1;
}

.text-white {
  color: #fff;
}

.text-color {
  color: #333533;
}

.text-error {
  color: var(--color-portal-warm);
}

.text-success {
  color: #8ac926;
}

.text-primary {
  color: var(--color-success-light);
}

.text-ipt-dark {
  color: var(--color-ipt-dark);
}

.text-ipt-primary {
  color: var(--color-ipt-primary);
}

.text-center {
  text-align: center !important;
}

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

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

.text-regular {
  font-weight: 400;
}

.text-italic {
  font-style: italic;
}

.text-capitalize {
  text-transform: capitalize;
}

.title-page, .title-page-dark {
  margin: 0 !important;
  color: var(--color-ipt-primary);
  font-size: calc(1rem + 0.75vw) !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: normal;
}

@media screen and (min-width: 1270px) {
  .title-page, .title-page-dark {
    font-size: 1.55rem !important;
  }
}

.title-page-dark {
  color: var(--color-ipt-dark) !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.font-exo {
  font-family: var(--font-primary);
}

.bg-gradient-main {
  background: #6261fa;
  background: linear-gradient(90deg, #6261fa 0%, #1fd4cd 100%);
}

.bg-primary {
  background-color: var(--color-ipt-primary);
}

.bg-white {
  background-color: #fff;
}

.bg-silver {
  background-color: #eee;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-xs {
  max-width: 360px;
}

.max-w-sm {
  max-width: 540px;
}

.min-w-30px {
  min-width: 30px !important;
}

.min-w-40px {
  min-width: 40px !important;
}

.min-w-50px {
  min-width: 50px !important;
}

.min-w-60px {
  min-width: 60px !important;
}

.min-w-70px {
  min-width: 70px !important;
}

.min-w-80px {
  min-width: 80px !important;
}

.min-w-90px {
  min-width: 90px !important;
}

.min-w-100px {
  min-width: 100px !important;
}

.min-w-110px {
  min-width: 110px !important;
}

.min-w-120px {
  min-width: 120px !important;
}

.min-w-130px {
  min-width: 130px !important;
}

.min-w-140px {
  min-width: 140px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-160px {
  min-width: 160px !important;
}

.min-w-170px {
  min-width: 170px !important;
}

.min-w-180px {
  min-width: 180px !important;
}

.min-w-190px {
  min-width: 190px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.max-w-30px {
  max-width: 30px !important;
}

.max-w-40px {
  max-width: 40px !important;
}

.max-w-50px {
  max-width: 50px !important;
}

.max-w-60px {
  max-width: 60px !important;
}

.max-w-70px {
  max-width: 70px !important;
}

.max-w-80px {
  max-width: 80px !important;
}

.max-w-90px {
  max-width: 90px !important;
}

.max-w-100px {
  max-width: 100px !important;
}

.max-w-110px {
  max-width: 110px !important;
}

.max-w-120px {
  max-width: 120px !important;
}

.max-w-130px {
  max-width: 130px !important;
}

.max-w-140px {
  max-width: 140px !important;
}

.max-w-150px {
  max-width: 150px !important;
}

.max-w-160px {
  max-width: 160px !important;
}

.max-w-170px {
  max-width: 170px !important;
}

.max-w-180px {
  max-width: 180px !important;
}

.max-w-190px {
  max-width: 190px !important;
}

.max-w-200px {
  max-width: 200px !important;
}

.w-30px {
  width: 30px !important;
}

.w-40px {
  width: 40px !important;
}

.w-50px {
  width: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.w-70px {
  width: 70px !important;
}

.w-80px {
  width: 80px !important;
}

.w-90px {
  width: 90px !important;
}

.w-100px {
  width: 100px !important;
}

.w-110px {
  width: 110px !important;
}

.w-120px {
  width: 120px !important;
}

.w-130px {
  width: 130px !important;
}

.w-140px {
  width: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.w-170px {
  width: 170px !important;
}

.w-180px {
  width: 180px !important;
}

.w-190px {
  width: 190px !important;
}

.w-200px {
  width: 200px !important;
}

.i-btn {
  height: 40px;
  line-height: calc(40px - 2px) !important;
}

.button-loading .mat-button-wrapper {
  visibility: hidden;
}

.button-loading .mat-progress-spinner {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.i-btn-primary {
  background-color: var(--color-ipt-primary);
  color: #fff;
}

.i-btn-secondary {
  background-color: var(--color-ipt-secondary-bold);
  color: #fff;
}

.i-btn-light {
  background-color: #f1f1f1;
  color: #111;
}

.i-btn-outline.i-btn-primary {
  border-color: var(--color-ipt-primary) !important;
  color: var(--color-ipt-primary) !important;
}

.i-btn-outline.i-btn-primary svg {
  color: white !important;
}

.i-btn-outline.i-btn-danger {
  border-color: var(--color-ipt-danger) !important;
  color: var(--color-ipt-danger) !important;
}

.i-btn-outline.i-btn-danger svg {
  color: white !important;
}

.mat-icon-button--md {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.i-btn-download {
  background-color: var(--color-ipt-secondary-bold);
  color: #fff;
}

.i-btn-upload {
  background-color: var(--color-ipt-lightblue);
  color: #fff;
}

.i-btn-outline {
  height: 40px;
  line-height: calc(40px - 2px) !important;
  border: 1px solid #b7b7b7 !important;
}

.i-btn-outline mat-icon {
  font-size: 20px;
}

.i-btn-rounded {
  border-radius: 4px !important;
}

.mat-icon-button.i-btn-outline {
  border-radius: 4px;
}

.i-btn-dense {
  height: 36px !important;
  min-height: 36px !important;
  line-height: calc(36px - 2px) !important;
}

.i-btn-dense .mat-button-wrapper {
  font-size: 12px;
  letter-spacing: 0.025rem;
}

.mat-icon-button.i-btn-dense {
  width: 36px !important;
  height: 36px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.mat-icon-button.i-btn-dense mat-icon {
  display: flex;
  width: auto;
  height: auto;
}

.i-btn-outline.darkblue {
  color: #0c1b6f;
  border-color: #0c185f !important;
}

.i-btn-outline.i-btn-secondary {
  color: var(--color-ipt-secondary-bold);
  border-color: var(--color-ipt-secondary-bold) !important;
}

.i-btn-outline.i-btn-secondary svg {
  color: white !important;
}

.mat-icon-auto {
  width: auto !important;
  height: auto !important;
}

.btn-remove-ripple .mat-button-focus-overlay {
  display: none !important;
}

.mat-stroked-button.i-btn-secondary {
  color: var(--color-ipt-secondary-bold);
  border-color: var(--color-ipt-secondary-bold);
  background-color: transparent;
}

.mat-stroked-button.i-btn-primary {
  color: var(--color-ipt-primary);
  border-color: var(--color-ipt-primary);
  background-color: transparent;
}

button:disabled {
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.mat-paginator button:disabled {
  background-color: transparent !important;
}

.ui-alert {
  width: 100%;
  max-height: calc(90vh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ui-alert__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 70px;
  border-bottom: 1px solid #E6E6E9;
}

.ui-alert__title {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #333 !important;
}

.ui-alert__btn-close {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin-left: 10px !important;
  color: #66666E;
}

.ui-alert__body {
  padding: 1.5rem;
  overflow-y: auto;
}

.ui-alert__body p {
  font-size: 15px;
}

.ui-alert__footer {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-align: right;
  background-color: #F4F4F6;
  height: 70px;
}

.ui-alert__footer.ui-alert__footer--end {
  justify-content: flex-end;
}

.ui-alert .ui-alert__btn-cancel {
  background-color: transparent;
  color: #66666E;
}

.ui-alert .ui-alert__btn-accept {
  background-color: var(--color-ipt-primary);
  color: #fff;
  margin-left: 8px;
}

.ui-alert--danger .ui-alert__title,
.ui-alert--danger .ui-alert__icon-type {
  color: var(--color-portal-warm) !important;
}

.ui-alert--danger .ui-alert__btn-accept {
  background-color: var(--color-portal-warm);
}

.ui-alert--info .ui-alert__title,
.ui-alert--info .ui-alert__icon-type {
  color: var(--color-ipt-primary) !important;
}

.ui-alert--info .ui-alert__btn-accept {
  background-color: var(--color-ipt-primary);
}

.ui-alert--md {
  max-width: 600px;
}

.ui-alert--lg {
  max-width: 720px;
}

.ui-modal {
  width: 100%;
  max-height: calc(90vh - 2rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: var(--color-background);
}

.ui-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 70px;
  border-bottom: 1px solid #cfcfcf;
}

.ui-modal__title {
  margin: 0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #333 !important;
}

.ui-modal__btn-close {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin-left: 10px !important;
  color: #66666e;
}

.ui-modal__body {
  padding: 1rem 1.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-modal__footer {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-align: right;
  height: 70px;
  border-top: 1px solid #cfcfcf;
}

.ui-modal__footer.ui-modal__footer--end {
  justify-content: flex-end;
}

.ui-modal__footer.ui-modal__footer--between {
  justify-content: space-between;
}

.ui-modal .ui-modal__btn-cancel {
  background-color: transparent;
  color: #66666e;
}

.ui-modal .ui-modal__btn-accept {
  background-color: var(--color-ipt-primary);
  color: #fff;
  margin-left: 8px;
}

.ui-modal--error .ui-modal__title {
  color: var(--color-portal-warm) !important;
}

.ui-modal--error .ui-modal__btn-accept {
  background-color: var(--color-portal-warm);
}

.dialog-subtitle {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  color: #212121;
  text-transform: uppercase;
}

.ui-modal--sticky-tunning .ui-modal__body {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.ui-modal--sticky-tunning .ui-modal__body-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.icon-size-lg {
  font-size: 2.25rem;
}

.mat-icon-button.icon-btn-size-sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.mat-icon.icon-xs {
  font-size: 0.875rem;
}

.mat-icon.icon-base {
  font-size: 1rem;
}

.mat-icon.icon-sm {
  font-size: 1.25rem;
}

.icon-dim-auto {
  width: auto !important;
  height: auto !important;
}

.i-link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.btn-link-outline {
  font-size: 12px;
  font-family: var(--font-primary);
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #adadad;
  text-transform: uppercase;
  transition: all 300ms;
  font-weight: 500;
}

.btn-link-outline:hover {
  background-color: var(--color-ipt-primary);
  color: #fff;
  border-color: var(--color-ipt-primary);
}

.btn-link-outline.danger {
  border: 1px solid var(--color-portal-warm);
  color: var(--color-portal-warm);
  background-color: #fff;
}

.btn-link-outline.danger:hover {
  background-color: var(--color-portal-warm);
  color: #fff;
}

.ellipsis {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-notify {
  max-width: 320px !important;
  margin: 0 !important;
}

.ui-notify-content {
  display: flex;
  align-items: center;
}

.ui-notify__icon {
  margin-right: 6px;
  width: auto;
  height: auto;
  font-size: 26px;
}

.ui-notify-custom {
  width: 100%;
  padding: 0.75rem;
  max-width: 100% !important;
  border-radius: 3px;
}

.ipt-table {
  width: 100%;
  background: #fff;
}

.ipt-table .mat-header-row {
  height: 50px;
}

.ipt-table .mat-header-cell {
  padding: 0 12px !important;
  line-height: 1;
  border-bottom: 2px solid #8c8e90;
}

.ipt-table__header-cell {
  display: flex;
  align-items: center;
  color: #1a1a1c;
  font-size: 14px;
  font-family: var(--font-primary);
}

.ipt-table__header-cell mat-icon {
  margin-right: 4px;
  font-size: 18px;
  width: auto;
  height: auto;
  color: inherit;
}

.ipt-table__header-cell .only-icon {
  margin-right: 0px;
}

.ipt-table__header-cell span,
.ipt-table__header-cell mat-icon {
  display: inline-block;
  vertical-align: middle;
}

.ipt-table .mat-row {
  height: 44px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.ipt-table .mat-row:hover {
  transition: all 300ms ease-in-out;
  background-color: #6261fa1a;
}

.ipt-table .mat-cell {
  padding: 0 12px !important;
  font-size: 0.86rem;
  color: #4e5054;
  line-height: 1;
  border-bottom: 0;
  border: 1px solid #f3f3f3;
}

.ipt-table .mat-table-sticky {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-right: 1px solid #e1e1e1;
  transition: all 300ms ease-in-out;
}

.ipt-table .ipt-table__body-cell {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ipt-table .ipt-table__body-cell-value {
  line-height: normal !important;
}

.ipt-table.hove-outline-primary .mat-row:hover {
  transition: all 300ms ease-in-out;
  outline: 1px solid #9796ff;
}

.table-scrollable {
  max-width: 100%;
  overflow: auto;
}

.table-scrollable-rounded-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.table-scrollable-rounded-bot {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-min-height-md {
  min-height: 230px;
}

.table-header-no-icons .ipt-table__header-cell mat-icon {
  display: none;
}

.mat-header-cell.mat-table-sticky {
  border-bottom-width: 1px;
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  border-right-width: 0;
  border-left-width: 0;
  background-color: #efefef;
}

.mat-cell.mat-table-sticky {
  border-bottom-width: 1px;
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  border-right-width: 0;
  border-left-width: 0;
}

.ipt-table-mate .mat-header-row {
  background-color: #eeeeee;
  height: 46px;
}

.ipt-table-mate .ipt-table__header-cell {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-family: inherit !important;
}

.ipt-table-mate .mat-header-cell {
  border-bottom: 1px solid #e1e1e1;
}

.ipt-table-dense .mat-row {
  height: 40px;
}

.ipt-table-dense .mat-cell {
  font-size: 13px;
}

.ipt-table-outlined .mat-header-cell:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.ipt-table-drag-drop .table-dnd-placeholder {
  background-color: #cbf3f0;
  border: dotted 2px #2ec4b6;
  min-width: 100px;
  height: 50px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.ipt-table-drag-drop .handle-drag {
  cursor: move;
}

.ipt-table-drag-drop .handle-drag .mat-icon {
  font-size: 24px;
}

.container-slot {
  display: block;
}

.container-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.container-filter__item {
  flex: 1;
}

.ipt-table--kpi .mat-column-actions {
  text-align: center;
  width: 150px;
  min-width: 150px;
}

.ipt-table--kpi .mat-column-kpi {
  width: 200px;
  min-width: 160px;
}

.ipt-table--kpi .mat-column-unit {
  width: 105px;
}

.ipt-table--kpi .mat-column-vendor {
  width: 160px;
  min-width: 130px;
}

.ipt-table--kpi .mat-column-type {
  min-width: 120px;
}

.ipt-table--kpi .mat-column-mno {
  width: 100px;
}

.ipt-table--kpi .mat-column-class {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ipt-table--kpi .mat-column-state {
  width: 140px;
}

.ipt-table--kpi .mat-column-technology {
  width: 120px;
}

.ipt-table--kpi .mat-column-lastEdit {
  min-width: 136px;
  width: 136px;
}

@media screen and (min-width: 767px) {
  .ipt-table--kpi .mat-table-sticky {
    box-shadow: none;
    background-color: transparent;
  }
  .ipt-table--kpi .mat-header-cell.mat-table-sticky {
    border-right: 0;
  }
}

.col-group-4g {
  background-color: #ffecb3 !important;
}

.col-group-3g {
  background-color: #b2ebf2 !important;
}

.col-group-metric {
  background-color: #546e7a !important;
  color: #fff;
}

.ipt-table-maintenance .mat-column-name {
  min-width: 120px;
}

.ipt-table-maintenance .mat-column-actions {
  text-align: center;
  width: 120px;
  min-width: 120px;
}

.ipt-table-maintenance .mat-column-active {
  text-align: center;
  width: 120px;
}

.ipt-table-maintenance .mat-column-unit {
  width: 150px;
  min-width: 100px;
}

.ipt-table-maintenance .mat-column-lastEdit {
  width: 136px;
}

.app-ocr .tablewrapper .mat-table .mat-form-field-wrapper {
  padding-bottom: 0;
}

.app-ocr th.mat-header-cell:first-of-type, .app-ocr td.mat-cell:first-of-type, .app-ocr td.mat-footer-cell:first-of-type {
  padding-left: 24px;
}

.app-ocr .mat-header-cell.mat-table-sticky {
  box-shadow: none;
  background-color: #F9FAFA;
}

.app-ocr .mat-header-cell {
  padding-left: 4px;
}

.app-ocr .tablewrapper .mat-form-field-wrapper {
  padding: 0 1rem 1rem 1rem;
}

.app-ocr .tablewrapper.control-input-size .mat-form-field-wrapper {
  padding: 0;
}

.app-ocr .tablewrapper.control-input-size .mat-form-field-wrapper .mat-form-field-infix {
  width: 120px;
}

.app-ocr .row-container:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.ui-status, .ipt-badge {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  min-width: 100px;
}

.ui-status.status-active, .status-active.ipt-badge {
  color: #fff;
  background-color: var(--color-success);
}

.ui-status.status-secondary, .status-secondary.ipt-badge {
  color: #fff;
  background-color: var(--color-success);
}

.ipt-badge {
  background-color: #eee;
  font-weight: 500;
  letter-spacing: 0.045rem;
  min-width: 120px;
}

.ipt-badge.block {
  width: 100%;
}

.ipt-badge.active {
  background-color: rgba(var(--color-success), 1);
  color: #fff;
}

.ipt-badge.pending {
  background-color: var(--color-ipt-amber);
  color: #fff;
}

.ipt-badge.approved {
  background-color: var(--color-ipt-success);
  color: #fff;
}

.ipt-badge.success {
  background-color: var(--color-ipt-secondary);
  color: #fff;
}

.ipt-badge.escalated {
  background-color: var(--color-ipt-lightblue);
  color: #fff;
}

.ipt-badge.rejected,
.ipt-badge.canceled,
.ipt-badge.unsuccess {
  background-color: var(--color-ipt-danger);
  color: #fff;
}

.ipt-badge.failed {
  background-color: var(--color-ipt-danger);
  color: #fff;
}

.ipt-badge.is-opacity.active {
  color: rgb(var(--color-success));
  background-color: rgba(var(--color-success), 0.2);
}

.ipt-badge.is-opacity.pending {
  color: rgb(var(--rgb-ipt-amber-500));
  background-color: rgba(var(--rgb-ipt-amber-500), 0.2);
}

.ipt-badge.is-opacity.approved {
  color: rgb(var(--rgb-ipt-success));
  background-color: rgba(var(--rgb-ipt-success), 0.2);
}

.ipt-badge.is-opacity.failed {
  color: rgb(var(--rgb-ipt-danger));
  background-color: rgba(var(--rgb-ipt-danger), 0.2);
}

.ipt-badge.is-opacity.rejected,
.ipt-badge.is-opacity.canceled,
.ipt-badge.is-opacity.unsuccess {
  color: rgb(var(--rgb-ipt-danger));
  background-color: rgba(var(--rgb-ipt-danger), 0.2);
}

.ipt-badge.is-opacity.failed {
  color: rgb(var(--rgb-ipt-danger));
  background-color: rgba(var(--rgb-ipt-danger), 0.2);
}

.ipt-badge.is-opacity.escalated {
  color: rgb(var(--rgb-ipt-lightblue));
  background-color: rgba(var(--rgb-ipt-lightblue), 0.2);
}

.ipt-badge.is-opacity.is_pmo {
  color: rgb(var(--rgb-ipt-purple));
  background-color: rgba(var(--rgb-ipt-purple), 0.2);
}

.ipt-badge.is-opacity.is_ingenieria {
  color: rgb(var(--rgb-ipt-orange));
  background-color: rgba(var(--rgb-ipt-orange), 0.2);
}

.ipt-badge.is-opacity.is_comercial {
  color: rgb(var(--rgb-ipt-emerald-700));
  background-color: rgba(var(--rgb-ipt-emerald-700), 0.2);
}

.ipt-badge.is-opacity.is_despliegue {
  color: rgb(var(--rgb-ipt-primary));
  background-color: rgba(var(--rgb-ipt-primary), 0.2);
}

.ipt-badge.is-opacity.is_tercero_oym {
  color: rgb(var(--rgb-portal-dark-1));
  background-color: rgba(var(--rgb-portal-dark-1), 0.2);
}

.ipt-badge.rollback {
  background-color: var(--color-ipt-purple);
  color: #fff;
}

.ipt-badge.is-opacity.rollback {
  color: rgb(var(--rgb-ipt-purple));
  background-color: rgba(var(--rgb-ipt-purple), 0.2);
}

.ipt-badge.error {
  background-color: var(--color-state-red);
  color: #fff;
}

.ipt-badge.ipt-badge--tag {
  width: auto;
  min-width: auto;
  height: 22px;
  min-height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: normal;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.ui-message {
  background-color: rgba(var(--color-base900), 1);
  border-radius: 3px;
  border: 1px rgba(var(--color-base800), 1) solid;
  box-sizing: border-box;
  color: rgba(var(--color-font), 1);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.75rem !important;
  position: relative;
  vertical-align: top;
  width: 100%;
  line-height: normal;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}

.ui-message .ui-notify__icon {
  margin-right: 10px;
}

.ui-message__title {
  font-size: 16px;
  margin-bottom: 3px !important;
  font-weight: 500;
}

.ui-message--small {
  padding: 0.375rem 0.75rem;
}

.is-success, .ui-notify--success {
  background-color: rgba(var(--color-success-lighter), 1);
  border: 1px solid rgba(var(--color-success-light), 1);
  color: rgba(var(--color-success-dark), 1);
}

.is-info, .ui-notify--info {
  background-color: rgba(var(--color-info-lighter), 1);
  border: 1px solid rgba(var(--color-info-light), 1);
  color: rgba(var(--color-info-dark), 1);
}

.is-error, .ui-notify--error {
  background-color: rgba(var(--color-error-lighter), 1);
  border: 1px solid rgba(var(--color-error-light), 1);
  color: rgba(var(--color-error-dark), 1);
}

.is-warning, .ui-notify--warning {
  background-color: rgba(var(--color-warning-lighter), 1);
  border: 1px solid rgba(var(--color-warning-light), 1);
  color: rgba(var(--color-warning-dark), 1);
}

.error-message-access h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.error-message-access ul {
  list-style: circle;
  margin: 0;
  padding-left: 0.85rem;
}

.error-message-access ul li {
  font-size: 13px;
}

.ui-breadcrumbs {
  display: flex;
  align-items: center;
}

.ui-breadcrumbs__link {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.ui-breadcrumbs__link:last-child {
  color: #888;
}

.ui-breadcrumbs__link:not(:last-child) {
  color: var(--color-ipt-primary);
  cursor: pointer;
}

.ui-breadcrumbs__link:not(:last-child):hover {
  text-decoration: underline;
}

.ui-breadcrumbs__divider {
  display: inline-block;
  line-height: 0;
}

.ui-breadcrumbs__divider mat-icon {
  width: auto;
  height: auto;
  color: #888;
}

.section-filter-common {
  background-color: #fff;
  padding: 1rem 0;
}

.section-filter-common .i-btn-primary {
  height: 50px;
}

@media (min-width: 36em) {
  .section-filter-common .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-filter-common .cfn-item:first-child {
    grid-column-end: auto;
    flex: 1;
  }
}

.mat-tab-group.tab-medium .mat-tab-label {
  height: 44px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  min-width: 70px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500;
}

.mat-tab-group.tab-dense .mat-tab-label {
  height: 44px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  min-width: 70px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 500;
}

.tabs-white .mat-tab-header {
  background-color: #fff;
}

.mat-tab-group.active-secondary .mat-tab-label-active {
  color: var(--color-ipt-secondary-bold);
  opacity: 1;
}

.mat-tab-group.active-secondary .mat-ink-bar {
  background-color: var(--color-ipt-secondary-bold) !important;
}

.mat-tab-group.active-primary .mat-tab-label-active {
  color: var(--color-ipt-primary);
  opacity: 1;
}

.mat-tab-group.active-primary .mat-ink-bar {
  background-color: var(--color-ipt-primary) !important;
}

.mat-tab-group.active-danger .mat-tab-label-active {
  color: var(--color-portal-warm);
  opacity: 1;
}

.mat-tab-group.active-danger .mat-ink-bar {
  background-color: var(--color-portal-warm) !important;
}

.tab-actions--right .mat-tab-labels .mat-tab-label:last-child {
  margin-left: auto;
  opacity: 1 !important;
}

.mat-tab-ipt .mat-tab-label {
  min-width: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 44px;
  font-size: 14px;
  color: #6f7380;
  opacity: 0.88;
  font-weight: 500;
}

.mat-tab-ipt .mat-tab-label-active {
  color: var(--color-ipt-primary);
  font-weight: 500;
}

.mat-tab-ipt.separate-header-body .mat-tab-header {
  margin-bottom: 1.25rem;
}

.last-tab-align-end .mat-tab-label:last-child {
  margin-left: auto !important;
}

.mat-tab-ipt--sm .mat-tab-label {
  padding-left: 10px;
  padding-right: 10px;
}

.fluid-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.67%;
  border: 3px solid white;
  position: relative;
}

.fluid-image-container .fluid-image {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-backdrop {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.d-none {
  display: none;
}

.d-inline-block, .inline-middle {
  display: inline-block;
}

.inline-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.ipt-footer {
  height: 52px;
  display: flex;
  background-color: #e1e1e1;
  padding: 0 1rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #767373;
  align-items: center;
  justify-content: center;
  color: #5a5959;
}

/* width */

::-webkit-scrollbar {
  width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f2f6;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #2abbb4;
  border-radius: 3px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: var(--color-ipt-secondary-bold);
}

.fade-scrollbar::-webkit-scrollbar, .fade-scrollbar::-webkit-scrollbar-thumb {
  width: 10px !important;
  border-radius: 13px !important;
  background-clip: padding-box !important;
  border: 2px solid transparent !important;
}

.fade-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
  cursor: pointer;
}

.ipt-search {
  position: relative;
  display: inline-block;
}

.ipt-search input {
  width: 100%;
  height: 46px;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 1rem;
  margin: 0;
  border-radius: 30px;
  border: 0;
  border: 1px solid #eee;
}

.ipt-search mat-icon,
.ipt-search img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.ipt-search img {
  width: 30px;
}

.ipt-search--water input {
  background-color: #f3f5f9;
}

.ipt-search--md {
  max-width: 530px;
}

.state-rounded {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 160px;
  border-radius: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.screen-loading {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen-loading__text {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

#sidebar-info {
  width: 480px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  left: initial;
  background-color: #eee;
  right: -100%;
  transition: all 300ms ease-in-out;
  z-index: 20;
}

.popup-detail-site {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  height: 100vh;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}

.popup-detail-site .popup-detail-site__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  color: #423c3c;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.popup-detail-site .popup-detail-site__close mat-icon {
  width: auto;
  height: auto;
  font-size: 20px;
}

.popup-detail-site .popup-detail-site__info mat-icon {
  font-size: 16px;
  width: 18px !important;
  color: #757575;
  margin-right: 1px;
}

.popup-detail-site .detail-site__label,
.popup-detail-site .detail-site__text {
  margin-bottom: 0 !important;
}

.popup-detail-site .detail-site__label {
  line-height: normal;
  font-size: 14px;
  display: inline-block;
}

.popup-detail-site .group-info .detail-site__label {
  font-size: 12px;
  color: #818185;
}

.popup-detail-site .group-info .detail-site__text {
  font-size: 13px;
  color: #212121;
  font-weight: 400;
  line-height: normal;
  word-break: break-word;
}

.popup-detail-site .group-info--main .detail-site__label {
  font-weight: 500;
  color: #6261fa;
}

.popup-detail-site .group-info--main .detail-site__text {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.025rem;
  color: #263238;
}

.popup-detail-site .popup-detail-site__scrollable {
  flex-grow: 1;
  overflow: auto;
}

.site-nodo {
  border: 1px solid #eee;
  background: #eee;
  border-radius: 4px;
}

.site-nodo .site-nodo__header {
  padding: 12px 12px 8px 12px;
  line-height: normal;
}

.site-nodo .site-nodo__title {
  font-weight: 500;
  color: #0f5bb3;
  display: inline-flex;
  align-items: center;
  word-break: break-all;
}

.site-nodo .site-nodo__title mat-icon {
  width: auto;
  height: auto;
  font-size: 20px;
  margin-right: 4px;
}

.site-nodo .site-nodo__content {
  background: #fff;
  padding: 1rem;
}

.grid-cell {
  grid-row-gap: 2px;
  row-gap: 2px;
}

.site-celda,
.site-alarm {
  padding: 10px;
  border-radius: 4px;
}

.site-celda .site-celda__name,
.site-alarm .site-celda__name {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-all;
}

.site-celda .site-celda__label,
.site-alarm .site-celda__label {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
}

.site-celda .site-celda__label mat-icon,
.site-alarm .site-celda__label mat-icon {
  width: auto;
  height: auto;
  font-size: 16px;
  margin-right: 2px;
}

.site-celda .site-celda__text,
.site-alarm .site-celda__text {
  font-size: 13px;
  font-weight: 400;
  color: #2c2c2c;
}

.btn-toggle-expansion {
  cursor: pointer;
  font-size: 11px;
  color: #606060;
  padding: 3px 8px;
  display: inline-block;
  background: #e9e9e9;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.btn-toggle-expansion:hover {
  background: #c5c5c5;
  color: #343232;
}

.ui-expansion-panel-node.mat-expansion-panel-spacing {
  margin: 0 !important;
}

.ui-expansion-panel-celda.mat-expansion-panel-spacing {
  margin: 0 !important;
}

.ui-expansion-panel-node {
  box-shadow: none !important;
  border: 1px solid #989fb7;
  border-radius: 3px !important;
}

.ui-expansion-panel-node:not(:last-child) {
  margin-bottom: 0.72rem !important;
}

.ui-expansion-panel-node .mat-expansion-panel-header {
  background-color: #e7ecf3 !important;
  padding-left: 16px;
  padding-right: 16px;
}

.ui-expansion-panel-node .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #0c3468;
}

.ui-expansion-panel-node .mat-expansion-panel-header.mat-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-expansion-panel-node .mat-expansion-panel-body {
  padding: 16px !important;
}

.ui-expansion-panel-node .mat-expansion-panel-header-title {
  font-weight: 500;
  color: #0f5bb3;
  display: inline-flex;
  align-items: center;
  word-break: break-all;
  font-size: 14px;
  line-height: normal;
}

.ui-expansion-panel-node .subtitle-cell {
  font-size: 13px;
  text-transform: uppercase;
  color: #424242;
}

.ui-expansion-panel-celda {
  box-shadow: none !important;
  border: 1px solid #e1e1e1;
  border-radius: 3px !important;
}

.ui-expansion-panel-celda:not(:last-child) {
  margin-bottom: 0.4rem !important;
}

.ui-expansion-panel-celda .mat-expansion-panel-body {
  padding: 0 !important;
}

.ui-expansion-panel-celda .mat-expansion-panel-header {
  background-color: #f5f5f5 !important;
  padding-left: 16px;
  padding-right: 16px;
}

.ui-expansion-panel-celda .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #7c7c7c;
}

.ui-expansion-panel-celda .mat-expansion-panel-header.mat-expanded {
  border-bottom: 1px solid #cfcfcf;
}

.ui-expansion-panel-celda .mat-expansion-panel-header-title {
  font-size: 12px;
  color: #444242;
  font-weight: 400;
}

.btn-toggle-expansion-celda {
  font-size: 11px;
  cursor: pointer;
  color: #6c6c6c;
  text-decoration: underline;
  line-height: normal;
  transition: all 300ms ease;
}

.btn-toggle-expansion-celda:hover {
  color: #333;
}

.ui-expansion-panel-alarm {
  border-color: #ffadc1;
}

.ui-expansion-panel-alarm .mat-expansion-panel-header-title {
  color: #fa003f;
}

.ui-expansion-panel-alarm .mat-expansion-panel-header {
  background-color: #ffebf0 !important;
}

.ui-expansion-panel-alarm .mat-expansion-panel-header .mat-expansion-indicator::after {
  color: #fa003f;
}

.ui-expansion-panel-alarm .mat-expansion-panel-body {
  padding: 0 !important;
}

/**
* Estilos para Submenu Filtro
**/

.ui-menu-filter {
  max-width: 540px !important;
  width: 540px;
  box-shadow: none;
}

.ui-menu-filter .mat-menu-content {
  padding: 0 !important;
}

.ui-menu-filter .ui-menu-filter__wrapper {
  padding: 1.5rem;
  position: absolute;
  width: 540px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.ui-menu-filter .ui-menu-filter__header {
  font-size: 18px;
}

.ui-menu-filter .ui-menu-filter__content {
  padding: 1rem 0;
}

.ui-menu-filter .ui-menu-filter__footer {
  text-align: right;
  padding-top: 10px;
}

.ui-menu-filter .ui-menu-filter__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.ui-menu-filter .ui-menu-filter__close mat-icon {
  width: auto;
  height: auto;
  font-size: 16px;
}

.btn-toggle-filter {
  border: 1px solid #dddddd !important;
  border-radius: 30px !important;
  padding: 0 10px !important;
  font-weight: 400;
  color: #5e5e5e;
  height: 44px;
  background-color: #f3f5f9;
}

.text-control {
  font-size: 13px;
  font-weight: 500;
  color: #62656e;
}

.control-readonly-value {
  height: 40px;
  background-color: #dbdbdb;
  border-radius: 3px;
  line-height: 36px;
  padding: 0 14px;
  color: #6c6c6c;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.035rem;
}

.control-readonly-value.light {
  background-color: white;
}

.control-readonly-value.dense {
  height: 36px;
}

.mat-input-search {
  position: relative;
}

.mat-input-search mat-icon {
  position: absolute;
  top: 23px;
  right: 10px;
}

.mat-input-search .mat-form-field-infix {
  padding-right: 2rem;
}

.mat-input-search .mat-form-field.mat-form-field-appearance-fill.mat-bordered .mat-form-field-flex {
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.mat-input-search .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #fafafa;
}

.mat-form-field.mat-form-field-appearance-fill.form-field--no-pb .mat-form-field-underline {
  bottom: 0;
}

.b-form-control label,
.b-form-control input {
  display: block;
}

.b-form-control label {
  font-size: 14px;
  color: #2a2b2d;
}

.b-form-control input {
  width: 100%;
  border: 1px solid #afafaf;
  height: 32px;
  border-radius: 4px;
  font-family: "Roboto", "Helvetica Neue";
  padding: 4px 10px;
}

.state-tunning {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 10px;
  align-items: flex-end;
  letter-spacing: 0.028rem;
  background-color: #eee;
}

.state-tunning::before {
  content: "";
  margin-right: 3px;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d5d5d5;
}

.state-aceptado,
.state-pend_auto_envio,
.state-pend_vali_mno {
  background-color: rgba(43, 147, 72, 0.25);
  color: #2b9348;
}

.state-aceptado::before,
.state-pend_auto_envio::before,
.state-pend_vali_mno::before {
  background-color: #2b9348;
}

.state-monitoreo {
  background-color: rgba(112, 121, 140, 0.25);
  color: #70798c;
}

.state-monitoreo::before {
  background-color: #70798c;
}

.state-kpi_degradado,
.state-rechazado {
  background-color: rgba(225, 43, 91, 0.25);
  color: #e12b5b;
}

.state-kpi_degradado::before,
.state-rechazado::before {
  background-color: #e12b5b;
}

.state-kpi_degradado {
  background-color: rgba(251, 86, 7, 0.25);
  color: #fb5607;
}

.state-kpi_degradado::before {
  background-color: #fb5607;
}

.btn-excel-sites {
  color: #373c48;
}

.btn-excel-sites span {
  font-size: 13px;
}

.btn-excel-sites span:hover {
  text-decoration: underline;
}

.btn-excel-sites:hover {
  color: var(--color-ipt-secondary-bold);
}

.link-disabled {
  color: #9e9e9e !important;
  background-color: #e0e0e0 !important;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  cursor: not-allowed !important;
}

.link-disabled span {
  text-decoration: none !important;
}

.status-badge-user {
  display: inline-flex;
  align-items: center;
}

.status-badge-user__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #6c757d;
  margin-right: 6px;
}

.status-badge-user__text {
  text-transform: capitalize;
  font-size: 14px;
  color: #282821;
}

.status-badge-user.active .status-badge-user__dot {
  background-color: #8ac926;
}

.submenu-ticket-actions {
  position: relative;
  left: 0 !important;
  width: 195px;
}

.submenu-ticket-actions button {
  height: 40px;
  line-height: 40px;
}

.submenu-ticket-actions .btn-menu-reasign:hover {
  color: #1e88e5;
  background-color: #e1f5fe !important;
}

.submenu-ticket-actions .btn-menu-reasign:hover mat-icon {
  color: #1e88e5;
}

.submenu-ticket-actions .btn-menu-review:hover {
  color: #689f38;
  background-color: #f1f8e9 !important;
}

.submenu-ticket-actions .btn-menu-review:hover mat-icon {
  color: #689f38;
}

.submenu-ticket-actions .btn-menu-reasign-finish:hover {
  background-color: rgba(255, 129, 138, 0.2) !important;
  color: #e92c3a;
}

.submenu-ticket-actions .btn-menu-reasign-finish:hover mat-icon {
  color: #e92c3a;
}

.error-snackbar {
  background-color: #db0000;
  color: #fff;
}

.success-snackbar {
  background-color: #2ec700;
  color: #fff;
}

.warning-snackbar {
  background-color: #dbba00;
  color: #fff;
}

.mat-tooltip {
  white-space: pre-line;
}

.app-ocr button.mat-focus-indicator.mat-raised-button.mat-button-base {
  border-radius: 12px;
  box-shadow: none;
  font-size: 13px;
}

.app-ocr button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-primary {
  background-color: #F9FAFA;
  color: #585858;
}

.app-ocr button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-primary:hover {
  background-color: #f1f1f1;
}

.app-ocr button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-secondary {
  background-color: #2b2b2b;
  color: #e0e0e0;
}

.app-ocr button.mat-focus-indicator.mat-raised-button.mat-button-base.mat-secondary:hover {
  background-color: #424242;
}

.app-ocr button.mat-focus-indicator.mat-icon-button.mat-button-base {
  border-radius: 50%;
  box-shadow: none;
}

.app-ocr button.mat-focus-indicator.mat-icon-button.mat-button-base.mat-primary {
  background-color: #F9FAFA;
  color: #585858;
}

.app-ocr button.mat-focus-indicator.mat-icon-button.mat-button-base.mat-primary:hover {
  background-color: #f1f1f1;
}

.app-ocr .ancla .mat-icon-button .mat-button-wrapper > * {
  color: #0373ff;
}

.app-ocr .seccion .mat-icon-button .mat-button-wrapper > * {
  color: #ff03bf;
}

.app-ocr .horizontal .mat-icon-button .mat-button-wrapper > * {
  color: #ff1a1a;
}

.app-ocr .vertical .mat-icon-button .mat-button-wrapper > * {
  color: #ff1a1a;
}

.app-ocr .alineador .mat-icon-button .mat-button-wrapper > * {
  color: #03e5ff;
}

.app-ocr {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.app-ocr .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.5em 0;
  font-size: 13px;
}

.app-ocr .mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0.5em 0.75em 0 0.75em;
  border-radius: 12px;
  background-color: #F9FAFA;
}

.app-ocr .mat-form-field-appearance-fill .mat-form-field-underline::before {
  display: none;
}

.app-ocr .mat-form-field-appearance-fill .mat-form-field-ripple {
  display: none;
}

.app-ocr input::-webkit-outer-spin-button,
.app-ocr input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.app-ocr input[type=number] {
  -moz-appearance: textfield;
}

.app-ocr .wo-elevation .mat-form-field-wrapper {
  padding-bottom: 0;
}

.app-ocr .tablewrapper .mat-form-field-appearance-fill .mat-form-field-flex input {
  font-size: 11.5px;
}

.mat-dialog-container .mat-form-field-appearance-fill .mat-form-field-flex {
  border: solid 1px #00000052;
}

.mat-autocomplete-panel {
  min-width: 300px !important;
}

.mat-autocomplete-panel .mat-option {
  width: auto;
}

.mat-autocomplete-panel .required {
  background-color: #ff6464;
}

.mat-autocomplete-panel .required:hover {
  background-color: rgba(255, 100, 100, 0.9);
  color: #F9FAFA;
}

.app-ocr .rango-fecha .mat-form-field-infix {
  width: auto;
}

.app-ocr .rango-fecha .mat-form-field-wrapper {
  padding-bottom: 0;
}

.af-card,
.kui-card {
  position: relative;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

.af-card__header,
.kui-card__header {
  height: 34px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 1rem;
  font-weight: 500;
  background-color: #f9f9f9;
  line-height: 34px;
  font-size: 12px;
  letter-spacing: 0.025rem;
}

.af-card__body,
.kui-card__body {
  padding: 1rem;
  background-color: #fff;
}

.af-card__enumeration,
.kui-card__enumeration {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #656565;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  top: 22px;
  left: -18px;
}

.af-card__float-label,
.kui-card__float-label {
  position: absolute;
  top: -25px;
  left: 4px;
  padding: 2px 8px;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  display: none;
}

.af-card.shading,
.kui-card.shading {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 0 !important;
}

.kui-card-flow .kui-card__header {
  height: auto !important;
  min-height: 52px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  padding: 10px 10px 10px 1.25rem !important;
}

.kui-card-flow .kui-card-flow__title {
  margin-bottom: 0;
}

.kui-card-flow .kui-card-flow__subtitle {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}

.bordered {
  border: 1px solid #cdcdcd;
}

.bordered-bot {
  border-bottom: 1px solid #cdcdcd;
}

.bordered-top {
  border-top: 1px solid #cdcdcd;
}

.bordered-left {
  border-left: 1px solid #cdcdcd;
}

.bordered-right {
  border-right: 1px solid #cdcdcd;
}

.border-error, .border-error-focused, .itp-expansion-panel.error.focused, .itp-expansion-panel.error {
  border: 1px solid rgba(var(--color-error), 1) !important;
}

.border-success, .border-success-focused, .itp-expansion-panel.success.focused, .itp-expansion-panel.success {
  border: 1px solid rgba(var(--color-success), 1) !important;
}

.border-error-focused, .itp-expansion-panel.error.focused {
  box-shadow: 0 0 0 0.2rem #ffcdce !important;
}

.border-success-focused, .itp-expansion-panel.success.focused {
  box-shadow: 0 0 0 0.2rem #e6edd3 !important;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: white;
}

.col-dnd-custom-placeholder {
  background: #ccc;
  border: dotted 2px #999;
  min-height: 40px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mat-input-search input {
  text-transform: uppercase;
}

.field-fill-bordered .mat-form-field-flex {
  border: solid 1px #00000052;
}

.iex-text-key,
.iex-text-value {
  font-size: 14px;
}

.iex-text-key {
  color: #111;
}

.iex-text-value {
  color: #353030;
}

.iex-drag-drop-file {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.iex-drag-drop-file .progress {
  margin-bottom: 30px;
}

.iex-drag-drop-file .fileupload {
  background-image: url("/assets/images/xlsx.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-color: #ffffff;
  height: 200px;
  width: 100%;
  cursor: pointer;
  border: 2px dashed #0f68ff;
  border-radius: 6px;
  margin-bottom: 25px;
  background-position: center 28px;
}

.iex-drag-drop-file .ddinfo {
  display: block;
  text-align: center;
  padding-top: 150px;
  color: #a0a1a2;
}

.gm-style-iw {
  padding: 0 !important;
}

.gm-style-iw .gm-ui-hover-effect {
  top: -4px !important;
  right: -4px !important;
}

.view-map-sites .gm-style-iw {
  background-color: #fff !important;
}

.view-map-sites .gm-style-iw .gm-ui-hover-effect {
  top: 15px !important;
  right: 12px !important;
  background: #8c8a81 !important;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.view-map-sites .gm-style-iw .gm-ui-hover-effect > span {
  background-color: #000;
  margin: 0 !important;
}

.view-map-sites .gm-style-iw-d {
  overflow: auto !important;
}

.view-map-sites .gm-style-iw-tc::after {
  background-color: #fff !important;
}

.is-field-invalid .ng-select-container,
.is-invalid .ng-select-container, .ipt-form-field input.ng-invalid.ng-touched, .ipt-form-field-search input.ng-invalid.ng-touched, .ipt-form-field input.is-invalid, .ipt-form-field-search input.is-invalid,
.ipt-form-field textarea.ng-invalid.ng-touched,
.ipt-form-field-search textarea.ng-invalid.ng-touched,
.ipt-form-field textarea.is-invalid,
.ipt-form-field-search textarea.is-invalid {
  border: 1px solid rgba(var(--color-error), 1) !important;
  box-shadow: 0 0 0 0.2rem #ffcdce !important;
}

.ipt-form-field-label, .ipt-form-field label, .ipt-form-field-search label {
  font-size: 14px;
  color: #424242;
  display: block;
  margin-bottom: 2px;
  padding: 0 2px;
}

.ipt-form-field-errors, .ipt-form-field .text-error, .ipt-form-field-search .text-error {
  font-size: 12px;
  display: inline-block;
  color: rgba(var(--color-error), 1) !important;
  line-height: normal;
}

.ipt-form-field input, .ipt-form-field-search input,
.ipt-form-field textarea,
.ipt-form-field-search textarea {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 3px;
  color: #1c2025;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  background-color: var(--color-disabled);
}

.ipt-form-field input:not(:disabled), .ipt-form-field-search input:not(:disabled),
.ipt-form-field textarea:not(:disabled),
.ipt-form-field-search textarea:not(:disabled) {
  background-color: #fff;
}

.ipt-form-field textarea, .ipt-form-field-search textarea {
  height: auto !important;
  line-height: normal;
}

.ipt-form-field .text-error, .ipt-form-field-search .text-error {
  margin-top: 2px;
}

.ipt-form-field input:focus, .ipt-form-field-search input:focus,
.ipt-form-field textarea:focus,
.ipt-form-field-search textarea:focus,
.ipt-form-field .ng-select-container:focus,
.ipt-form-field-search .ng-select-container:focus {
  border-color: #3399ff;
  box-shadow: #b6daff 0px 0px 0px 3px;
}

.ipt-form-field input:focus-visible, .ipt-form-field-search input:focus-visible,
.ipt-form-field textarea:focus-visible,
.ipt-form-field-search textarea:focus-visible {
  outline: 0px;
}

.ipt-form-field.required label::after, .required.ipt-form-field-search label::after {
  content: "*";
  color: rgba(var(--color-error), 1);
  display: inline-block;
}

.ipt-form-field .adjust-field-select .ng-value-container .ng-input, .ipt-form-field-search .adjust-field-select .ng-value-container .ng-input {
  top: 0 !important;
}

.ipt-form-field-search {
  position: relative;
}

.ipt-form-field-search input {
  padding-left: 1.85rem;
}

.ipt-form-field-search mat-icon {
  color: #7e7e7e;
  position: absolute;
  top: 52%;
  left: 5px;
  transform: translateY(-50%);
}

@keyframes buttonPulseBehind {
  0% {
    box-shadow: 0 0 0 2px rgba(98, 97, 250, 0.6), 0 0 0 4px rgba(98, 97, 250, 0.2);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(98, 97, 250, 0.4), 0 0 0 8px rgba(98, 97, 250, 0.2);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(98, 97, 250, 0.2), 0 0 0 10px rgba(98, 97, 250, 0.1);
  }
}

.kui-card-flow.is-editable .last-modified__date,
.kui-card-flow.is-current .last-modified__date {
  font-size: 13px;
  color: #222;
  font-weight: 500;
}

.kui-card-flow.is-editable .kui-card__float-label,
.kui-card-flow.is-current .kui-card__float-label {
  display: inline-flex;
  align-items: center;
}

.kui-card-flow.is-readonly {
  opacity: 0.95;
  filter: grayscale(1);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.kui-card-flow.is-readonly .kui-card__enumeration {
  background-color: var(--color-disabled) !important;
}

.kui-card-flow.is-readonly .kui-card__header,
.kui-card-flow.is-readonly .kui-card__body {
  background-color: var(--color-disabled) !important;
}

.kui-card-flow.is-readonly .ng-select-container {
  background-color: var(--color-disabled) !important;
}

.kui-card-flow.is-readonly:hover {
  opacity: 1;
  filter: grayscale(0);
  transition: all 300ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.kui-card-flow.is-readonly:hover .kui-card__header,
.kui-card-flow.is-readonly:hover .kui-card__body {
  background-color: #eaeaea !important;
}

.kui-card-flow.is-readonly:hover .kui-card__enumeration {
  transition: all 300ms ease-in-out;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #222;
}

.kui-card-flow.is-editable {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  border: 3px solid #454eff;
  animation: buttonPulseBehind 1.2s ease-out 0s infinite;
}

.kui-card-flow.is-editable .kui-card__header,
.kui-card-flow.is-editable .kui-card__body {
  background-color: #fff;
}

.kui-card-flow.is-editable .kui-card__enumeration {
  color: #454eff;
  font-weight: 500;
  border: 2px solid #454eff;
  background-color: #f1f2ff;
}

.kui-card-flow.is-editable .kui-card__float-label {
  background-color: #454eff;
  color: #fff;
}

.kui-card-flow.is-current {
  filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  border: 3px solid #2196f3;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.kui-card-flow.is-current .kui-card__header,
.kui-card-flow.is-current .kui-card__body {
  background-color: #fff !important;
}

.kui-card-flow.is-current .kui-card__enumeration {
  color: #2196f3;
  font-weight: 500;
  border: 2px solid #2196f3;
  background-color: #e3f2fd;
}

.kui-card-flow.is-current .kui-card__float-label {
  background-color: #2196f3;
  color: #fff;
}

.accordion-steps .mat-expansion-panel {
  box-shadow: none;
  background-color: transparent;
}

.accordion-steps .mat-expansion-panel-header {
  height: 64px;
  background-color: white !important;
  border: 2px dashed transparent;
}

.accordion-steps .mat-expansion-panel-header.mat-expanded {
  border-color: #d3d3d3;
  border-bottom: 0;
}

.accordion-steps .panel-index {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 3px;
  color: #777;
  border: 1px solid #777;
  border-radius: 50%;
}

.accordion-steps .mat-expansion-panel-content {
  border: 2px dashed #d3d3d3;
  border-top: 0 !important;
}

.accordion-steps .mat-expansion-panel-body {
  padding: 0 !important;
}

.accordion-steps .panel-expansion-content {
  padding: 2rem;
}

.border-activated {
  box-shadow: #ffc107 0px 1px 0px, #ffc107 0px 0px 0px 3px;
  border-color: #ffc107;
}

.ui-modal__btn-secondary {
  background-color: transparent;
  color: #66666e;
  margin-left: 8px;
}

.ui-modal__btn-primary {
  background-color: var(--color-ipt-primary);
  color: #fff;
  margin-left: 8px;
}

.ui-modal__btn-success {
  background-color: var(--color-ipt-success);
  color: #fff;
  margin-left: 8px;
}

.ui-modal__btn-danger {
  background-color: var(--color-ipt-danger);
  color: #fff;
}

.dynamic-button {
  margin-left: 8px !important;
}

.ui-badge-counter {
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  background-color: #6261fa;
  color: white;
  font-size: 11px;
  font-weight: 500;
}

.avatar-rounded {
  max-width: 100%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 50%;
}

.avatar-rounded.small {
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.avatar-rounded.bordered {
  border: 1px solid #e0e0e0;
}

.avatar-rounded.avatar-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d5e0e6;
  color: #262626;
}

.base-tag {
  height: 26px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.66rem;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.045rem;
  padding: 0 10px;
  min-width: 110px;
}

.base-tag.rounded-all {
  border-radius: 20px;
}

.tag-badge {
  background-color: #eee;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  padding: 4px 8px;
  font-weight: 500;
}

.tag-badge.w-full {
  width: 100%;
  display: block;
}

.base-tag.hightlight {
  background-color: #FFEB3B;
}

.ipt-dnd-fileover {
  animation: shakeDnd 1s;
  animation-iteration-count: infinite;
}

@keyframes shakeDnd {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.shadow-none {
  box-shadow: none;
}

@media (min-width: 36em) {
  .ipt-container {
    max-width: 540px;
  }
}

@media (min-width: 48em) {
  .ipt-container {
    max-width: 720px;
  }
}

@media (min-width: 62em) {
  .ipt-container {
    max-width: 960px;
  }
}

@media (min-width: 75em) {
  .ipt-container {
    max-width: 1140px;
  }
}

@media (min-width: 87.5em) {
  .ipt-container {
    max-width: 1320px;
  }
}

.ipt-container-fluid {
  width: 100%;
  max-width: 100%;
}

.i-page {
  padding: 1rem;
}

@media (min-width: 48em) {
  .i-page {
    padding-top: 2rem;
  }
}

@media (min-width: 75em) {
  .i-page {
    padding-top: 3rem;
  }
}

.max-container {
  width: 100%;
  max-width: 1320px;
}

.page-frame {
  padding: 1rem;
}

@media screen and (min-width: 600px) {
  .page-frame {
    padding: 1.3rem;
  }
}

@media (min-width: 75em) {
  .page-frame {
    padding: 1.5rem;
  }
}

@media (min-width: 87.5em) {
  .carousel__next button,
.carousel__next svg,
.carousel__previous button,
.carousel__previous svg {
    width: 3rem;
    height: 3rem;
  }
}

.card-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.h-auto {
  height: auto;
}
